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 Jan 15, 2024
1 parent ff4c8cc commit 36fe1da
Show file tree
Hide file tree
Showing 5 changed files with 970 additions and 1,551 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,51 +30,51 @@
"@sa/materials": "workspace:*",
"@sa/request": "workspace:*",
"@sa/utils": "workspace:*",
"@vueuse/core": "10.7.0",
"@vueuse/core": "10.7.2",
"clipboard": "2.0.11",
"dayjs": "1.11.10",
"lodash-es": "4.17.21",
"naive-ui": "2.35.0",
"naive-ui": "2.37.3",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"vue": "3.3.11",
"vue-i18n": "9.8.0",
"vue": "3.4.14",
"vue-i18n": "9.9.0",
"vue-router": "4.2.5"
},
"devDependencies": {
"@elegant-router/vue": "0.3.1",
"@iconify/json": "2.2.157",
"@iconify/json": "2.2.169",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/cli": "1.0.0-beta.7",
"@soybeanjs/eslint-config": "1.1.3",
"@soybeanjs/cli": "1.0.2",
"@soybeanjs/eslint-config": "1.1.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/node": "20.11.2",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.58.0",
"@unocss/preset-uno": "0.58.0",
"@unocss/transformer-directives": "0.58.0",
"@unocss/transformer-variant-group": "0.58.0",
"@unocss/vite": "0.58.0",
"@vitejs/plugin-vue": "4.5.2",
"@unocss/preset-icons": "0.58.3",
"@unocss/preset-uno": "0.58.3",
"@unocss/transformer-directives": "0.58.3",
"@unocss/transformer-variant-group": "0.58.3",
"@unocss/vite": "0.58.3",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"cross-env": "7.0.3",
"eslint": "8.55.0",
"eslint-plugin-vue": "9.19.2",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.20.1",
"lint-staged": "15.2.0",
"npm-run-all": "4.1.5",
"sass": "1.69.5",
"sass": "1.69.7",
"simple-git-hooks": "2.9.0",
"tsx": "4.6.2",
"tsx": "4.7.0",
"typescript": "5.3.3",
"unplugin-icons": "0.18.1",
"unplugin-icons": "0.18.2",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.8",
"vite": "5.0.11",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "1.0.0-rc.8",
"vue-eslint-parser": "9.3.2",
"vue-tsc": "1.8.25"
"vite-plugin-vue-devtools": "7.0.10",
"vue-eslint-parser": "9.4.0",
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"serve": "vitepress serve"
},
"devDependencies": {
"vitepress": "1.0.0-rc.31"
"vitepress": "1.0.0-rc.36"
}
}
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"dependencies": {
"axios": "1.6.2",
"axios": "1.6.5",
"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 @@ -13,7 +13,7 @@
}
},
"devDependencies": {
"c12": "1.5.1",
"c12": "1.6.1",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
Expand Down
Loading

0 comments on commit 36fe1da

Please sign in to comment.