Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 15, 2023
1 parent cadf2e8 commit 892e2d6
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 344 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@sa/materials": "workspace:*",
"@sa/request": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.5.0",
"ant-design-vue": "4.0.6",
"@vueuse/core": "10.6.1",
"ant-design-vue": "4.0.7",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
Expand All @@ -40,26 +40,26 @@
},
"devDependencies": {
"@elegant-router/vue": "0.3.0",
"@iconify/json": "2.2.138",
"@iconify/json": "2.2.142",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@types/lodash-es": "4.17.11",
"@types/node": "20.8.10",
"@types/node": "20.9.0",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.57.2",
"@unocss/preset-uno": "0.57.2",
"@unocss/transformer-directives": "0.57.2",
"@unocss/transformer-variant-group": "0.57.2",
"@unocss/vite": "0.57.2",
"@vitejs/plugin-vue": "4.4.0",
"@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",
"cross-env": "7.0.3",
"eslint-config-sa": "workspace:*",
"npm-run-all": "4.1.5",
"sass": "^1.69.5",
"simple-git-hooks": "2.9.0",
"typescript": "5.2.2",
"unplugin-icons": "0.17.3",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite-plugin-progress": "0.0.7",
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 @@ -8,16 +8,16 @@
},
"devDependencies": {
"@types/eslint": "8.44.7",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.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.3.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.18.1",
"prettier": "3.0.3"
"prettier": "3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"simplebar-vue": "2.3.3"
},
"devDependencies": {
"typed-css-modules": "0.8.0"
"typed-css-modules": "0.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"dependencies": {
"axios": "1.6.0",
"axios": "1.6.2",
"ofetch": "1.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"enquirer": "2.4.1",
"execa": "8.0.1",
"jiti": "1.21.0",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"npm-check-updates": "16.14.6",
"rimraf": "5.0.5"
}
Expand Down
Loading

0 comments on commit 892e2d6

Please sign in to comment.