Skip to content

Commit 3b060f6

Browse files
committed
chore: up deps
1 parent 2607045 commit 3b060f6

File tree

4 files changed

+110
-57
lines changed

4 files changed

+110
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"semver": "^7.5.4",
4141
"typedoc": "^0.25.3",
4242
"typedoc-plugin-markdown": "^3.17.1",
43-
"typescript": "~5.1.6",
43+
"typescript": "~5.3.3",
4444
"yorkie": "^2.0.0"
4545
},
4646
"gitHooks": {

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vitejs/plugin-vue": "^4.5.2",
1717
"@vue/compiler-sfc": "^3.3.11",
1818
"@vue/tsconfig": "^0.4.0",
19-
"typescript": "~5.1.6",
19+
"typescript": "~5.3.3",
2020
"vite": "^5.0.7",
2121
"vue-router": "workspace:*",
2222
"vue-tsc": "^1.8.25"

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@vue/devtools-api": "^6.5.1"
8383
},
8484
"devDependencies": {
85-
"@microsoft/api-extractor": "^7.36.4",
85+
"@microsoft/api-extractor": "^7.38.5",
8686
"@rollup/plugin-alias": "^5.1.0",
8787
"@rollup/plugin-commonjs": "^25.0.7",
8888
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -113,7 +113,7 @@
113113
"rollup-plugin-analyzer": "^4.0.0",
114114
"rollup-plugin-typescript2": "^0.36.0",
115115
"sucrase": "^3.34.0",
116-
"typescript": "~5.1.6",
116+
"typescript": "~5.3.3",
117117
"vite": "^5.0.7",
118118
"vue": "^3.3.11"
119119
}

0 commit comments

Comments
 (0)