Skip to content

Commit a8d3bcc

Browse files
committed
allow react 19
1 parent 79c3ed6 commit a8d3bcc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeplant/react-toast-notifications",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "A configurable, composable, toast notification system for react.",
55
"main": "dist/index.js",
66
"typings": "./index.d.ts",
@@ -56,13 +56,13 @@
5656
"webpack-dev-server": "^3.1.3"
5757
},
5858
"peerDependencies": {
59-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
60-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
59+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
60+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6161
},
6262
"volta": {
63-
"node": "18.13.0"
63+
"node": "22.12.0"
6464
},
6565
"publishConfig": {
6666
"registry": "https://npm.pkg.github.com/"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)