Skip to content

Commit 07f6ea6

Browse files
authored
chore: upgrade deps (#3498)
1 parent 8041807 commit 07f6ea6

File tree

3 files changed

+830
-854
lines changed

3 files changed

+830
-854
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060
"dependencies": {
6161
"@nuxt/kit": "^3.17.6",
6262
"@nuxtjs/mdc": "^0.17.2",
63-
"@shikijs/langs": "^3.8.1",
63+
"@shikijs/langs": "^3.9.2",
6464
"@sqlite.org/sqlite-wasm": "3.50.3-build1",
6565
"@webcontainer/env": "^1.1.1",
66-
"c12": "^3.1.0",
66+
"c12": "^3.2.0",
6767
"chokidar": "^4.0.3",
6868
"consola": "^3.4.2",
6969
"db0": "^0.3.2",
7070
"defu": "^6.1.4",
7171
"destr": "^2.0.5",
7272
"git-url-parse": "^16.1.0",
73-
"jiti": "^2.4.2",
73+
"jiti": "^2.5.1",
7474
"json-schema-to-typescript": "^15.0.4",
7575
"knitwork": "^1.2.0",
7676
"listhen": "^1.9.0",
@@ -84,14 +84,14 @@
8484
"micromatch": "^4.0.8",
8585
"minimark": "^0.2.0",
8686
"minimatch": "^10.0.3",
87-
"nuxt-component-meta": "^0.12.1",
88-
"nypm": "^0.6.0",
87+
"nuxt-component-meta": "^0.13.0",
88+
"nypm": "^0.6.1",
8989
"ohash": "^2.0.11",
9090
"pathe": "^2.0.3",
9191
"pkg-types": "^2.2.0",
9292
"remark-mdc": "^3.6.0",
9393
"scule": "^1.3.0",
94-
"shiki": "^3.8.1",
94+
"shiki": "^3.9.2",
9595
"slugify": "^1.6.6",
9696
"socket.io-client": "^4.8.1",
9797
"tar": "^7.4.3",
@@ -125,38 +125,38 @@
125125
}
126126
},
127127
"devDependencies": {
128-
"@cloudflare/workers-types": "^4.20250719.0",
128+
"@cloudflare/workers-types": "^4.20250805.0",
129129
"@nuxt/content": "link:.",
130130
"@nuxt/devtools": "^2.6.2",
131-
"@nuxt/eslint-config": "^1.6.0",
131+
"@nuxt/eslint-config": "^1.7.1",
132132
"@nuxt/kit": "^3.17.6",
133-
"@nuxt/module-builder": "^1.0.1",
133+
"@nuxt/module-builder": "^1.0.2",
134134
"@nuxt/schema": "^3.17.6",
135135
"@nuxt/test-utils": "^3.19.2",
136136
"@release-it/conventional-changelog": "^10.0.1",
137137
"@types/better-sqlite3": "^7.6.13",
138138
"@types/bun": "^1.2.19",
139139
"@types/micromatch": "^4.0.9",
140140
"@types/minimatch": "^6.0.0",
141-
"@types/node": "^24.0.15",
142-
"@types/pg": "^8.15.4",
141+
"@types/node": "^24.2.0",
142+
"@types/pg": "^8.15.5",
143143
"@types/ws": "^8.18.1",
144144
"csvtojson": "^2.0.10",
145-
"eslint": "^9.31.0",
145+
"eslint": "^9.32.0",
146146
"happy-dom": "^18.0.1",
147147
"mdclint": "^0.0.3",
148148
"micromark-util-types": "^2.0.2",
149149
"nuxt": "^3.17.6",
150150
"release-it": "^19.0.4",
151-
"typescript": "5.8.3",
151+
"typescript": "5.9.2",
152152
"vitest": "^3.2.4",
153-
"vue-tsc": "^3.0.3",
154-
"wrangler": "^4.25.0"
153+
"vue-tsc": "^3.0.5",
154+
"wrangler": "^4.27.0"
155155
},
156156
"resolutions": {
157157
"@nuxt/content": "workspace:*"
158158
},
159-
"packageManager": "pnpm@10.13.1",
159+
"packageManager": "pnpm@10.14.0",
160160
"unbuild": {
161161
"entries": [
162162
"./src/module",

0 commit comments

Comments
 (0)