Skip to content

Commit

Permalink
feat: support Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 28, 2024
1 parent a469752 commit d5d944b
Show file tree
Hide file tree
Showing 6 changed files with 1,446 additions and 1,482 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"lint": "eslint . && case-police '**/*.md'"
},
"devDependencies": {
"@iconify/json": "^2.2.272",
"@shikijs/vitepress-twoslash": "^1.23.0",
"case-police": "^0.7.0",
"@iconify/json": "^2.2.277",
"@shikijs/vitepress-twoslash": "^1.24.0",
"case-police": "^0.7.2",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"unocss": "^0.64.1",
"unplugin": "workspace:*",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "^0.27.5",
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.13"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,36 +51,36 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^3.9.1",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@farmfe/cli": "1.0.3",
"@farmfe/core": "1.3.12",
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@rspack/cli": "^1.1.4",
"@rspack/core": "^1.1.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"@types/webpack-sources": "^3.2.3",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^2.4.0",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.12",
"magic-string": "^0.30.14",
"picocolors": "^1.1.1",
"rolldown": "^0.14.0",
"rollup": "^4.27.0",
"rollup": "^4.27.4",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin": "workspace:*",
"unplugin-unused": "^0.2.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"webpack": "^5.95.0",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"webpack": "^5.96.1",
"webpack-cli": "4.10.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit d5d944b

Please # to comment.