Skip to content

Commit

Permalink
Merge branch 'main' into example
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 7, 2024
2 parents 7898d08 + 02d4b0a commit cb35a94
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 304 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"pkief.material-icon-theme",
"sdras.vue-vscode-snippets",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"whtouche.vscode-js-console-utils",
"zhuangtongfa.material-theme"
]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
},
"devDependencies": {
"@elegant-router/vue": "0.3.6",
"@iconify/json": "2.2.188",
"@iconify/json": "2.2.189",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.2.3",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.24",
"@types/node": "20.11.25",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.58.5",
"@unocss/preset-icons": "0.58.5",
Expand All @@ -84,17 +84,17 @@
"eslint-plugin-vue": "9.22.0",
"lint-staged": "15.2.2",
"sass": "1.71.1",
"simple-git-hooks": "2.9.0",
"simple-git-hooks": "2.10.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"typescript": "5.4.2",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"vite": "5.1.4",
"vite": "5.1.5",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.16",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.3"
"vue-tsc": "2.0.6"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sa/utils": "workspace:*",
"axios": "1.6.7",
"axios-retry": "4.0.0",
"qs": "6.11.2"
"qs": "6.12.0"
},
"devDependencies": {
"@types/qs": "6.9.12"
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,8 +14,8 @@
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.15",
"bumpp": "9.3.0",
"c12": "1.9.0",
"bumpp": "9.4.0",
"c12": "1.10.0",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
Expand Down
Loading

0 comments on commit cb35a94

Please sign in to comment.