Skip to content

Commit

Permalink
chore: up nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 16, 2024
1 parent fadd82e commit 12e47ce
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 507 deletions.
15 changes: 7 additions & 8 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
"test": "vitest",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub"
"dev:build": "nuxi build playground"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
"@nuxt/kit": "^3.12.4",
"@posva/lru-cache": "^10.0.1",
"lodash-es": "^4.17.21",
"strip-json-comments": "^5.0.1"
Expand All @@ -63,16 +62,16 @@
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@types/lodash-es": "^4.17.12",
"eslint": "^8.56.0",
"firebase": "^10.13.0",
"firebase-admin": "^12.3.1",
"firebase-functions": "^5.0.1",
"nuxt": "^3.10.3",
"nuxt": "^3.12.4",
"vuefire": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"nuxt": "^3.10.3"
"nuxt": "^3.12.4"
},
"dependencies": {
"@firebase/app-types": "^0.9.0",
Expand Down
Loading

0 comments on commit 12e47ce

Please sign in to comment.