Skip to content

Commit f6e7012

Browse files
committed
chore: up docs deps
1 parent b6006fb commit f6e7012

File tree

4 files changed

+369
-210
lines changed

4 files changed

+369
-210
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
"p-series": "^3.0.0",
108108
"prettier": "^2.8.8",
109109
"semver": "^7.5.4",
110-
"typedoc": "^0.25.3",
110+
"typedoc": "^0.25.4",
111111
"typedoc-plugin-markdown": "^3.17.1",
112-
"typescript": "~5.2.2",
112+
"typescript": "~5.3.2",
113113
"unbuild": "^2.0.0",
114-
"vitepress": "1.0.0-rc.25",
114+
"vitepress": "1.0.0-rc.31",
115115
"vitest": "^0.34.6",
116116
"vue": "^3.3.9",
117117
"yorkie": "^2.0.0"

playground/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.29.0",
2727
"firebase-functions-test": "^3.1.0",
28-
"typescript": "^5.2.2"
28+
"typescript": "^5.3.2"
2929
},
3030
"private": true
3131
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/tsconfig": "^0.4.0",
2525
"@vueuse/core": "^10.6.1",
2626
"npm-run-all": "^4.1.5",
27-
"typescript": "~5.2.2",
27+
"typescript": "~5.3.2",
2828
"unplugin-vue-router": "^0.7.0",
2929
"vite": "^4.5.0",
3030
"vue-tsc": "^1.8.24"

0 commit comments

Comments
 (0)