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 Aug 14, 2024
1 parent b16a963 commit a1c14a1
Show file tree
Hide file tree
Showing 4 changed files with 717 additions and 580 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,49 +54,49 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.11.0",
"@vueuse/core": "10.11.1",
"clipboard": "2.0.11",
"dayjs": "1.11.12",
"echarts": "5.5.1",
"naive-ui": "2.39.0",
"nprogress": "0.2.0",
"pinia": "2.2.0",
"tailwind-merge": "2.4.0",
"vue": "3.4.35",
"vue-draggable-plus": "0.5.2",
"pinia": "2.2.1",
"tailwind-merge": "2.5.2",
"vue": "3.4.37",
"vue-draggable-plus": "0.5.3",
"vue-i18n": "9.13.1",
"vue-router": "4.4.1"
"vue-router": "4.4.3"
},
"devDependencies": {
"@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.232",
"@iconify/json": "2.2.237",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.4.0",
"@types/node": "22.0.1",
"@types/node": "22.2.0",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.61.9",
"@unocss/preset-icons": "0.61.9",
"@unocss/preset-uno": "0.61.9",
"@unocss/transformer-directives": "0.61.9",
"@unocss/transformer-variant-group": "0.61.9",
"@unocss/vite": "0.61.9",
"@vitejs/plugin-vue": "5.1.1",
"@unocss/eslint-config": "0.62.1",
"@unocss/preset-icons": "0.62.1",
"@unocss/preset-uno": "0.62.1",
"@unocss/transformer-directives": "0.62.1",
"@unocss/transformer-variant-group": "0.62.1",
"@unocss/vite": "0.62.1",
"@vitejs/plugin-vue": "5.1.2",
"@vitejs/plugin-vue-jsx": "4.0.0",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-plugin-vue": "9.27.0",
"json5": "2.2.3",
"lint-staged": "15.2.7",
"lint-staged": "15.2.9",
"sass": "1.77.8",
"simple-git-hooks": "2.11.1",
"tsx": "4.16.3",
"tsx": "4.17.0",
"typescript": "5.5.4",
"unplugin-icons": "0.19.1",
"unplugin-vue-components": "0.27.3",
"vite": "5.3.5",
"unplugin-icons": "0.19.2",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.0",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.3.7",
"vite-plugin-vue-devtools": "7.3.8",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.29"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.7.2",
"axios-retry": "4.4.2",
"qs": "6.12.3"
"axios": "1.7.4",
"axios-retry": "4.5.0",
"qs": "6.13.0"
},
"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 @@ -14,14 +14,14 @@
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.24",
"bumpp": "9.4.1",
"bumpp": "9.5.1",
"c12": "1.11.1",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.3.0",
"kolorist": "1.8.0",
"npm-check-updates": "17.0.0",
"npm-check-updates": "17.0.6",
"rimraf": "6.0.1"
}
}
Loading

0 comments on commit a1c14a1

Please sign in to comment.