Skip to content

Commit

Permalink
feat: up to Vite 5 (#25)
Browse files Browse the repository at this point in the history
* chore: up deps

* chore: up to vite 5

* chore: replace postcss-load-config with fork of brd-dd

* chore: rename postcss config to mts

* feat: inline postcss config in Vite 5 config
  • Loading branch information
kingyue737 committed Nov 20, 2023
1 parent c503ec4 commit 0676a77
Show file tree
Hide file tree
Showing 8 changed files with 1,191 additions and 1,144 deletions.
53 changes: 28 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.5",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -15,62 +15,58 @@
},
"dependencies": {
"@mdi/js": "^7.3.67",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.15",
"vue-echarts": "^6.6.1",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.5.0",
"vue-i18n-bridge": "^9.7.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@kingyue/rollup-plugin-modify": "^4.1.0",
"@kingyue/vite-plugin-vue2-svg": "^0.6.0",
"@kingyue/vuetify2-component-types": "^2.7.0",
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.5.1",
"@testing-library/vue": "^5.9.0",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.8",
"@types/nprogress": "^0.2.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.2",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^1.2.0",
"cypress": "^13.3.0",
"eslint": "^8.52.0",
"cypress": "^13.5.1",
"eslint": "^8.54.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^9.18.1",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"msw": "^2.0.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"msw": "^2.0.8",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.1",
"terser": "^5.22.0",
"ts-node": "^10.9.1",
"start-server-and-test": "^2.0.3",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.40",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.34.6",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.15",
"vue-tsc": "^1.8.20"
"vue-tsc": "^1.8.22"
},
"browserslist": [
"> 1.3%",
Expand All @@ -81,5 +77,12 @@
],
"msw": {
"workerDirectory": "public"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "5"
}
}
}
}

0 comments on commit 0676a77

Please sign in to comment.