-
- Downloads
Tentative de rendre compatible le plugin annotation avec Mirador qui fonctionne avec React 17
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --watchAll=false" | "test:ci": "jest --ci --reporters=default --reporters=jest-junit --watchAll=false" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@psychobolt/react-paperjs": "< 1.0", | "@psychobolt/react-paperjs": "^1.0.3", | ||
"@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", | ||
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
"react-resize-observer": "^1.1.1" | "react-resize-observer": "^1.1.1" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"@material-ui/core": "^4.9.13", | "@material-ui/core": "^4.11.0", | ||
"@material-ui/icons": "^4.9.1", | "@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.52", | "@material-ui/lab": "^4.0.0-alpha.52", | ||
"lodash": "^4.17.11", | "lodash": "^4.17.11", | ||
... | ... |
Please register or sign in to comment