Skip to content

Commit

Permalink
chore(projects): update deps and perf code
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 7, 2023
1 parent 231fc8b commit 19c1200
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 220 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-i18n": "9.6.5",
"vue-router": "4.2.5"
},
"devDependencies": {
"@elegant-router/vue": "0.3.0-beta.5",
"@elegant-router/vue": "0.3.0-beta.6",
"@iconify-json/heroicons": "1.1.13",
"@iconify-json/ic": "1.1.14",
"@iconify-json/icon-park-outline": "1.1.12",
Expand All @@ -50,7 +50,7 @@
"@iconify-json/tabler": "1.1.96",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@types/lodash-es": "4.17.10",
"@types/lodash-es": "4.17.11",
"@types/node": "20.8.10",
"@types/nprogress": "0.2.2",
"@unocss/preset-icons": "0.57.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"./vue": "./configs/vue.js"
},
"devDependencies": {
"@types/eslint": "8.44.6",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@types/eslint": "8.44.7",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-n": "16.3.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"localforage": "1.10.0"
},
"devDependencies": {
"@types/crypto-js": "4.1.3"
"@types/crypto-js": "4.2.1"
}
}
Loading

0 comments on commit 19c1200

Please sign in to comment.