Skip to content

Commit

Permalink
feat(projects): support Vite5
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 17, 2023
1 parent c2aaea9 commit 8e41a8f
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 309 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"email": "soybeanjs@outlook.com",
"url": "https://github.com/soybeanjs"
},
"packageManager": "pnpm@8.10.2",
"type": "module",
"packageManager": "pnpm@8.10.5",
"scripts": {
"dev": "vite",
"build": "run-s typecheck build-only",
Expand All @@ -32,38 +33,38 @@
"@vueuse/core": "10.6.1",
"ant-design-vue": "4.0.7",
"clipboard": "2.0.11",
"dayjs": "^1.11.10",
"dayjs": "1.11.10",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.3.8",
"vue-i18n": "9.6.5",
"vue-i18n": "9.7.0",
"vue-router": "4.2.5"
},
"devDependencies": {
"@elegant-router/vue": "0.3.0",
"@iconify/json": "2.2.142",
"@elegant-router/vue": "0.3.1",
"@iconify/json": "2.2.143",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.57.4",
"@unocss/preset-uno": "0.57.4",
"@unocss/transformer-directives": "0.57.4",
"@unocss/transformer-variant-group": "0.57.4",
"@unocss/vite": "0.57.4",
"@vitejs/plugin-vue": "4.4.1",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@unocss/preset-icons": "0.57.5",
"@unocss/preset-uno": "0.57.5",
"@unocss/transformer-directives": "0.57.5",
"@unocss/transformer-variant-group": "0.57.5",
"@unocss/vite": "0.57.5",
"@vitejs/plugin-vue": "4.5.0",
"@vitejs/plugin-vue-jsx": "3.1.0",
"cross-env": "7.0.3",
"eslint-config-sa": "workspace:*",
"npm-run-all": "4.1.5",
"sass": "^1.69.5",
"sass": "1.69.5",
"simple-git-hooks": "2.9.0",
"typescript": "5.2.2",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite": "5.0.0",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"serve": "vitepress serve"
},
"devDependencies": {
"vitepress": "1.0.0-rc.25"
"vitepress": "1.0.0-rc.27"
}
}
Loading

0 comments on commit 8e41a8f

Please sign in to comment.