Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c9808c

Browse files
authoredMar 19, 2024··
chore(deps): update nuxt framework
1 parent cac18a8 commit 1c9808c

File tree

4 files changed

+6509
-1357
lines changed

4 files changed

+6509
-1357
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test": "pnpm lint"
3737
},
3838
"dependencies": {
39-
"@nuxt/kit": "^3.5.0",
39+
"@nuxt/kit": "^3.11.1",
4040
"defu": "^6.1.2",
4141
"pathe": "^1.1.0",
4242
"ufo": "^1.1.2",
@@ -46,7 +46,7 @@
4646
"@nuxt/module-builder": "^0.3.1",
4747
"@nuxtjs/eslint-config-typescript": "^12.0.0",
4848
"eslint": "^8.40.0",
49-
"nuxt": "^3.5.0",
49+
"nuxt": "^3.11.1",
5050
"standard-version": "^9.5.0",
5151
"typescript": "^5.0.4"
5252
},

‎playground-nuxt2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "nuxt build"
66
},
77
"devDependencies": {
8-
"nuxt": "^2.16.3"
8+
"nuxt": "^2.17.3"
99
}
1010
}

0 commit comments

Comments
 (0)
Please sign in to comment.