Skip to content

Commit b0b72eb

Browse files
chore(deps): update all non-major dependencies (#1336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7582397 commit b0b72eb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

storage/framework/core/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "bun run build"
4343
},
4444
"devDependencies": {
45-
"@aws-sdk/client-bedrock-runtime": "^3.784.0",
45+
"@aws-sdk/client-bedrock-runtime": "^3.785.0",
4646
"@aws-sdk/credential-providers": "^3.782.0",
4747
"@stacksjs/development": "workspace:*",
4848
"aws-sdk-client-mock": "^4.1.0"

storage/framework/core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@antfu/install-pkg": "^1.0.0",
54-
"@clack/core": "^0.4.1",
54+
"@clack/core": "^0.4.2",
5555
"@stacksjs/collections": "workspace:*",
5656
"@stacksjs/config": "workspace:*",
5757
"@stacksjs/development": "workspace:*",

storage/framework/core/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@aws-sdk/client-dynamodb": "^3.782.0",
4646
"@aws-sdk/lib-dynamodb": "^3.782.0",
47-
"dynamodb-toolbox": "^2.0.0"
47+
"dynamodb-toolbox": "^2.1.0"
4848
},
4949
"optionalDependencies": {
5050
"mysql2": "^3.14.0"

storage/framework/core/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@stacksjs/strings": "workspace:*",
5757
"@stacksjs/types": "workspace:*",
5858
"@types/js-yaml": "^4.0.9",
59-
"@vueuse/core": "^13.0.0",
59+
"@vueuse/core": "^13.1.0",
6060
"@vueuse/head": "^2.0.0",
61-
"@vueuse/math": "^13.0.0",
62-
"@vueuse/shared": "^13.0.0",
61+
"@vueuse/math": "^13.1.0",
62+
"@vueuse/shared": "^13.1.0",
6363
"ace-builds": "^1.39.1",
6464
"bun-plugin-dotenvx": "^0.6.3",
6565
"bun-plugin-yml": "^0.3.1",

storage/framework/defaults/ide/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"icon": "logo.png",
2929
"files": ["LICENSE.md", "logo.png"],
3030
"engines": {
31-
"vscode": "^1.99.0"
31+
"vscode": "^1.99.1"
3232
},
3333
"scripts": {
3434
"package": "bunx --bun vsce package",

storage/framework/views/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@stacksjs/server": "workspace:*",
1818
"@unhead/vue": "^2.0.5",
1919
"@unocss/reset": "66.0.0",
20-
"@vueuse/core": "^13.0.0",
20+
"@vueuse/core": "^13.1.0",
2121
"@vueuse/head": "^2.0.0",
2222
"nprogress": "^0.2.0",
2323
"pinia": "^3.0.1",

0 commit comments

Comments
 (0)