Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Dec 22, 2023
1 parent 61d1375 commit b2cc7f0
Show file tree
Hide file tree
Showing 12 changed files with 841 additions and 831 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -28,14 +28,14 @@
"@arnaud-barre/config-loader": "^0.7.1"
},
"devDependencies": {
"@arnaud-barre/eslint-config": "^3.1.4",
"@arnaud-barre/prettier-plugin-sort-imports": "^0.1.2",
"@arnaud-barre/eslint-config": "^4.0.1",
"@arnaud-barre/prettier-plugin-sort-imports": "^0.1.3",
"@arnaud-barre/tnode": "^0.19.2",
"@types/node": "^20.8.10",
"eslint": "^8.52.0",
"lightningcss": "^1.22.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0-beta.16"
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"lightningcss": "^1.22.1",
"prettier": "3.0.3",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
Binary file modified playground/vite/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions playground/vite/package.json
Expand Up @@ -12,11 +12,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.1",
"lightningcss": "^1.22.0",
"typescript": "^5.2.2",
"vite": "^5.0.0-beta.16"
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"lightningcss": "^1.22.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
766 changes: 389 additions & 377 deletions playground/vite/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/esbuild.d.ts
@@ -1,4 +1,4 @@
import { Plugin as ESBuildPlugin } from "esbuild";
import type { Plugin as ESBuildPlugin } from "esbuild";

export declare const downwind: (opts?: {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/types.d.ts
@@ -1,4 +1,4 @@
import { DefineConfig } from "@arnaud-barre/config-loader";
import type { DefineConfig } from "@arnaud-barre/config-loader";

export declare const VERSION: string;

Expand Down
2 changes: 1 addition & 1 deletion src/vite.d.ts
@@ -1,4 +1,4 @@
import { Plugin as VitePlugin } from "vite";
import type { Plugin as VitePlugin } from "vite";

export declare const downwind: (opts?: {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/vitePlugin.ts
@@ -1,4 +1,4 @@
import { IncomingMessage } from "node:http";
import type { IncomingMessage } from "node:http";
import type { Logger, Plugin, ResolvedConfig, ViteDevServer } from "vite";
import { initDownwind } from "./index.ts";
import type { Downwind } from "./types.d.ts";
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/vite-minify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions tests/snapshots/vite.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2cc7f0

Please sign in to comment.