Skip to content

Commit 9579886

Browse files
chore(deps): update all non-major dependencies
1 parent baff541 commit 9579886

File tree

3 files changed

+490
-300
lines changed

3 files changed

+490
-300
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@nuxt/content-docs",
44
"type": "module",
55
"dependencies": {
6-
"@iconify-json/lucide": "^1.2.45",
6+
"@iconify-json/lucide": "^1.2.46",
77
"@iconify-json/simple-icons": "^1.2.37",
88
"@iconify-json/vscode-icons": "^1.2.22",
99
"@nuxt/content": "latest",
@@ -15,8 +15,8 @@
1515
"@vueuse/nuxt": "^13.3.0",
1616
"minisearch": "^7.1.2",
1717
"nuxt": "^3.17.4",
18-
"nuxt-llms": "^0.1.2",
19-
"nuxt-og-image": "^5.1.4",
18+
"nuxt-llms": "^0.1.3",
19+
"nuxt-og-image": "^5.1.6",
2020
"prettier": "^3.5.3",
2121
"shiki-transformer-color-highlight": "^1.0.0",
2222
"ufo": "^1.6.1"

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@nuxt/kit": "^3.17.4",
5858
"@nuxtjs/mdc": "0.17.0",
59-
"@shikijs/langs": "^3.4.2",
59+
"@shikijs/langs": "^3.6.0",
6060
"@sqlite.org/sqlite-wasm": "3.49.2-build1",
6161
"@webcontainer/env": "^1.1.1",
6262
"c12": "^3.0.4",
@@ -86,7 +86,7 @@
8686
"pkg-types": "^2.1.0",
8787
"remark-mdc": "^3.6.0",
8888
"scule": "^1.3.0",
89-
"shiki": "^3.4.2",
89+
"shiki": "^3.6.0",
9090
"slugify": "^1.6.6",
9191
"socket.io-client": "^4.8.1",
9292
"tar": "^7.4.3",
@@ -96,14 +96,14 @@
9696
"unist-util-stringify-position": "^4.0.0",
9797
"unist-util-visit": "^5.0.0",
9898
"ws": "^8.18.2",
99-
"zod": "^3.25.48",
99+
"zod": "^3.25.56",
100100
"zod-to-json-schema": "^3.24.5",
101101
"zod-to-ts": "^1.2.0"
102102
},
103103
"peerDependencies": {
104104
"@electric-sql/pglite": "*",
105105
"@libsql/client": "*",
106-
"better-sqlite3": "11.x",
106+
"better-sqlite3": "11.10.0",
107107
"sqlite3": "*"
108108
},
109109
"peerDependenciesMeta": {
@@ -121,20 +121,20 @@
121121
}
122122
},
123123
"devDependencies": {
124-
"@cloudflare/workers-types": "^4.20250601.0",
124+
"@cloudflare/workers-types": "^4.20250607.0",
125125
"@nuxt/content": "link:.",
126-
"@nuxt/devtools": "^2.4.1",
126+
"@nuxt/devtools": "^2.5.0",
127127
"@nuxt/eslint-config": "^1.4.1",
128128
"@nuxt/kit": "^3.17.4",
129129
"@nuxt/module-builder": "^1.0.1",
130130
"@nuxt/schema": "^3.17.4",
131-
"@nuxt/test-utils": "^3.17.2",
131+
"@nuxt/test-utils": "^3.19.1",
132132
"@release-it/conventional-changelog": "^10.0.1",
133133
"@types/better-sqlite3": "^7.6.13",
134134
"@types/bun": "^1.2.15",
135135
"@types/micromatch": "^4.0.9",
136136
"@types/minimatch": "^5.1.2",
137-
"@types/node": "^22.15.29",
137+
"@types/node": "^22.15.30",
138138
"@types/pg": "^8.15.4",
139139
"@types/ws": "^8.18.1",
140140
"csvtojson": "^2.0.10",
@@ -144,9 +144,9 @@
144144
"nuxt": "^3.17.4",
145145
"release-it": "^19.0.3",
146146
"typescript": "5.8.3",
147-
"vitest": "^3.1.2",
147+
"vitest": "^3.2.2",
148148
"vue-tsc": "^2.2.10",
149-
"wrangler": "^4.18.0"
149+
"wrangler": "^4.19.1"
150150
},
151151
"resolutions": {
152152
"@nuxt/content": "workspace:*"

0 commit comments

Comments
 (0)