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 Jul 8, 2024
1 parent 5275bb4 commit 5fcf2bd
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 622 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,48 +58,48 @@
"ant-design-vue": "4.2.3",
"clipboard": "2.0.11",
"dayjs": "1.11.11",
"echarts": "5.5.0",
"echarts": "5.5.1",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"tailwind-merge": "2.3.0",
"vue": "3.4.29",
"tailwind-merge": "2.4.0",
"vue": "3.4.31",
"vue-draggable-plus": "0.5.0",
"vue-i18n": "9.13.1",
"vue-router": "4.3.3"
"vue-router": "4.4.0"
},
"devDependencies": {
"@elegant-router/vue": "0.3.7",
"@iconify/json": "2.2.220",
"@iconify/json": "2.2.225",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.3.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.6",
"@types/node": "20.14.10",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.61.0",
"@unocss/preset-icons": "0.61.0",
"@unocss/preset-uno": "0.61.0",
"@unocss/transformer-directives": "0.61.0",
"@unocss/transformer-variant-group": "0.61.0",
"@unocss/vite": "0.61.0",
"@unocss/eslint-config": "0.61.3",
"@unocss/preset-icons": "0.61.3",
"@unocss/preset-uno": "0.61.3",
"@unocss/transformer-directives": "0.61.3",
"@unocss/transformer-variant-group": "0.61.3",
"@unocss/vite": "0.61.3",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.5.0",
"eslint-plugin-vue": "9.26.0",
"eslint": "9.6.0",
"eslint-plugin-vue": "9.27.0",
"lint-staged": "15.2.7",
"sass": "1.77.6",
"simple-git-hooks": "2.11.1",
"tsx": "4.15.6",
"typescript": "5.4.5",
"tsx": "4.16.2",
"typescript": "5.5.3",
"unplugin-icons": "0.19.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.3.1",
"unplugin-vue-components": "0.27.2",
"vite": "5.3.3",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.3.2",
"vite-plugin-vue-devtools": "7.3.5",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.21"
"vue-tsc": "2.0.26"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
Expand Down
4 changes: 2 additions & 2 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.7.2",
"axios-retry": "4.4.0",
"qs": "6.12.1"
"axios-retry": "4.4.1",
"qs": "6.12.2"
},
"devDependencies": {
"@types/qs": "6.9.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.2.0",
"execa": "9.3.0",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.7"
"rimraf": "5.0.8"
}
}
Loading

0 comments on commit 5fcf2bd

Please sign in to comment.