Skip to content

Commit c7d2aed

Browse files
committed
chore: up deps
1 parent e459dd1 commit c7d2aed

File tree

5 files changed

+195
-195
lines changed

5 files changed

+195
-195
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"firebase-admin": "^12.0.0",
103103
"focus-visible": "^5.2.0",
104104
"globby": "^14.0.0",
105-
"happy-dom": "^13.3.8",
105+
"happy-dom": "^13.4.1",
106106
"lint-staged": "^15.2.2",
107107
"minimist": "^1.2.8",
108108
"p-series": "^3.0.0",

Diff for: packages/nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dev:prepare": "nuxt-module-build --stub"
3939
},
4040
"dependencies": {
41-
"@nuxt/kit": "^3.10.2",
41+
"@nuxt/kit": "^3.10.3",
4242
"@posva/lru-cache": "^10.0.1",
4343
"strip-json-comments": "^5.0.1"
4444
},
@@ -64,13 +64,13 @@
6464
"@firebase/app-types": "^0.9.0",
6565
"@nuxt/eslint-config": "^0.2.0",
6666
"@nuxt/module-builder": "^0.5.5",
67-
"@nuxt/schema": "^3.10.2",
67+
"@nuxt/schema": "^3.10.3",
6868
"@nuxt/test-utils": "^3.11.0",
6969
"eslint": "^8.56.0",
7070
"firebase": "^10.8.0",
7171
"firebase-admin": "^12.0.0",
7272
"firebase-functions": "^4.7.0",
73-
"nuxt": "^3.10.2",
73+
"nuxt": "^3.10.3",
7474
"vuefire": "workspace:*"
7575
}
7676
}

Diff for: 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.2"
12+
"nuxt": "^3.10.3"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",

Diff for: playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"dependencies": {
1414
"pinia": "^2.1.7",
1515
"vue": "^3.4.19",
16-
"vue-router": "^4.2.5",
16+
"vue-router": "^4.3.0",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.9.0",
22-
"@types/node": "^20.11.19",
22+
"@types/node": "^20.11.20",
2323
"@vitejs/plugin-vue": "^5.0.4",
2424
"@vue/tsconfig": "^0.5.1",
2525
"@vueuse/core": "^10.8.0",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.3.3",
2828
"unplugin-vue-router": "^0.7.0",
29-
"vite": "^5.1.3",
29+
"vite": "^5.1.4",
3030
"vue-tsc": "^1.8.27"
3131
}
3232
}

0 commit comments

Comments
 (0)