We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a04abd commit bda2210Copy full SHA for bda2210
package.json
@@ -76,8 +76,8 @@
76
"npm-run-all": "4.1.5",
77
"nyc": "15.1.0",
78
"prop-types": "15.8.1",
79
- "react": "17.0.2",
80
- "react-dom": "17.0.2",
+ "react": "18.0.0",
+ "react-dom": "18.0.0",
81
"react-redux": "7.2.6",
82
"react-router": "^3.2.5",
83
"redial": "0.5.0",
@@ -94,8 +94,8 @@
94
"peerDependencies": {
95
"@hapi/boom": "^8.0.0 || ^9.0.0",
96
"@hapi/hapi": "^18.0.0 || ^19.0.0 || ^20.0.0",
97
- "react": "^16.0.0 || ^17.0.0",
98
- "react-dom": "^16.0.0 || ^17.0.0",
+ "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
99
"react-router": "^3.0.5",
100
"redial": "^0.5.0"
101
},
0 commit comments