We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eec56 commit 1a06f6cCopy full SHA for 1a06f6c
package.json
@@ -33,8 +33,8 @@
33
"peerDependencies": {
34
"date-fns": "^2.0.0",
35
"prop-types": "^15",
36
- "react": "^16",
37
- "react-dom": "^16"
+ "react": "^18",
+ "react-dom": "^18"
38
},
39
"devDependencies": {
40
"@babel/core": "^7.8.3",
@@ -45,7 +45,6 @@
45
"@testing-library/dom": "^10.4.0",
46
"@testing-library/jest-dom": "^6.6.3",
47
"@testing-library/react": "^16.0.1",
48
- "@testing-library/react-hooks": "^8.0.1",
49
"@types/date-fns": "^2.6.0",
50
"autoprefixer": "^9.7.3",
51
"date-fns": "^2.9.0",
@@ -66,7 +65,7 @@
66
65
67
"react": "^18",
68
"react-dom": "^18",
69
- "react-test-renderer": "^16.12.0",
+ "react-test-renderer": "^18.3.1",
70
"rollup": "^1.29.0",
71
"rollup-plugin-babel": "^4.3.3",
72
"rollup-plugin-eslint": "^7.0.0",
0 commit comments