diff --git a/package-lock.json b/package-lock.json index 4c134da..5dc9b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,8 +52,8 @@ }, "peerDependencies": { "next": "^9.5.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@actions/github": { diff --git a/package.json b/package.json index 75faf31..ff96b6d 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ }, "peerDependencies": { "next": "^9.5.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.16.0",