Skip to content

Commit

Permalink
chore: update to Vite6
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongxuYang committed Nov 28, 2024
1 parent 3af4594 commit ba49cfc
Show file tree
Hide file tree
Showing 5 changed files with 2,870 additions and 431 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@commitlint/config-conventional": "^19.2.2",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@nuxt/kit": "^3.12.3",
"@nuxt/schema": "^3.12.3",
"@nuxt/kit": "^3.14.0",
"@nuxt/schema": "^3.14.0",
"@types/node": "^22.10.0",
"eslint": "9.x",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.9",
"nuxt": "^3.12.3",
"nuxt": "^3.14.0",
"rollup": "^4.18.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion playground/vite-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^6.0.1",
"vite-plugin-version-mark": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/vite-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitejs/plugin-vue": "^4.1.0",
"lodash-es": "^4.17.21",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite": "^6.0.1",
"vue-router": "^4.3.0",
"vite-plugin-version-mark": "workspace:*"
}
Expand Down
Loading

0 comments on commit ba49cfc

Please sign in to comment.