Skip to content

Commit

Permalink
chore(projects): update deps & update config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 19, 2023
1 parent a7e8fa3 commit b52dd15
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 415 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_ROUTER_HISTORY_MODE=hash
VITE_ROUTER_HISTORY_MODE=history
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"wechat"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.fontLigatures": true,
"editor.formatOnSave": false,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.3.6",
"vue-i18n": "9.5.0",
"vue": "3.3.7",
"vue-i18n": "9.6.0",
"vue-router": "4.2.5"
},
"devDependencies": {
"@elegant-router/vue": "0.2.3",
"@elegant-router/vue": "0.2.6",
"@iconify-json/heroicons": "1.1.13",
"@iconify-json/ic": "1.1.14",
"@iconify-json/icon-park-outline": "1.1.12",
Expand All @@ -49,13 +49,13 @@
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@types/lodash-es": "4.17.10",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"@types/nprogress": "0.2.2",
"@unocss/preset-icons": "0.56.5",
"@unocss/preset-uno": "0.56.5",
"@unocss/transformer-directives": "0.56.5",
"@unocss/transformer-variant-group": "0.56.5",
"@unocss/vite": "0.56.5",
"@unocss/preset-icons": "0.57.1",
"@unocss/preset-uno": "0.57.1",
"@unocss/transformer-directives": "0.57.1",
"@unocss/transformer-variant-group": "0.57.1",
"@unocss/vite": "0.57.1",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "3.0.2",
"cross-env": "7.0.3",
Expand All @@ -70,7 +70,7 @@
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "1.0.0-rc.5",
"vue-tsc": "1.8.19"
"vue-tsc": "1.8.21"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
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.22"
"vitepress": "1.0.0-rc.24"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
},
"devDependencies": {
"@types/eslint": "8.44.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.17.0",
"eslint-plugin-vue": "9.18.0",
"prettier": "3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"colord": "2.9.3",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"localforage": "1.10.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b52dd15

Please sign in to comment.