Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9419ccc

Browse files
committed
chore: upgrade deps
1 parent ecd345f commit 9419ccc

File tree

4 files changed

+754
-1283
lines changed

4 files changed

+754
-1283
lines changed

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "@nuxt/content-docs",
44
"type": "module",
55
"dependencies": {
6-
"@iconify-json/lucide": "^1.2.35",
7-
"@iconify-json/simple-icons": "^1.2.31",
6+
"@iconify-json/lucide": "^1.2.38",
7+
"@iconify-json/simple-icons": "^1.2.33",
88
"@iconify-json/vscode-icons": "^1.2.19",
99
"@nuxt/content": "latest",
1010
"@nuxt/image": "^1.10.0",
@@ -16,7 +16,7 @@
1616
"minisearch": "^7.1.2",
1717
"nuxt": "^3.16.2",
1818
"nuxt-llms": "^0.1.2",
19-
"nuxt-og-image": "^5.1.1",
19+
"nuxt-og-image": "^5.1.2",
2020
"prettier": "^3.5.3",
2121
"shiki-transformer-color-highlight": "^1.0.0",
2222
"ufo": "^1.6.1"

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@nuxt/kit": "^3.16.2",
5757
"@nuxtjs/mdc": "https://pkg.pr.new/@nuxtjs/mdc@c44090f",
58-
"@shikijs/langs": "^3.2.2",
58+
"@shikijs/langs": "^3.3.0",
5959
"@sqlite.org/sqlite-wasm": "3.49.1-build4",
6060
"@webcontainer/env": "^1.1.1",
6161
"better-sqlite3": "^11.9.1",
@@ -66,7 +66,7 @@
6666
"defu": "^6.1.4",
6767
"destr": "^2.0.5",
6868
"fast-glob": "^3.3.3",
69-
"git-url-parse": "^16.0.1",
69+
"git-url-parse": "^16.1.0",
7070
"jiti": "^2.4.2",
7171
"knitwork": "^1.2.0",
7272
"listhen": "^1.9.0",
@@ -85,7 +85,7 @@
8585
"pkg-types": "^2.1.0",
8686
"remark-mdc": "^3.5.3",
8787
"scule": "^1.3.0",
88-
"shiki": "^3.2.2",
88+
"shiki": "^3.3.0",
8989
"slugify": "^1.6.6",
9090
"socket.io-client": "^4.8.1",
9191
"tar": "^7.4.3",
@@ -94,7 +94,7 @@
9494
"unist-util-stringify-position": "^4.0.0",
9595
"unist-util-visit": "^5.0.0",
9696
"ws": "^8.18.1",
97-
"zod": "^3.24.2",
97+
"zod": "^3.24.3",
9898
"zod-to-json-schema": "^3.24.5",
9999
"zod-to-ts": "^1.2.0"
100100
},
@@ -115,37 +115,37 @@
115115
}
116116
},
117117
"devDependencies": {
118-
"@cloudflare/workers-types": "^4.20250410.0",
118+
"@cloudflare/workers-types": "^4.20250422.0",
119119
"@nuxt/content": "link:.",
120-
"@nuxt/devtools": "^2.3.2",
120+
"@nuxt/devtools": "^2.4.0",
121121
"@nuxt/eslint-config": "^1.3.0",
122122
"@nuxt/kit": "^3.16.2",
123123
"@nuxt/module-builder": "^1.0.1",
124124
"@nuxt/schema": "^3.16.2",
125125
"@nuxt/test-utils": "^3.17.2",
126-
"@release-it/conventional-changelog": "^10.0.0",
126+
"@release-it/conventional-changelog": "^10.0.1",
127127
"@types/better-sqlite3": "^7.6.13",
128-
"@types/bun": "^1.2.9",
128+
"@types/bun": "^1.2.10",
129129
"@types/micromatch": "^4.0.9",
130130
"@types/minimatch": "^5.1.2",
131-
"@types/node": "^22.14.0",
132-
"@types/pg": "^8.11.11",
131+
"@types/node": "^22.14.1",
132+
"@types/pg": "^8.11.13",
133133
"@types/ws": "^8.18.1",
134134
"csvtojson": "^2.0.10",
135-
"eslint": "^9.24.0",
136-
"mdclint": "^0.0.2",
135+
"eslint": "^9.25.1",
136+
"mdclint": "^0.0.3",
137137
"micromark-util-types": "^2.0.2",
138138
"nuxt": "^3.16.2",
139-
"release-it": "^18.1.2",
139+
"release-it": "^19.0.1",
140140
"typescript": "5.8.3",
141-
"vitest": "^3.1.1",
141+
"vitest": "^3.1.2",
142142
"vue-tsc": "^2.2.8",
143-
"wrangler": "^4.10.0"
143+
"wrangler": "^4.12.0"
144144
},
145145
"resolutions": {
146146
"@nuxt/content": "workspace:*"
147147
},
148-
"packageManager": "pnpm@10.8.0",
148+
"packageManager": "pnpm@10.9.0",
149149
"unbuild": {
150150
"entries": [
151151
"./src/module",

0 commit comments

Comments
 (0)