diff --git a/packages/animated/package.json b/packages/animated/package.json index 13c5c63ae8..0cf8d11cf5 100644 --- a/packages/animated/package.json +++ b/packages/animated/package.json @@ -32,6 +32,6 @@ "@react-spring/types": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index ee74d22ae1..c2373c1cea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -37,6 +37,6 @@ "@react-spring/types": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/parallax/package.json b/packages/parallax/package.json index 8156fa9ffc..faae400f3f 100644 --- a/packages/parallax/package.json +++ b/packages/parallax/package.json @@ -34,7 +34,7 @@ "@react-spring/web": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/react-spring/package.json b/packages/react-spring/package.json index a70e44ada2..b28a5c147b 100644 --- a/packages/react-spring/package.json +++ b/packages/react-spring/package.json @@ -35,7 +35,7 @@ "@react-spring/zdog": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index f84a18af9b..ada09d2e51 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -32,6 +32,6 @@ "@react-spring/types": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/targets/konva/package.json b/targets/konva/package.json index b8a7d2ff4f..9bbb7d64e0 100644 --- a/targets/konva/package.json +++ b/targets/konva/package.json @@ -34,7 +34,7 @@ }, "peerDependencies": { "konva": ">=2.6", - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-konva": "^16.8.0 || ^17.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-konva": "^16.8.0 || ^17.0.0" } } diff --git a/targets/three/package.json b/targets/three/package.json index 65595f4ac6..fda0b4ee25 100644 --- a/targets/three/package.json +++ b/targets/three/package.json @@ -34,7 +34,7 @@ }, "peerDependencies": { "@react-three/fiber": ">=6.0", - "react": "^16.11.0 || >=17.0.0 || >=18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "three": ">=0.126" } } diff --git a/targets/web/package.json b/targets/web/package.json index 3679a99d07..220b86e686 100644 --- a/targets/web/package.json +++ b/targets/web/package.json @@ -33,7 +33,7 @@ "@react-spring/types": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } } diff --git a/targets/zdog/package.json b/targets/zdog/package.json index 41728f28b1..25106882a0 100644 --- a/targets/zdog/package.json +++ b/targets/zdog/package.json @@ -33,8 +33,8 @@ "@react-spring/types": "~9.5.2" }, "peerDependencies": { - "react": "^16.8.0 || >=17.0.0 || >=18.0.0", - "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-zdog": ">=1.0", "zdog": ">=1.0" } diff --git a/yarn.lock b/yarn.lock index 97da1b1764..1fba558fe9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3703,7 +3703,7 @@ __metadata: "@react-spring/shared": ~9.5.2 "@react-spring/types": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft @@ -3716,7 +3716,7 @@ __metadata: "@react-spring/shared": ~9.5.2 "@react-spring/types": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft @@ -3788,8 +3788,8 @@ __metadata: "@react-spring/types": ~9.5.2 peerDependencies: konva: ">=2.6" - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-konva: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-konva: ^16.8.0 || ^17.0.0 languageName: unknown linkType: soft @@ -3814,8 +3814,8 @@ __metadata: "@react-spring/shared": ~9.5.2 "@react-spring/web": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft @@ -3832,7 +3832,7 @@ __metadata: "@react-spring/rafz": ~9.5.2 "@react-spring/types": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft @@ -3846,7 +3846,7 @@ __metadata: "@react-spring/types": ~9.5.2 peerDependencies: "@react-three/fiber": ">=6.0" - react: ^16.11.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 three: ">=0.126" languageName: unknown linkType: soft @@ -3866,8 +3866,8 @@ __metadata: "@react-spring/shared": ~9.5.2 "@react-spring/types": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft @@ -3880,8 +3880,8 @@ __metadata: "@react-spring/shared": ~9.5.2 "@react-spring/types": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 react-zdog: ">=1.0" zdog: ">=1.0" languageName: unknown @@ -12893,8 +12893,8 @@ __metadata: "@react-spring/web": ~9.5.2 "@react-spring/zdog": ~9.5.2 peerDependencies: - react: ^16.8.0 || >=17.0.0 || >=18.0.0 - react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 languageName: unknown linkType: soft