-
- Downloads
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.
... | @@ -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": "", | ||
... | ... |
Please register or sign in to comment