Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 4c09313

Browse files
committed
chore(e2e/site/package.json): update @types/node ^22.5.4
1 parent 6a4665b commit 4c09313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"next": "14.2.5",
1213
"react": "^18",
1314
"react-dom": "^18",
14-
"next": "14.2.5",
1515
"typedcssx": "*"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5",
19-
"@types/node": "^20",
18+
"@types/node": "^22.5.4",
2019
"@types/react": "^18",
21-
"@types/react-dom": "^18"
20+
"@types/react-dom": "^18",
21+
"typescript": "^5"
2222
}
2323
}

0 commit comments

Comments
 (0)