Skip to content

Commit 8fc850c

Browse files
chore(deps): update nuxt framework to ^3.20.1
1 parent 3987fe9 commit 8fc850c

File tree

4 files changed

+4285
-1748
lines changed

4 files changed

+4285
-1748
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nuxt/devtools": "latest",
1414
"@nuxt/ui": "^2.18.7",
1515
"@nuxtjs/plausible": "^1.0.3",
16-
"nuxt": "^3.13.2"
16+
"nuxt": "^3.20.1"
1717
},
1818
"dependencies": {
1919
"@iconify-json/ph": "^1.2.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "vitest run --coverage"
4141
},
4242
"dependencies": {
43-
"@nuxt/kit": "^3.13.2",
43+
"@nuxt/kit": "^3.20.1",
4444
"pathe": "^1.1.2",
4545
"pkg-types": "^1.2.1",
4646
"semver": "^7.6.3"
@@ -50,7 +50,7 @@
5050
"@commitlint/config-conventional": "^19.5.0",
5151
"@nuxt/eslint-config": "^0.6.0",
5252
"@nuxt/module-builder": "^0.8.4",
53-
"@nuxt/schema": "^3.13.2",
53+
"@nuxt/schema": "^3.20.1",
5454
"@nuxt/test-utils": "^3.14.4",
5555
"@types/lodash.template": "^4.5.3",
5656
"@types/semver": "^7.5.8",
@@ -59,7 +59,7 @@
5959
"changelogen": "^0.5.7",
6060
"eslint": "^9.13.0",
6161
"husky": "9.1.6",
62-
"nuxt": "^3.13.2",
62+
"nuxt": "^3.20.1",
6363
"typescript": "^5.6.3",
6464
"vitest": "^2.1.3",
6565
"vue-tsc": "^2.1.6"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@nuxt/icon": "^1.5.6",
66
"@nuxtjs/color-mode": "latest",
77
"@nuxtjs/tailwindcss": "^6.12.2",
8-
"nuxt": "^3.13.2"
8+
"nuxt": "^3.20.1"
99
},
1010
"scripts": {
1111
"postinstall": "pnpm -C .. run dev:prepare",

0 commit comments

Comments
 (0)