Skip to content

Commit cef8f06

Browse files
authored
Update peer dependencies to the latest major versions (#98)
* Update peer dependencies to the latest major versions * 2.0.0
1 parent b092b5c commit cef8f06

2 files changed

Lines changed: 36 additions & 60 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@p5-wrapper/next",
33
"description": "A NextJS specific library for the @P5-Wrapper/react project.",
4-
"version": "1.0.5",
4+
"version": "2.0.0",
55
"type": "module",
66
"homepage": "https://github.com/P5-wrapper/next",
77
"license": "MIT",
@@ -45,10 +45,10 @@
4545
"url": "https://github.com/P5-wrapper/next/issues"
4646
},
4747
"peerDependencies": {
48-
"@p5-wrapper/react": ">= 4.2.0",
49-
"next": ">= 12.3.4",
50-
"react": ">= 18.2.0",
51-
"react-dom": ">= 18.2.0"
48+
"@p5-wrapper/react": ">= 4.0.0",
49+
"next": ">= 15.0.0",
50+
"react": ">= 19.0.0",
51+
"react-dom": ">= 19.0.0"
5252
},
5353
"devDependencies": {
5454
"@types/node": "^24.0.10",

pnpm-lock.yaml

Lines changed: 31 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)