Skip to content

Commit

Permalink
Better specifiy react / react-paperjs dependencies
Browse files Browse the repository at this point in the history
In anticipation of a release that supports React 17 (react-paperjs v1.0)
lets go ahead and lock these down in a release for React 16.x users.

A follow on after a release of mirador-annotations will be to bump
dependencies up to react 17 compatible ones.
  • Loading branch information
mejackreed committed Apr 8, 2021
1 parent ec86f5d commit e89b098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@psychobolt/react-paperjs": "0.0.57",
"@psychobolt/react-paperjs": "< 1.0",
"@psychobolt/react-paperjs-editor": "0.0.11",
"draft-js": "^0.11.6",
"draft-js-export-html": "^1.4.1",
Expand All @@ -38,8 +38,8 @@
"lodash": "^4.17.11",
"mirador": "^3.0.0-rc.5",
"prop-types": "^15.7.2",
"react": "16.x",
"react-dom": "16.x",
"react": "^16.0",
"react-dom": "^16.0",
"uuid": "^8.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -68,8 +68,8 @@
"mirador": "^3.0.0-rc.5",
"nwb": "^0.24.7",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"uuid": "^8.2.0"
},
"author": "",
Expand Down

0 comments on commit e89b098

Please sign in to comment.