Revert React 19 requirement

This commit is contained in:
Konstantin Wohlwend 2026-06-02 15:22:18 -07:00
parent 9fa3a19920
commit 7d08af0db8
5 changed files with 16 additions and 16 deletions

View File

@ -84,8 +84,8 @@
"yup": "^1.7.1"
},
"peerDependencies": {
"@types/react": ">=19.0.0",
"react": ">=19.0.0"
"@types/react": ">=18.0.0",
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {

View File

@ -85,11 +85,11 @@
"yup": "^1.7.1"
},
"peerDependencies": {
"@types/react": ">=19.0.0",
"@types/react-dom": ">=19.0.0",
"react-dom": ">=19.0.0",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"react-dom": ">=18.0.0",
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
"react": ">=19.0.0"
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
"@types/react-dom": {

View File

@ -95,10 +95,10 @@
"yup": "^1.7.1"
},
"peerDependencies": {
"@types/react": ">=19.0.0",
"@types/react": ">=18.0.0",
"@tanstack/react-router": ">=1.100.0",
"@tanstack/react-start": ">=1.100.0",
"react": ">=19.0.0"
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {

View File

@ -140,17 +140,17 @@
},
"//": "IF_PLATFORM react-like",
"peerDependencies": {
"@types/react": ">=19.0.0",
"@types/react": ">=18.0.0",
"//": "IF_PLATFORM next",
"@types/react-dom": ">=19.0.0",
"react-dom": ">=19.0.0",
"@types/react-dom": ">=18.0.0",
"react-dom": ">=18.0.0",
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
"//": "END_PLATFORM",
"//": "IF_PLATFORM tanstack-start",
"@tanstack/react-router": ">=1.100.0",
"@tanstack/react-start": ">=1.100.0",
"//": "END_PLATFORM",
"react": ">=19.0.0"
"react": ">=18.0.0"
},
"//": "END_PLATFORM",
"//": "IF_PLATFORM react-like",

View File

@ -101,13 +101,13 @@
"yup": "^1.7.1"
},
"peerDependencies": {
"@types/react": ">=19.0.0",
"@types/react-dom": ">=19.0.0",
"react-dom": ">=19.0.0",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"react-dom": ">=18.0.0",
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
"@tanstack/react-router": ">=1.100.0",
"@tanstack/react-start": ">=1.100.0",
"react": ">=19.0.0"
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
"@types/react-dom": {