Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
},
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "0.14 - 18",
"react-dom": "0.14 - 18"
"react": "0.14 - 19",
"react-dom": "0.14 - 19"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@types/prop-types": "^15.7.3",
"@types/react": "^18.0.12",
"@types/react": "^19.0.2",
"@types/signature_pad": "^2.3.0",
"signature_pad": "^2.3.2",
"trim-canvas": "^0.1.0"
Expand All @@ -96,8 +96,6 @@
"jest-config": "^27.5.1",
"package-json-type": "^1.0.3",
"parcel": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Comment on lines -99 to -100
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The react* devDeps should not be removed. They are devDeps and are used during development and testing.
Unless a more recent version of Node changed something, peerDeps don't get installed during development and so this would fail CI (if it ran; it needs fixing per my last comment in the issue)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also below comment on the package-lock.json after I added its necessary changes

"rollup": "^2.70.2",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down
Loading