Skip to content

Commit b974f47

Browse files
committed
chore: up deps
1 parent 297bf77 commit b974f47

File tree

6 files changed

+1502
-2516
lines changed

6 files changed

+1502
-2516
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
},
9191
"devDependencies": {
9292
"@vitest/coverage-v8": "^0.34.4",
93-
"@vue/runtime-core": "^3.3.4",
93+
"@vue/runtime-core": "^3.3.7",
9494
"@vue/test-utils": "^2.4.1",
9595
"chalk": "^5.3.0",
9696
"consola": "^3.2.3",
9797
"conventional-changelog-cli": "^2.0.34",
9898
"enquirer": "^2.4.1",
9999
"execa": "^8.0.1",
100-
"firebase": "^10.3.1",
101-
"firebase-admin": "^11.10.1",
100+
"firebase": "^10.5.2",
101+
"firebase-admin": "^11.11.0",
102102
"focus-visible": "^5.2.0",
103103
"globby": "^13.2.2",
104104
"happy-dom": "^11.0.2",
@@ -113,7 +113,7 @@
113113
"unbuild": "^2.0.0",
114114
"vitepress": "1.0.0-rc.12",
115115
"vitest": "^0.34.4",
116-
"vue": "^3.3.4",
116+
"vue": "^3.3.7",
117117
"yorkie": "^2.0.0"
118118
},
119119
"gitHooks": {

packages/nuxt/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
},
3030
"funding": "https://github.com/sponsors/posva",
3131
"scripts": {
32-
"build": "nuxt-module-build",
32+
"build": "nuxt-module-build build",
3333
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
3434
"dev": "nuxi dev playground",
3535
"dev:build": "nuxi build playground",
3636
"dev:prepare": "nuxt-module-build --stub"
3737
},
3838
"dependencies": {
39-
"@nuxt/kit": "^3.7.1",
39+
"@nuxt/kit": "^3.8.0",
4040
"@posva/lru-cache": "^10.0.1",
4141
"strip-json-comments": "^5.0.1"
4242
},
@@ -60,14 +60,14 @@
6060
},
6161
"devDependencies": {
6262
"@firebase/app-types": "^0.9.0",
63-
"@nuxt/module-builder": "^0.5.1",
64-
"@nuxt/schema": "^3.7.1",
63+
"@nuxt/module-builder": "^0.5.2",
64+
"@nuxt/schema": "^3.8.0",
6565
"@nuxtjs/eslint-config-typescript": "^12.1.0",
6666
"eslint": "^8.52.0",
67-
"firebase": "^10.3.1",
68-
"firebase-admin": "^11.10.1",
67+
"firebase": "^10.5.2",
68+
"firebase-admin": "^11.11.0",
6969
"firebase-functions": "^4.4.1",
70-
"nuxt": "^3.7.1",
70+
"nuxt": "^3.8.0",
7171
"vuefire": "workspace:*"
7272
}
7373
}

packages/nuxt/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"prepare": "nuxi prepare"
99
},
1010
"devDependencies": {
11-
"@nuxt/devtools": "^0.8.3",
12-
"nuxt": "^3.7.1"
11+
"@nuxt/devtools": "^1.0.0",
12+
"nuxt": "^3.8.0"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",
16-
"firebase": "^10.3.1",
16+
"firebase": "^10.5.2",
1717
"nuxt-vuefire": "workspace:*",
1818
"vuefire": "workspace:*"
1919
}

playground/functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"firebase-admin": "^11.10.1",
18+
"firebase-admin": "^11.11.0",
1919
"firebase-functions": "^4.4.1"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^6.9.0",
23-
"@typescript-eslint/parser": "^6.9.0",
22+
"@typescript-eslint/eslint-plugin": "^6.9.1",
23+
"@typescript-eslint/parser": "^6.9.1",
2424
"eslint": "^8.52.0",
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.29.0",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"pinia": "^2.1.7",
15-
"vue": "^3.3.4",
15+
"vue": "^3.3.7",
1616
"vue-router": "^4.2.5",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.9.0",
22-
"@types/node": "^20.8.9",
22+
"@types/node": "^20.8.10",
2323
"@vitejs/plugin-vue": "^4.4.0",
2424
"@vue/tsconfig": "^0.4.0",
2525
"@vueuse/core": "^10.5.0",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.2.2",
2828
"unplugin-vue-router": "^0.7.0",
2929
"vite": "^4.5.0",
30-
"vue-tsc": "^1.8.10"
30+
"vue-tsc": "^1.8.22"
3131
}
3232
}

0 commit comments

Comments
 (0)