Skip to content

Commit

Permalink
perf: support vite@6
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Nov 27, 2024
1 parent 90cf8ba commit 995f25f
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 742 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"docs:preview": "vitepress preview ."
},
"devDependencies": {
"vitepress": "^1.4.1"
"vitepress": "^1.5.0"
}
}
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/mockjs": "^1.0.10",
"mockjs": "^1.1.0",
"vite": "^5.4.10",
"vite": "^6.0.1",
"vite-plugin-mock-dev-server": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.8.0",
"private": true,
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.14.2",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"scripts": {
Expand All @@ -21,21 +21,21 @@
"release": "pnpm release:check && pnpm release:version && pnpm -r publish"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.18.2",
"@pengzhanbo/eslint-config": "^1.20.0",
"@types/co-body": "^6.1.3",
"@types/cookies": "^0.9.0",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.8.1",
"@types/ws": "^8.5.12",
"bumpp": "^9.7.1",
"@types/node": "^22.10.0",
"@types/ws": "^8.5.13",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"typescript": "^5.7.2",
"vitest": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"devDependencies": {
"esbuild": "^0.24.0",
"vite": "^5.4.10"
"vite": "^6.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 995f25f

Please sign in to comment.