Skip to content

Commit fbd1fa2

Browse files
committed
Update @testing-library & react to latest + Migrate tests
1 parent fb7fd69 commit fbd1fa2

File tree

3 files changed

+110
-147
lines changed

3 files changed

+110
-147
lines changed

package-lock.json

+50-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@babel/preset-env": "^7.19.3",
5858
"@babel/preset-react": "^7.18.6",
5959
"@babel/preset-stage-2": "^7.8.3",
60-
"@testing-library/jest-dom": "^5.16.2",
61-
"@testing-library/react": "^12.1.3",
62-
"@testing-library/user-event": "^13.5.0",
60+
"@testing-library/jest-dom": "^5.16.5",
61+
"@testing-library/react": "^13.4.0",
62+
"@testing-library/user-event": "^14.4.3",
6363
"@types/react": "^18.0.21",
6464
"@types/react-dom": "^18.0.6",
6565
"babel-eslint": "^10.1.0",
@@ -79,8 +79,8 @@
7979
"jest": "^29.1.2",
8080
"jest-css-modules": "^2.1.0",
8181
"jest-environment-jsdom": "^29.1.2",
82-
"react": "^17.0.2",
83-
"react-dom": "^17.0.2",
82+
"react": "^18.2.0",
83+
"react-dom": "^18.2.0",
8484
"sass": "^1.55.0",
8585
"sass-loader": "^13.0.2",
8686
"style-loader": "^3.3.1",

0 commit comments

Comments
 (0)