Skip to content

Commit

Permalink
chore: up vue
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2024
1 parent 3798caf commit e2de3ad
Show file tree
Hide file tree
Showing 5 changed files with 772 additions and 2,497 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^1.1.1",
"@vue/runtime-core": "^3.3.11",
"@vue/runtime-core": "^3.4.3",
"@vue/test-utils": "^2.4.3",
"chalk": "^5.3.0",
"consola": "^3.2.3",
Expand All @@ -115,7 +115,7 @@
"unbuild": "^2.0.0",
"vitepress": "1.0.0-rc.31",
"vitest": "^1.1.1",
"vue": "^3.3.11"
"vue": "^3.4.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev:prepare": "nuxt-module-build --stub"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"@posva/lru-cache": "^10.0.1",
"strip-json-comments": "^5.0.1"
},
Expand All @@ -63,14 +63,14 @@
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"eslint": "^8.55.0",
"firebase": "^10.7.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.5.0",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"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.6",
"nuxt": "^3.8.2"
"nuxt": "^3.9.0"
},
"dependencies": {
"@firebase/app-types": "^0.9.0",
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue": "^3.4.3",
"vue-router": "^4.2.5",
"vuefire": "workspace:*",
"vuex": "^4.1.0"
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.7.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.1",
"npm-run-all": "^4.1.5",
"typescript": "~5.3.3",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit e2de3ad

Please sign in to comment.