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 25, 2024
1 parent ea02b23 commit 6114b9f
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 374 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
},
"devDependencies": {
"@elegant-router/vue": "0.3.4",
"@iconify/json": "2.2.171",
"@iconify/json": "2.2.174",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.1.6",
"@soybeanjs/eslint-config": "1.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/nprogress": "0.2.3",
"@unocss/preset-icons": "0.58.3",
"@unocss/preset-uno": "0.58.3",
Expand All @@ -92,7 +92,7 @@
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.11",
"vue-eslint-parser": "9.4.0",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.6.5",
"axios": "1.6.6",
"axios-retry": "4.0.0",
"qs": "6.11.2"
},
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.39"
"vitepress": "1.0.0-rc.40"
}
}
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"simplebar-vue": "2.3.3"
},
"devDependencies": {
"typed-css-modules": "0.8.1"
"typed-css-modules": "0.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"nanoid": "5.0.4"
},
"devDependencies": {
"@types/crypto-js": "4.2.1"
"@types/crypto-js": "4.2.2"
}
}
Loading

1 comment on commit 6114b9f

@vercel
Copy link

@vercel vercel bot commented on 6114b9f Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

soybean-admin – ./

soybean-admin-soybeanjs.vercel.app
soybean-admin-git-main-soybeanjs.vercel.app
soybean-admin-eta.vercel.app

Please sign in to comment.