Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 1, 2023
1 parent 297bf77 commit b974f47
Show file tree
Hide file tree
Showing 6 changed files with 1,502 additions and 2,516 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.4",
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-core": "^3.3.7",
"@vue/test-utils": "^2.4.1",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"conventional-changelog-cli": "^2.0.34",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"firebase": "^10.3.1",
"firebase-admin": "^11.10.1",
"firebase": "^10.5.2",
"firebase-admin": "^11.11.0",
"focus-visible": "^5.2.0",
"globby": "^13.2.2",
"happy-dom": "^11.0.2",
Expand All @@ -113,7 +113,7 @@
"unbuild": "^2.0.0",
"vitepress": "1.0.0-rc.12",
"vitest": "^0.34.4",
"vue": "^3.3.4",
"vue": "^3.3.7",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
14 changes: 7 additions & 7 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"funding": "https://github.com/sponsors/posva",
"scripts": {
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub"
},
"dependencies": {
"@nuxt/kit": "^3.7.1",
"@nuxt/kit": "^3.8.0",
"@posva/lru-cache": "^10.0.1",
"strip-json-comments": "^5.0.1"
},
Expand All @@ -60,14 +60,14 @@
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/schema": "^3.7.1",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.8.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"eslint": "^8.52.0",
"firebase": "^10.3.1",
"firebase-admin": "^11.10.1",
"firebase": "^10.5.2",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1",
"nuxt": "^3.7.1",
"nuxt": "^3.8.0",
"vuefire": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"prepare": "nuxi prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"nuxt": "^3.7.1"
"@nuxt/devtools": "^1.0.0",
"nuxt": "^3.8.0"
},
"dependencies": {
"@firebase/app-types": "^0.9.0",
"firebase": "^10.3.1",
"firebase": "^10.5.2",
"nuxt-vuefire": "workspace:*",
"vuefire": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions playground/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^11.10.1",
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.0",
Expand Down
6 changes: 3 additions & 3 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.4",
"vue": "^3.3.7",
"vue-router": "^4.2.5",
"vuefire": "workspace:*",
"vuex": "^4.1.0"
},
"devDependencies": {
"@firebase/app-types": "^0.9.0",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.5.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.2.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.5.0",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.22"
}
}

0 comments on commit b974f47

Please sign in to comment.