Skip to content

Commit 76fe863

Browse files
committed
chore: upgrade deps
1 parent 3c376d6 commit 76fe863

File tree

7 files changed

+2197
-869
lines changed

7 files changed

+2197
-869
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@iconify-json/vscode-icons": "^1.2.2",
99
"@nuxt/content": "^3.0.0-alpha.5",
1010
"@nuxt/image": "^1.8.1",
11-
"@nuxt/ui": "3.0.0-alpha.6",
12-
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@f8e24cf",
11+
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
12+
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
1313
"@nuxthub/core": "^0.7.32",
1414
"@nuxtjs/plausible": "^1.0.3",
1515
"@octokit/rest": "^21.0.2",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@nuxt/kit": "^3.13.2",
42+
"@nuxt/kit": "^3.14.0",
4343
"@nuxtjs/mdc": "^0.9.2",
4444
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
4545
"better-sqlite3": "^11.5.0",
@@ -49,7 +49,7 @@
4949
"defu": "^6.1.4",
5050
"destr": "^2.0.3",
5151
"fast-glob": "^3.3.2",
52-
"jiti": "^2.3.3",
52+
"jiti": "^2.4.0",
5353
"knitwork": "^1.1.0",
5454
"listhen": "^1.9.0",
5555
"mdast-util-to-hast": "^13.2.0",
@@ -86,22 +86,22 @@
8686
"@nuxt/devtools": "^1.6.0",
8787
"@nuxt/eslint-config": "^0.6.1",
8888
"@nuxt/module-builder": "^0.8.4",
89-
"@nuxt/schema": "^3.13.2",
89+
"@nuxt/schema": "^3.14.0",
9090
"@nuxt/test-utils": "^3.14.4",
9191
"@types/better-sqlite3": "^7.6.11",
9292
"@types/micromatch": "^4.0.9",
93-
"@types/node": "^22.8.4",
93+
"@types/node": "^22.9.0",
9494
"@types/pako": "^2.0.3",
9595
"@types/pg": "^8.11.10",
96-
"@types/ws": "^8.5.12",
96+
"@types/ws": "^8.5.13",
9797
"csvtojson": "^2.0.10",
98-
"eslint": "^9.13.0",
98+
"eslint": "^9.14.0",
9999
"micromark-util-types": "^2.0.0",
100-
"nuxt": "^3.13.2",
100+
"nuxt": "^3.14.0",
101101
"release-it": "^17.10.0",
102102
"vitest": "^2.1.4",
103-
"vue-tsc": "^2.1.8",
104-
"wrangler": "^3.83.0"
103+
"vue-tsc": "^2.1.10",
104+
"wrangler": "^3.84.1"
105105
},
106106
"resolutions": {
107107
"vue": "^3.5.12"

playground/components/content/ProseCode.vue

Lines changed: 0 additions & 9 deletions
This file was deleted.

playground/composables/useContentHelpers.ts

Lines changed: 0 additions & 92 deletions
This file was deleted.

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dev:prepare": "nuxt prepare"
1010
},
1111
"dependencies": {
12-
"@nuxt/ui": "3.0.0-alpha.6",
13-
"@nuxt/ui-pro": "2.0.0-alpha.6",
12+
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
13+
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
1414
"@nuxthub/core": "^0.7.32",
1515
"nuxt": "^3.13.2"
1616
}

0 commit comments

Comments
 (0)