2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00

feat(react): update to react 18 and testing-library (#138)

This commit is contained in:
Nikolay Kost
2022-05-24 01:50:45 +02:00
committed by GitHub
parent d3c9cba8d3
commit 502362cc8c
3 changed files with 1293 additions and 994 deletions
+5 -6
View File
@@ -15,15 +15,14 @@
},
"peerDependencies": {
"prop-types": "15.x",
"react": "15.x"
"react": "18.x"
},
"devDependencies": {
"@bbob/preset-react": "^2.8.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-15": "^1.0.6",
"react": "15.x",
"react-dom": "^15.6.2",
"react-test-renderer": "^15.6.2"
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.x",
"react": "18.x",
"react-dom": "18.x"
},
"main": "lib/index.js",
"module": "es/index.js",