Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

dependencies:
aws/cli: ^2.22.26
bun: ^1.2.13
gh: ^2.69.0
bun: ^1.2.20
gh: ^2.76.2
zip: ^3.0
unzip: ^6.0
sqlite3: ^3.47.2
node: ^22.12.0 # only temporarily needed until bun & vue-tsc issue is resolved
sqlite3: ^3.50.4
node: ^22.18.0 # only temporarily needed until bun & vue-tsc issue is resolved
# mailpit: ^1.21.8
# redis: ^7.4.1
# rust: ^1.74.1
Expand Down
30 changes: 15 additions & 15 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"dev": "./dev local"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.876.0",
"@aws-sdk/client-cloudformation": "^3.876.0",
"@aws-sdk/client-cloudfront": "^3.876.0",
"@aws-sdk/client-cloudwatch-logs": "^3.876.0",
"@aws-sdk/client-dynamodb": "3.876.0",
"@aws-sdk/client-ec2": "^3.876.0",
"@aws-sdk/client-efs": "^3.876.0",
"@aws-sdk/client-iam": "^3.876.0",
"@aws-sdk/client-lambda": "^3.876.0",
"@aws-sdk/client-route-53-domains": "^3.876.0",
"@aws-sdk/client-s3": "^3.876.0",
"@aws-sdk/client-ses": "^3.876.0",
"@aws-sdk/client-sesv2": "^3.876.0",
"@aws-sdk/client-ssm": "^3.876.0",
"@aws-sdk/client-bedrock": "^3.883.0",
"@aws-sdk/client-cloudformation": "^3.883.0",
"@aws-sdk/client-cloudfront": "^3.883.0",
"@aws-sdk/client-cloudwatch-logs": "^3.883.0",
"@aws-sdk/client-dynamodb": "3.883.0",
"@aws-sdk/client-ec2": "^3.883.0",
"@aws-sdk/client-efs": "^3.883.0",
"@aws-sdk/client-iam": "^3.883.0",
"@aws-sdk/client-lambda": "^3.883.0",
"@aws-sdk/client-route-53-domains": "^3.883.0",
"@aws-sdk/client-s3": "^3.883.0",
"@aws-sdk/client-ses": "^3.883.0",
"@aws-sdk/client-sesv2": "^3.883.0",
"@aws-sdk/client-ssm": "^3.883.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand All @@ -66,7 +66,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^3.0.0",
"aws-cdk-lib": "^2.213.0",
"aws-cdk-lib": "^2.214.0",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.876.0",
"@aws-sdk/credential-providers": "^3.876.0",
"@aws-sdk/client-bedrock-runtime": "^3.883.0",
"@aws-sdk/credential-providers": "^3.883.0",
"@stacksjs/development": "workspace:*",
"aws-sdk-client-mock": "^4.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.876.0",
"@aws-sdk/lib-dynamodb": "^3.876.0",
"@aws-sdk/lib-dynamodb": "^3.883.0",
"dynamodb-toolbox": "^2.7.1"
},
"optionalDependencies": {
"mysql2": "^3.14.3"
"mysql2": "^3.14.4"
},
"devDependencies": {
"@stacksjs/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@stacksjs/development": "workspace:*",
"@stacksjs/server": "workspace:*",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/cli": "^2.8.3",
"@tauri-apps/cli": "^2.8.4",
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"unified-network": "^0.6.4",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-route-53": "^3.876.0",
"@aws-sdk/client-route-53": "^3.883.0",
"@stacksjs/actions": "workspace:*",
"@stacksjs/development": "workspace:*",
"@stacksjs/dnsx": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@iconify-json/carbon": "^1.2.13",
"@shikijs/vitepress-twoslash": "^3.12.0",
"@shikijs/vitepress-twoslash": "^3.12.2",
"@vite-pwa/assets-generator": "^1.0.0",
"@vite-pwa/vitepress": "^1.0.0",
"unocss": "^66.4.2",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@stacksjs/development": "workspace:*",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"bun-git-hooks": "^0.2.19",
"lint-staged": "^16.1.5",
"lint-staged": "^16.1.6",
"publint": "^0.3.12"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/pkgx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# https://stacksjs.org/docs/dependency-management

dependencies:
aws.amazon.com/cli: ^2.22.26
bun.sh: ^1.2.5
aws.amazon.com/cli: ^2.28.10
bun.sh: ^1.2.20
info-zip.org/zip: ^3.0
info-zip.org/unzip: ^6.0
# mailpit.axllent.org: ^1.21.8
# redis.io: ^7.4.1
sqlite.org: ^3.47.2
nodejs.org: ^22.12.0 # only temporarily needed until bun & vue-tsc issue is resolved
sqlite.org: ^3.50.4
nodejs.org: ^22.18.0 # only temporarily needed until bun & vue-tsc issue is resolved
# openjdk.org: ^21.0.3.6
# rust-lang.org: ^1.74.1
2 changes: 1 addition & 1 deletion storage/framework/core/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@stacksjs/types": "workspace:*",
"@types/validator": "^13.15.2",
"@types/validator": "^13.15.3",
"macroable": "^7.0.2",
"validator": "^13.15.15"
}
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mdit-vue/plugin-component": "^2.1.4",
"@mdit-vue/plugin-frontmatter": "^2.1.4",
"@mdit-vue/types": "^2.1.4",
"@rollup/pluginutils": "^5.2.0",
"@rollup/pluginutils": "^5.3.0",
"@stacksjs/validation": "workspace:*",
"@types/aws4": "^1.11.6",
"@types/bun": "^1.2.21",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@iconify-json/hugeicons": "^1.2.14",
"@iconify/json": "^2.2.379",
"@iconify/json": "^2.2.381",
"@julr/unocss-preset-forms": "^2.0.0",
"@stacksjs/build": "workspace:*",
"@stacksjs/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^13.8.0",
"@vueuse/shared": "^13.8.0",
"ace-builds": "^1.43.2",
"ace-builds": "^1.43.3",
"bun-plugin-dotenvx": "^0.6.4",
"bun-plugin-yml": "^0.3.1",
"defu": "^6.1.4",
Expand Down
16 changes: 8 additions & 8 deletions storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/server": "workspace:*",
"@unhead/vue": "^2.0.14",
"@unocss/reset": "66.4.2",
"@vueuse/core": "^13.8.0",
"@unocss/reset": "66.5.0",
"@vueuse/core": "^13.9.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
"vite-plugin-layouts": "^0.1.10",
"vue": "^3.5.20",
"vue-i18n": "^11.1.11",
"vue": "^3.5.21",
"vue-i18n": "^11.1.12",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.13",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@shikijs/markdown-it": "^3.12.0",
"@shikijs/markdown-it": "^3.12.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vue-macros/volar": "^0.30.15",
"@vue/test-utils": "^2.4.6",
"markdown-it-link-attributes": "^4.0.1",
"rollup": "^4.49.0",
"shiki": "^3.12.0",
"unocss": "66.4.2",
"rollup": "^4.50.0",
"shiki": "^3.12.2",
"unocss": "66.5.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-markdown": "^29.1.0",
Expand Down
Loading