Skip to content

Commit 160a2e6

Browse files
committed
Github action fix
1 parent d36c526 commit 160a2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/page-primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tailwindcss": "3",
4040
"tsconfig": "workspace:^",
4141
"tsup": "6.6.0",
42-
"typescript": "^4.9.5",
42+
"typescript": "^5.8.3",
4343
"typescript-eslint": "^7.4.0"
4444
},
4545
"dependencies": {

packages/page-primitives/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"exclude": ["dist", "build", "node_modules"],
44
"compilerOptions": {
55
"outDir": "./dist",
6-
"lib": ["dom"],
6+
"lib": ["ES2015"],
77
"strict": false,
88
"paths": {
99
"@/*": ["./src/*"],

0 commit comments

Comments
 (0)