Skip to content

Commit e27e722

Browse files
committed
chore: pin node dev dependency to stop pulling 22
1 parent a7362c1 commit e27e722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@testing-library/jest-dom": "^5.13.0",
4949
"@testing-library/react": "^16.3.0",
5050
"@types/jest": "^27.0.3",
51+
"@types/node": "^18.19.122",
5152
"@types/offscreencanvas": "^2019.6.4",
5253
"@types/react": "^18.0.0",
5354
"@types/testing-library__jest-dom": "^5.9.5",
@@ -72,7 +73,7 @@
7273
"react-dom": "^18.0.0",
7374
"release-it": "^14.10.0",
7475
"ts-jest": "^27.1.1",
75-
"typescript": "^4.5.4",
76+
"typescript": "^5.6.0",
7677
"watch": "^1.0.2"
7778
}
7879
}

0 commit comments

Comments
 (0)