Skip to content

Commit 24a4e5f

Browse files
chore(deps): update all non-major dependencies
1 parent 9166169 commit 24a4e5f

File tree

4 files changed

+1273
-578
lines changed

4 files changed

+1273
-578
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"name": "@nuxt/content-docs",
44
"type": "module",
55
"dependencies": {
6-
"@iconify-json/lucide": "^1.2.47",
7-
"@iconify-json/simple-icons": "^1.2.38",
8-
"@iconify-json/vscode-icons": "^1.2.22",
6+
"@iconify-json/lucide": "^1.2.52",
7+
"@iconify-json/simple-icons": "^1.2.40",
8+
"@iconify-json/vscode-icons": "^1.2.23",
99
"@nuxt/content": "latest",
1010
"@nuxt/image": "^1.10.0",
11-
"@nuxt/ui-pro": "^3.1.3",
11+
"@nuxt/ui-pro": "^3.2.0",
1212
"@nuxthub/core": "^0.9.0",
1313
"@nuxtjs/plausible": "^1.2.0",
1414
"@octokit/rest": "^22.0.0",
15-
"@vueuse/nuxt": "^13.3.0",
15+
"@vueuse/nuxt": "^13.4.0",
1616
"minisearch": "^7.1.2",
1717
"nuxt": "^3.17.5",
1818
"nuxt-llms": "^0.1.3",
19-
"nuxt-og-image": "^5.1.6",
20-
"prettier": "^3.5.3",
19+
"nuxt-og-image": "^5.1.8",
20+
"prettier": "^3.6.1",
2121
"shiki-transformer-color-highlight": "^1.0.0",
2222
"ufo": "^1.6.1"
2323
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@nuxt/kit": "^3.17.5",
6262
"@nuxtjs/mdc": "0.17.0",
63-
"@shikijs/langs": "^3.6.0",
63+
"@shikijs/langs": "^3.7.0",
6464
"@sqlite.org/sqlite-wasm": "3.50.1-build1",
6565
"@webcontainer/env": "^1.1.1",
6666
"c12": "^3.0.4",
@@ -83,15 +83,15 @@
8383
"micromark-util-sanitize-uri": "^2.0.1",
8484
"micromatch": "^4.0.8",
8585
"minimark": "^0.2.0",
86-
"minimatch": "^10.0.1",
86+
"minimatch": "^10.0.3",
8787
"nuxt-component-meta": "^0.11.0",
8888
"nypm": "^0.6.0",
8989
"ohash": "^2.0.11",
9090
"pathe": "^2.0.3",
91-
"pkg-types": "^2.1.0",
91+
"pkg-types": "^2.1.1",
9292
"remark-mdc": "^3.6.0",
9393
"scule": "^1.3.0",
94-
"shiki": "^3.6.0",
94+
"shiki": "^3.7.0",
9595
"slugify": "^1.6.6",
9696
"socket.io-client": "^4.8.1",
9797
"tar": "^7.4.3",
@@ -101,13 +101,13 @@
101101
"unist-util-stringify-position": "^4.0.0",
102102
"unist-util-visit": "^5.0.0",
103103
"ws": "^8.18.2",
104-
"zod": "^3.25.58",
105-
"zod-to-json-schema": "^3.24.5"
104+
"zod": "^3.25.67",
105+
"zod-to-json-schema": "^3.24.6"
106106
},
107107
"peerDependencies": {
108108
"@electric-sql/pglite": "*",
109109
"@libsql/client": "*",
110-
"better-sqlite3": "12.0.0",
110+
"better-sqlite3": "12.1.1",
111111
"sqlite3": "*"
112112
},
113113
"peerDependenciesMeta": {
@@ -125,7 +125,7 @@
125125
}
126126
},
127127
"devDependencies": {
128-
"@cloudflare/workers-types": "^4.20250610.0",
128+
"@cloudflare/workers-types": "^4.20250620.0",
129129
"@nuxt/content": "link:.",
130130
"@nuxt/devtools": "^2.5.0",
131131
"@nuxt/eslint-config": "^1.4.1",
@@ -135,27 +135,27 @@
135135
"@nuxt/test-utils": "^3.19.1",
136136
"@release-it/conventional-changelog": "^10.0.1",
137137
"@types/better-sqlite3": "^7.6.13",
138-
"@types/bun": "^1.2.15",
138+
"@types/bun": "^1.2.17",
139139
"@types/micromatch": "^4.0.9",
140140
"@types/minimatch": "^5.1.2",
141-
"@types/node": "^22.15.31",
141+
"@types/node": "^22.15.33",
142142
"@types/pg": "^8.15.4",
143143
"@types/ws": "^8.18.1",
144144
"csvtojson": "^2.0.10",
145-
"eslint": "^9.28.0",
145+
"eslint": "^9.29.0",
146146
"mdclint": "^0.0.3",
147147
"micromark-util-types": "^2.0.2",
148148
"nuxt": "^3.17.5",
149149
"release-it": "^19.0.3",
150150
"typescript": "5.8.3",
151-
"vitest": "^3.2.3",
151+
"vitest": "^3.2.4",
152152
"vue-tsc": "^2.2.10",
153-
"wrangler": "^4.19.1"
153+
"wrangler": "^4.22.0"
154154
},
155155
"resolutions": {
156156
"@nuxt/content": "workspace:*"
157157
},
158-
"packageManager": "[email protected].1",
158+
"packageManager": "[email protected].3",
159159
"unbuild": {
160160
"entries": [
161161
"./src/module",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@nuxt/content": "latest",
13-
"@nuxt/ui-pro": "^3.1.3",
13+
"@nuxt/ui-pro": "^3.2.0",
1414
"@nuxthub/core": "^0.9.0",
1515
"nuxt": "^3.17.5",
1616
"remark-code-import": "^1.2.0",

0 commit comments

Comments
 (0)