Skip to content

Commit 297bf77

Browse files
committed
chore: upgrade typedoc and others
1 parent 609cb0d commit 297bf77

File tree

7 files changed

+1921
-1128
lines changed

7 files changed

+1921
-1128
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"docs": "vitepress dev docs --port 3000",
4848
"docs:build": "pnpm run docs:api:build && vitepress build docs",
49-
"docs:api:build": "node ./scripts/run-typedoc.cjs",
49+
"docs:api:build": "node ./scripts/run-typedoc.mjs",
5050
"build": "unbuild",
5151
"release": "node scripts/release.mjs",
5252
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path src -l vuefire -r 1",
@@ -102,12 +102,12 @@
102102
"focus-visible": "^5.2.0",
103103
"globby": "^13.2.2",
104104
"happy-dom": "^11.0.2",
105-
"lint-staged": "^14.0.1",
105+
"lint-staged": "^15.0.2",
106106
"minimist": "^1.2.8",
107107
"p-series": "^3.0.0",
108108
"prettier": "^2.8.8",
109109
"semver": "^7.5.4",
110-
"typedoc": "^0.25.1",
110+
"typedoc": "^0.25.3",
111111
"typedoc-plugin-markdown": "^3.16.0",
112112
"typescript": "~5.2.2",
113113
"unbuild": "^2.0.0",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@nuxt/module-builder": "^0.5.1",
6464
"@nuxt/schema": "^3.7.1",
6565
"@nuxtjs/eslint-config-typescript": "^12.1.0",
66-
"eslint": "^8.49.0",
66+
"eslint": "^8.52.0",
6767
"firebase": "^10.3.1",
6868
"firebase-admin": "^11.10.1",
6969
"firebase-functions": "^4.4.1",

playground/functions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"firebase-functions": "^4.4.1"
2020
},
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^6.6.0",
23-
"@typescript-eslint/parser": "^6.6.0",
24-
"eslint": "^8.49.0",
22+
"@typescript-eslint/eslint-plugin": "^6.9.0",
23+
"@typescript-eslint/parser": "^6.9.0",
24+
"eslint": "^8.52.0",
2525
"eslint-config-google": "^0.14.0",
26-
"eslint-plugin-import": "^2.28.1",
26+
"eslint-plugin-import": "^2.29.0",
2727
"firebase-functions-test": "^3.1.0",
2828
"typescript": "^5.2.2"
2929
},

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"type-check": "vue-tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.1.6",
14+
"pinia": "^2.1.7",
1515
"vue": "^3.3.4",
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": "^18.16.19",
22+
"@types/node": "^20.8.9",
2323
"@vitejs/plugin-vue": "^4.4.0",
2424
"@vue/tsconfig": "^0.4.0",
25-
"@vueuse/core": "^10.4.1",
25+
"@vueuse/core": "^10.5.0",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.2.2",
2828
"unplugin-vue-router": "^0.7.0",
29-
"vite": "^4.4.9",
29+
"vite": "^4.5.0",
3030
"vue-tsc": "^1.8.10"
3131
}
3232
}

0 commit comments

Comments
 (0)