mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Revert React 19 requirement
This commit is contained in:
parent
9fa3a19920
commit
7d08af0db8
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user