Skip to content

Commit e44a30d

Browse files
committed
chore: up deps
1 parent e1c2a79 commit e44a30d

File tree

5 files changed

+1239
-570
lines changed

5 files changed

+1239
-570
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,30 @@
7373
}
7474
},
7575
"devDependencies": {
76-
"@vitest/coverage-c8": "^0.28.1",
77-
"@vue/runtime-core": "^3.2.45",
78-
"@vue/test-utils": "^2.2.7",
76+
"@vitest/coverage-c8": "^0.29.1",
77+
"@vue/runtime-core": "^3.2.47",
78+
"@vue/test-utils": "^2.3.0",
7979
"chalk": "^5.1.2",
8080
"conventional-changelog-cli": "^2.0.34",
8181
"enquirer": "^2.3.6",
82-
"execa": "^6.1.0",
82+
"execa": "^7.0.0",
8383
"firebase": "^9.15.0",
8484
"firebase-admin": "^11.4.0",
8585
"focus-visible": "^5.2.0",
8686
"globby": "^13.1.2",
87-
"happy-dom": "^8.1.5",
88-
"lint-staged": "^13.0.4",
89-
"minimist": "^1.2.7",
87+
"happy-dom": "^8.9.0",
88+
"lint-staged": "^13.1.2",
89+
"minimist": "^1.2.8",
9090
"p-series": "^3.0.0",
91-
"prettier": "^2.8.3",
91+
"prettier": "^2.8.4",
9292
"semver": "^7.3.8",
93-
"typedoc": "^0.23.24",
93+
"typedoc": "^0.23.25",
9494
"typedoc-plugin-markdown": "^3.13.6",
95-
"typescript": "~4.9.3",
96-
"unbuild": "^1.1.1",
97-
"vitepress": "1.0.0-alpha.40",
98-
"vitest": "^0.28.1",
99-
"vue": "^3.2.45",
95+
"typescript": "~4.9.5",
96+
"unbuild": "^1.1.2",
97+
"vitepress": "1.0.0-alpha.48",
98+
"vitest": "^0.29.1",
99+
"vue": "^3.2.47",
100100
"yorkie": "^2.0.0"
101101
},
102102
"gitHooks": {

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@nuxt/kit": "^3.0.0",
35-
"lru-cache": "^7.14.1"
35+
"lru-cache": "^7.17.0"
3636
},
3737
"peerDependencies": {
3838
"@firebase/app-types": ">=0.8.1",
@@ -57,7 +57,7 @@
5757
"@nuxt/module-builder": "^0.2.1",
5858
"@nuxt/schema": "^3.0.0",
5959
"@nuxtjs/eslint-config-typescript": "^12.0.0",
60-
"eslint": "^8.32.0",
60+
"eslint": "^8.35.0",
6161
"firebase": "^9.15.0",
6262
"firebase-admin": "^11.4.0",
6363
"firebase-functions": "^4.1.1",

playground/functions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"firebase-functions": "^4.1.0"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^5.49.0",
23-
"@typescript-eslint/parser": "^5.49.0",
24-
"eslint": "^8.32.0",
22+
"@typescript-eslint/eslint-plugin": "^5.53.0",
23+
"@typescript-eslint/parser": "^5.53.0",
24+
"eslint": "^8.35.0",
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.27.5",
2727
"firebase-functions-test": "^3.0.0",
28-
"typescript": "^4.9.3"
28+
"typescript": "^4.9.5"
2929
},
3030
"private": true
3131
}

playground/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"type-check": "vue-tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.29",
15-
"vue": "^3.2.45",
14+
"pinia": "^2.0.32",
15+
"vue": "^3.2.47",
1616
"vue-router": "^4.1.6",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.8.1",
22-
"@types/node": "^18.11.9",
22+
"@types/node": "^18.14.1",
2323
"@vitejs/plugin-vue": "^4.0.0",
2424
"@vue/tsconfig": "^0.1.3",
25-
"@vueuse/core": "^9.11.1",
25+
"@vueuse/core": "^9.13.0",
2626
"npm-run-all": "^4.1.5",
27-
"typescript": "~4.9.3",
28-
"unplugin-vue-router": "^0.3.2",
29-
"vite": "^4.0.4",
30-
"vue-tsc": "^1.0.24"
27+
"typescript": "~4.9.5",
28+
"unplugin-vue-router": "^0.5.0",
29+
"vite": "^4.1.4",
30+
"vue-tsc": "^1.2.0"
3131
}
3232
}

0 commit comments

Comments
 (0)