Skip to content

Commit 2b2f8de

Browse files
committed
chore: up deps
1 parent c219f02 commit 2b2f8de

File tree

9 files changed

+1396
-833
lines changed

9 files changed

+1396
-833
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
"firebase-admin": "^11.10.1",
102102
"focus-visible": "^5.2.0",
103103
"globby": "^13.2.2",
104-
"happy-dom": "^10.11.1",
104+
"happy-dom": "^10.11.2",
105105
"lint-staged": "^13.2.3",
106106
"minimist": "^1.2.8",
107107
"p-series": "^3.0.0",
108108
"prettier": "^2.8.8",
109109
"semver": "^7.5.4",
110-
"typedoc": "^0.24.8",
110+
"typedoc": "^0.25.1",
111111
"typedoc-plugin-markdown": "^3.15.4",
112-
"typescript": "~5.1.6",
112+
"typescript": "~5.2.2",
113113
"unbuild": "^2.0.0",
114114
"vitepress": "1.0.0-beta.7",
115115
"vitest": "^0.34.3",

packages/nuxt/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dev:prepare": "nuxt-module-build --stub"
3737
},
3838
"dependencies": {
39-
"@nuxt/kit": "^3.7.0",
39+
"@nuxt/kit": "^3.7.1",
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.0",
64-
"@nuxt/schema": "^3.7.0",
65-
"@nuxtjs/eslint-config-typescript": "^12.0.0",
63+
"@nuxt/module-builder": "^0.5.1",
64+
"@nuxt/schema": "^3.7.1",
65+
"@nuxtjs/eslint-config-typescript": "^12.1.0",
6666
"eslint": "^8.48.0",
6767
"firebase": "^10.3.0",
6868
"firebase-admin": "^11.10.1",
6969
"firebase-functions": "^4.4.1",
70-
"nuxt": "^3.7.0",
70+
"nuxt": "^3.7.1",
7171
"vuefire": "workspace:*"
7272
}
7373
}

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": "^0.8.2",
12-
"nuxt": "^3.7.0"
12+
"nuxt": "^3.7.1"
1313
},
1414
"dependencies": {
1515
"@firebase/app-types": "^0.9.0",

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.9.0",
2222
"@types/node": "^18.16.19",
23-
"@vitejs/plugin-vue": "^4.3.3",
23+
"@vitejs/plugin-vue": "^4.3.4",
2424
"@vue/tsconfig": "^0.4.0",
2525
"@vueuse/core": "^10.4.1",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.2.2",
2828
"unplugin-vue-router": "^0.6.4",
2929
"vite": "^4.4.9",
30-
"vue-tsc": "^1.8.8"
30+
"vue-tsc": "^1.8.10"
3131
}
3232
}

0 commit comments

Comments
 (0)