Skip to content

Commit 12e47ce

Browse files
committed
chore: up nuxt
1 parent fadd82e commit 12e47ce

File tree

3 files changed

+756
-507
lines changed

3 files changed

+756
-507
lines changed

packages/nuxt/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
3535
"test": "vitest",
3636
"dev": "nuxi dev playground",
37-
"dev:build": "nuxi build playground",
38-
"dev:prepare": "nuxt-module-build --stub"
37+
"dev:build": "nuxi build playground"
3938
},
4039
"dependencies": {
41-
"@nuxt/kit": "^3.10.3",
40+
"@nuxt/kit": "^3.12.4",
4241
"@posva/lru-cache": "^10.0.1",
4342
"lodash-es": "^4.17.21",
4443
"strip-json-comments": "^5.0.1"
@@ -63,16 +62,16 @@
6362
},
6463
"devDependencies": {
6564
"@firebase/app-types": "^0.9.0",
66-
"@nuxt/eslint-config": "^0.3.13",
67-
"@nuxt/module-builder": "^0.8.1",
68-
"@nuxt/schema": "^3.10.3",
69-
"@nuxt/test-utils": "^3.11.0",
65+
"@nuxt/eslint-config": "^0.5.0",
66+
"@nuxt/module-builder": "^0.8.3",
67+
"@nuxt/schema": "^3.12.4",
68+
"@nuxt/test-utils": "^3.14.1",
7069
"@types/lodash-es": "^4.17.12",
7170
"eslint": "^8.56.0",
7271
"firebase": "^10.13.0",
7372
"firebase-admin": "^12.3.1",
7473
"firebase-functions": "^5.0.1",
75-
"nuxt": "^3.10.3",
74+
"nuxt": "^3.12.4",
7675
"vuefire": "workspace:*"
7776
}
7877
}

packages/nuxt/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@nuxt/devtools": "^1.0.8",
12-
"nuxt": "^3.10.3"
12+
"nuxt": "^3.12.4"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",

0 commit comments

Comments
 (0)