Skip to content

Commit 73caa96

Browse files
chore(deps): update all non-major dependencies
1 parent 6887e33 commit 73caa96

File tree

5 files changed

+222
-218
lines changed

5 files changed

+222
-218
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@ai-sdk/vue": "^1.2.12",
77
"@iconify-json/logos": "^1.2.4",
88
"@iconify-json/lucide": "^1.2.44",
9-
"@iconify-json/simple-icons": "^1.2.34",
9+
"@iconify-json/simple-icons": "^1.2.35",
1010
"@iconify-json/vscode-icons": "^1.2.21",
1111
"@nuxt/content": "^3.5.1",
1212
"@nuxt/image": "^1.10.0",
@@ -25,18 +25,18 @@
2525
"nuxt": "^3.17.3",
2626
"nuxt-component-meta": "^0.11.0",
2727
"nuxt-llms": "^0.1.2",
28-
"nuxt-og-image": "^5.1.3",
28+
"nuxt-og-image": "^5.1.4",
2929
"prettier": "^3.5.3",
3030
"shiki-transformer-color-highlight": "^1.0.0",
3131
"sortablejs": "^1.15.6",
3232
"superstruct": "^2.0.2",
3333
"ufo": "^1.6.1",
3434
"valibot": "^1.1.0",
35-
"workers-ai-provider": "^0.4.1",
35+
"workers-ai-provider": "^0.5.0",
3636
"yup": "^1.6.1",
37-
"zod": "^3.24.4"
37+
"zod": "^3.25.7"
3838
},
3939
"devDependencies": {
40-
"wrangler": "^4.15.1"
40+
"wrangler": "^4.16.0"
4141
}
4242
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
},
114114
"dependencies": {
115115
"@iconify/vue": "^4.3.0",
116-
"@internationalized/date": "^3.8.0",
117-
"@internationalized/number": "^3.6.1",
116+
"@internationalized/date": "^3.8.1",
117+
"@internationalized/number": "^3.6.2",
118118
"@nuxt/fonts": "^0.11.4",
119119
"@nuxt/icon": "^1.13.0",
120120
"@nuxt/kit": "^3.17.3",
@@ -156,7 +156,7 @@
156156
"vue-component-type-helpers": "^2.2.10"
157157
},
158158
"devDependencies": {
159-
"@nuxt/eslint-config": "^1.4.0",
159+
"@nuxt/eslint-config": "^1.4.1",
160160
"@nuxt/module-builder": "^1.0.1",
161161
"@nuxt/test-utils": "^3.19.0",
162162
"@release-it/conventional-changelog": "^10.0.1",
@@ -166,7 +166,7 @@
166166
"happy-dom": "^17.4.7",
167167
"nuxt": "^3.17.3",
168168
"release-it": "^19.0.2",
169-
"vitest": "^3.1.3",
169+
"vitest": "^3.1.4",
170170
"vitest-environment-nuxt": "^1.0.1",
171171
"vue-tsc": "^2.2.10"
172172
},

playground-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nuxt/ui": "latest",
1414
"vue": "^3.5.14",
1515
"vue-router": "^4.5.1",
16-
"zod": "^3.24.4"
16+
"zod": "^3.25.7"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.2.4",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/lucide": "^1.2.44",
13-
"@iconify-json/simple-icons": "^1.2.34",
13+
"@iconify-json/simple-icons": "^1.2.35",
1414
"@nuxt/ui": "latest",
1515
"@nuxthub/core": "^0.8.27",
1616
"nuxt": "^3.17.3",
17-
"zod": "^3.24.4"
17+
"zod": "^3.25.7"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)