Skip to content

Commit 3434641

Browse files
committed
Bring typescript and @types/node up to latest version
1 parent 22b4322 commit 3434641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"@storybook/addons": "~5.1.11",
4545
"@storybook/react": "~5.1.11",
4646
"@types/events": "^3.0.0",
47-
"@types/node": "^16.18.126",
47+
"@types/node": "^24.6.2",
4848
"@types/react": "^16.9.2",
4949
"@types/react-dom": "^16.9.0",
5050
"babel-loader": "^8.0.6",
5151
"react": "^16.9.0",
5252
"react-dom": "^16.9.0",
5353
"rimraf": "^3.0.0",
54-
"typescript": "^4.9.5"
54+
"typescript": "^5.9.3"
5555
},
5656
"peerDependencies": {
5757
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)