Skip to content

Commit 99ca4d3

Browse files
committed
upgrade typescript
1 parent f7e00f6 commit 99ca4d3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"scripts": {
6-
"lint": "eslint ."
6+
"lint": "eslint .",
7+
"typecheck": "pnpm exec tsc --build"
78
}
89
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^9.26.0",
4343
"globals": "^16.1.0",
4444
"prettier": "^3.3.3",
45-
"typescript": "^5.5.3",
45+
"typescript": "^5.8.3",
4646
"typescript-eslint": "^8.32.0",
4747
"wrangler": "^3.73.0"
4848
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)