Skip to content

Commit aef4758

Browse files
committed
chore: up ts version
1 parent 310a353 commit aef4758

File tree

4 files changed

+50
-56
lines changed

4 files changed

+50
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:unit": "vitest --coverage",
4141
"firebase:emulators": "firebase emulators:start",
4242
"test:dev": "vitest",
43-
"test": "pnpm run lint && pnpm run test:types && pnpm run test:unit run && pnpm run build"
43+
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run test:unit run"
4444
},
4545
"keywords": [
4646
"vue",
@@ -85,7 +85,7 @@
8585
"semver": "^7.3.8",
8686
"typedoc": "^0.23.21",
8787
"typedoc-plugin-markdown": "^3.13.6",
88-
"typescript": "~4.8.4",
88+
"typescript": "~4.9.3",
8989
"unbuild": "^1.0.1",
9090
"vitepress": "1.0.0-alpha.29",
9191
"vitest": "^0.25.3",

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.25.4",
2727
"firebase-functions-test": "^3.0.0",
28-
"typescript": "^4.5.4"
28+
"typescript": "^4.9.3"
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.1.3",
2525
"@vueuse/core": "^9.6.0",
2626
"npm-run-all": "^4.1.5",
27-
"typescript": "~4.8.4",
27+
"typescript": "~4.9.3",
2828
"unplugin-vue-router": "^0.2.3",
2929
"vite": "^3.2.4",
3030
"vue-tsc": "^1.0.9"

pnpm-lock.yaml

Lines changed: 46 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)