mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
support canary versions
This commit is contained in:
parent
36bd601c35
commit
78121a6d8d
@ -63,7 +63,7 @@
|
||||
"peerDependencies": {
|
||||
"@types/react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"@types/react-dom": ">=18.2 || >=19.0.0-rc.0",
|
||||
"next": ">=14.1 || >=15.0.0-rc.0",
|
||||
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
|
||||
"react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18.2 || >=19.0.0-rc.0"
|
||||
},
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
"@types/react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"@types/react-dom": ">=18.2 || >=19.0.0-rc.0",
|
||||
"//": "NEXT_LINE_PLATFORM next",
|
||||
"next": ">=14.1 || >=15.0.0-rc.0",
|
||||
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
|
||||
"react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18.2 || >=19.0.0-rc.0"
|
||||
},
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
"peerDependencies": {
|
||||
"@types/react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"@types/react-dom": ">=18.2 || >=19.0.0-rc.0",
|
||||
"next": ">=14.1 || >=15.0.0-rc.0",
|
||||
"next": ">=14.1 || >=15.0.0-canary.0 || >=15.0.0-rc.0",
|
||||
"react": ">=18.2 || >=19.0.0-rc.0",
|
||||
"react-dom": ">=18.2 || >=19.0.0-rc.0"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user