Skip to content

Commit 4346116

Browse files
committed
pin jest, prettier, update types for react
1 parent 392e8dc commit 4346116

File tree

2 files changed

+28
-44
lines changed

2 files changed

+28
-44
lines changed

package-lock.json

Lines changed: 19 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@
1919
"react-use-websocket": "^4.13.0"
2020
},
2121
"devDependencies": {
22-
"@testing-library/jest-dom": "6.1.5",
23-
"@testing-library/react": "^16.2.0",
24-
"@types/jest": "29.5.11",
25-
"@types/react": "18.2.45",
26-
"autoprefixer": "^10.0.1",
22+
"@testing-library/jest-dom": "latest",
23+
"@testing-library/react": "^16.3.0",
24+
"@types/jest": "latest",
25+
"@types/react": "^19.1.3",
26+
"@types/react-dom": "^19.1.3",
27+
"autoprefixer": "^10.4.21",
2728
"eslint": "latest",
2829
"eslint-config-next": "latest",
29-
"jest": "29.7.0",
30-
"jest-environment-jsdom": "^29.7.0",
30+
"jest": "latest",
31+
"jest-environment-jsdom": "latest",
3132
"postcss": "^8",
32-
"prettier": "^3.3.3",
33+
"prettier": "latest",
3334
"tailwindcss": "^3.3.0"
3435
}
3536
}

0 commit comments

Comments
 (0)