Skip to content
Snippets Groups Projects
Commit e89b0982 authored by Jack Reed's avatar Jack Reed
Browse files

Better specifiy react / react-paperjs dependencies

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.
parent ec86f5de
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"test:watch": "jest --watch" "test:watch": "jest --watch"
}, },
"dependencies": { "dependencies": {
"@psychobolt/react-paperjs": "0.0.57", "@psychobolt/react-paperjs": "< 1.0",
"@psychobolt/react-paperjs-editor": "0.0.11", "@psychobolt/react-paperjs-editor": "0.0.11",
"draft-js": "^0.11.6", "draft-js": "^0.11.6",
"draft-js-export-html": "^1.4.1", "draft-js-export-html": "^1.4.1",
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"mirador": "^3.0.0-rc.5", "mirador": "^3.0.0-rc.5",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "16.x", "react": "^16.0",
"react-dom": "16.x", "react-dom": "^16.0",
"uuid": "^8.0.0" "uuid": "^8.0.0"
}, },
"devDependencies": { "devDependencies": {
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
"mirador": "^3.0.0-rc.5", "mirador": "^3.0.0-rc.5",
"nwb": "^0.24.7", "nwb": "^0.24.7",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"uuid": "^8.2.0" "uuid": "^8.2.0"
}, },
"author": "", "author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment