Skip to content

Commit e37ffa8

Browse files
build(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#303)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi <renee.kooi@apollographql.com>
1 parent a61dc54 commit e37ffa8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "^18.0.0",
2828
"react-dom": "^18.0.0",
2929
"tsdown": "^0.21.0",
30-
"typescript": "~5.9.0",
30+
"typescript": "~6.0.3",
3131
"typescript-eslint": "^8.54.0",
3232
"vitest": "^4.0.18"
3333
},

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"jsx": "react-jsx",
66
"outDir": "dist",
77
"esModuleInterop": true,
8-
"skipLibCheck": true
8+
"skipLibCheck": true,
9+
"types": ["youtube"]
910
},
1011
"include": ["src/*.tsx", "src/*.ts"]
1112
}

0 commit comments

Comments
 (0)