Skip to content

Commit a5a3701

Browse files
chore(deps): update nuxt framework to ^3.13.2 (#152)
1 parent 9b76a14 commit a5a3701

File tree

3 files changed

+620
-453
lines changed

3 files changed

+620
-453
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
3636
},
3737
"dependencies": {
38-
"@nuxt/kit": "^3.13.1",
38+
"@nuxt/kit": "^3.13.2",
3939
"ci-info": "^4.0.0",
4040
"consola": "^3.2.3",
4141
"create-require": "^1.1.1",
@@ -63,7 +63,7 @@
6363
"@vitest/coverage-v8": "^2.1.1",
6464
"changelogen": "^0.5.5",
6565
"eslint": "^9.10.0",
66-
"nuxt": "^3.13.1",
66+
"nuxt": "^3.13.2",
6767
"typescript": "^5.6.2",
6868
"vitest": "^2.1.1",
6969
"vue-tsc": "^2.1.6"

playground/package.json

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

0 commit comments

Comments
 (0)