support canary versions

This commit is contained in:
Zai Shi 2025-02-26 15:40:45 -08:00
parent 36bd601c35
commit 78121a6d8d
3 changed files with 3 additions and 3 deletions

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
},