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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user