-
- Downloads
Merge branch 'master' into update-from-upstream
No related branches found
No related tags found
Showing
- .eslintrc 3 additions, 1 deletion.eslintrc
- __tests__/AnnotationCreation.test.js 1 addition, 1 deletion__tests__/AnnotationCreation.test.js
- package.json 11 additions, 11 deletionspackage.json
- setupJest.js 1 addition, 1 deletionsetupJest.js
- src/AnnotationCreation.js 37 additions, 12 deletionssrc/AnnotationCreation.js
- src/TextEditor.js 14 additions, 1 deletionsrc/TextEditor.js
{ | { | ||
"name": "mirador-annotations", | "name": "mirador-annotations", | ||
"version": "0.4.0", | "version": "0.5.0", | ||
"description": "mirador-annotations React component", | "description": "mirador-annotations React component", | ||
"main": "lib/index.js", | "main": "lib/index.js", | ||
"module": "es/index.js", | "module": "es/index.js", | ||
... | @@ -21,8 +21,8 @@ | ... | @@ -21,8 +21,8 @@ |
"test:watch": "jest --watch" | "test:watch": "jest --watch" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@psychobolt/react-paperjs": "< 1.0", | "@psychobolt/react-paperjs": "^1.0.0", | ||
"@psychobolt/react-paperjs-editor": "0.0.11", | "@psychobolt/react-paperjs-editor": "^0.0.14", | ||
"draft-js": "^0.11.6", | "draft-js": "^0.11.6", | ||
"draft-js-export-html": "^1.4.1", | "draft-js-export-html": "^1.4.1", | ||
"draft-js-import-html": "^1.4.1", | "draft-js-import-html": "^1.4.1", | ||
... | @@ -37,8 +37,8 @@ | ... | @@ -37,8 +37,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.0", | "react": "^17.0", | ||
"react-dom": "^16.0", | "react-dom": "^17.0", | ||
"uuid": "^8.0.0" | "uuid": "^8.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -48,14 +48,14 @@ | ... | @@ -48,14 +48,14 @@ |
"@material-ui/core": "^4.11.0", | "@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.56", | "@material-ui/lab": "^4.0.0-alpha.56", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0", | |||
"babel-eslint": "^10.1.0", | "babel-eslint": "^10.1.0", | ||
"canvas": "^2.6.1", | "canvas": "^2.6.1", | ||
"enzyme": "^3.11.0", | "enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | "eslint": "^7.2", | ||
"eslint": "^6.8.0", | |||
"eslint-config-airbnb": "^18.2.0", | "eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-react-app": "^5.2.1", | "eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-flowtype": "^4.7.0", | "eslint-plugin-flowtype": "^5.6.0", | ||
"eslint-plugin-import": "^2.22.0", | "eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.18.0", | "eslint-plugin-jest": "^23.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | "eslint-plugin-jsx-a11y": "^6.3.1", | ||
... | @@ -66,8 +66,8 @@ | ... | @@ -66,8 +66,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.14.0", | "react": "^17.0", | ||
"react-dom": "^16.14.0", | "react-dom": "^17.0", | ||
"uuid": "^8.2.0" | "uuid": "^8.2.0" | ||
}, | }, | ||
"author": "", | "author": "", | ||
... | ... |