Skip to content
Snippets Groups Projects
Commit 4560bb2e authored by Chris Beer's avatar Chris Beer
Browse files

Update dependencies

parent b6ca9840
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import React from 'react'; ...@@ -2,7 +2,7 @@ import React from 'react';
import { shallow } from 'enzyme'; import { shallow } from 'enzyme';
import Typography from '@material-ui/core/Typography'; import Typography from '@material-ui/core/Typography';
import Link from '@material-ui/core/Link'; import Link from '@material-ui/core/Link';
import Img from 'react-image'; import { Img } from 'react-image';
import { AttributionPanel } from '../../../src/components/AttributionPanel'; import { AttributionPanel } from '../../../src/components/AttributionPanel';
import { LabelValueMetadata } from '../../../src/components/LabelValueMetadata'; import { LabelValueMetadata } from '../../../src/components/LabelValueMetadata';
......
...@@ -37,23 +37,23 @@ ...@@ -37,23 +37,23 @@
"@researchgate/react-intersection-observer": "^1.0.0", "@researchgate/react-intersection-observer": "^1.0.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"clsx": "^1.0.4", "clsx": "^1.0.4",
"deepmerge": "^3.3.0", "deepmerge": "^4.2.2",
"dompurify": "^1.0.11", "dompurify": "^2.0.11",
"i18next": "^17.0.6", "i18next": "^19.5.0",
"icomcom-react": "^1.0.1", "icomcom-react": "^1.0.1",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"intersection-observer": "^0.7.0", "intersection-observer": "^0.10.0",
"isomorphic-unfetch": "^3.0.0", "isomorphic-unfetch": "^3.0.0",
"jss": "^10.1.1", "jss": "^10.3.0",
"jss-rtl": "^0.3.0", "jss-rtl": "^0.3.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"manifesto.js": "^4.0.1", "manifesto.js": "^4.1.0",
"normalize-url": "^4.2.0", "normalize-url": "^4.5.0",
"openseadragon": "^2.4.2", "openseadragon": "^2.4.2",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"re-reselect": "^3.4.0", "re-reselect": "^4.0.0",
"react-aria-live": "^2.0.5", "react-aria-live": "^2.0.5",
"react-beautiful-dnd": "^11.0.4", "react-beautiful-dnd": "^13.0.0",
"react-copy-to-clipboard": "^5.0.1", "react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^10.0.2", "react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2", "react-dnd-html5-backend": "^10.0.2",
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
"react-dnd-touch-backend": "^10.0.2", "react-dnd-touch-backend": "^10.0.2",
"react-full-screen": "^0.2.4", "react-full-screen": "^0.2.4",
"react-hot-loader": "^4.12.21", "react-hot-loader": "^4.12.21",
"react-i18next": "^10.11.4", "react-i18next": "^11.7.0",
"react-image": "^2.1.3", "react-image": "^4.0.1",
"react-mosaic-component": "^4.0.1", "react-mosaic-component": "^4.0.1",
"react-redux": "^7.1.0", "react-redux": "^7.1.0",
"react-resize-observer": "^1.1.1", "react-resize-observer": "^1.1.1",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"react-sizeme": "^2.6.7", "react-sizeme": "^2.6.7",
"react-virtualized-auto-sizer": "^1.0.2", "react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5", "react-window": "^1.8.5",
"redux": "4.0.1", "redux": "4.0.5",
"redux-devtools-extension": "^2.13.2", "redux-devtools-extension": "^2.13.2",
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
...@@ -78,25 +78,25 @@ ...@@ -78,25 +78,25 @@
"uuid": "^8.1.0" "uuid": "^8.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.5.0", "@babel/cli": "^7.10.3",
"@babel/core": "^7.5.0", "@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-regenerator": "^7.7.5", "@babel/plugin-transform-regenerator": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.7.6", "@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.5.0", "@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.10.1",
"babel-eslint": "10.0.2", "babel-eslint": "10.0.2",
"babel-jest": "^24.8.0", "babel-jest": "^26.0.1",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4", "babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.8.0", "babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bundlewatch": "^0.2.5", "bundlewatch": "^0.2.5",
"chalk": "^2.4.2", "chalk": "^4.1.0",
"codecov": "^3.5.0", "codecov": "^3.7.0",
"core-js": "^3.4.8", "core-js": "^3.4.8",
"css-loader": "^3.0.0", "css-loader": "^3.6.0",
"enzyme": "^3.10.0", "enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0", "enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.0.0", "eslint": "^6.0.0",
...@@ -109,23 +109,23 @@ ...@@ -109,23 +109,23 @@
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2", "eslint-plugin-react": "^7.14.2",
"glob": "^7.1.4", "glob": "^7.1.4",
"http-server": "^0.11.1", "http-server": "^0.12.3",
"jest": "^24.8.0", "jest": "^26.0.1",
"jest-fetch-mock": "^3.0.0", "jest-fetch-mock": "^3.0.0",
"jest-puppeteer": "^4.1.1", "jest-puppeteer": "^4.1.1",
"jsdom": "15.1.1", "jsdom": "15.1.1",
"puppeteer": "^1.18.1", "puppeteer": "^4.0.0",
"react": "^16.8.6", "react": "^16.8.6",
"react-dev-utils": "^9.0.1", "react-dev-utils": "^10.2.1",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"redux-mock-store": "^1.5.1", "redux-mock-store": "^1.5.1",
"redux-saga-test-plan": "^4.0.0-rc.3", "redux-saga-test-plan": "^4.0.0-rc.3",
"style-loader": "^0.23.1", "style-loader": "^1.2.1",
"supertest": "^4.0.2", "supertest": "^4.0.2",
"terser-webpack-plugin": "^1.3.0", "terser-webpack-plugin": "^3.0.6",
"unfetch": "^4.1.0", "unfetch": "^4.1.0",
"url-polyfill": "^1.1.7", "url-polyfill": "^1.1.7",
"webpack": "^4.35.3", "webpack": "^4.43.0",
"webpack-cli": "^3.3.5", "webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.11.0" "webpack-dev-server": "^3.11.0"
}, },
......
...@@ -6,7 +6,7 @@ import fetch from 'jest-fetch-mock'; // eslint-disable-line import/no-extraneous ...@@ -6,7 +6,7 @@ import fetch from 'jest-fetch-mock'; // eslint-disable-line import/no-extraneous
import Enzyme from 'enzyme'; // eslint-disable-line import/no-extraneous-dependencies import Enzyme from 'enzyme'; // eslint-disable-line import/no-extraneous-dependencies
import Adapter from 'enzyme-adapter-react-16'; // eslint-disable-line import/no-extraneous-dependencies import Adapter from 'enzyme-adapter-react-16'; // eslint-disable-line import/no-extraneous-dependencies
const jsdom = new JSDOM('<!doctype html><html><body><div id="main"></div></body></html>'); const jsdom = new JSDOM('<!doctype html><html><body><div id="main"></div></body></html>', { url: 'https://localhost' });
const { window } = jsdom; const { window } = jsdom;
jest.setTimeout(10000); jest.setTimeout(10000);
......
...@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; ...@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import Typography from '@material-ui/core/Typography'; import Typography from '@material-ui/core/Typography';
import Link from '@material-ui/core/Link'; import Link from '@material-ui/core/Link';
import Skeleton from '@material-ui/lab/Skeleton'; import Skeleton from '@material-ui/lab/Skeleton';
import Img from 'react-image'; import { Img } from 'react-image';
import CompanionWindow from '../containers/CompanionWindow'; import CompanionWindow from '../containers/CompanionWindow';
import { LabelValueMetadata } from './LabelValueMetadata'; import { LabelValueMetadata } from './LabelValueMetadata';
import ns from '../config/css-ns'; import ns from '../config/css-ns';
......
...@@ -5,7 +5,7 @@ import ButtonBase from '@material-ui/core/ButtonBase'; ...@@ -5,7 +5,7 @@ import ButtonBase from '@material-ui/core/ButtonBase';
import Grid from '@material-ui/core/Grid'; import Grid from '@material-ui/core/Grid';
import Typography from '@material-ui/core/Typography'; import Typography from '@material-ui/core/Typography';
import Skeleton from '@material-ui/lab/Skeleton'; import Skeleton from '@material-ui/lab/Skeleton';
import Img from 'react-image'; import { Img } from 'react-image';
import ManifestListItemError from '../containers/ManifestListItemError'; import ManifestListItemError from '../containers/ManifestListItemError';
import ns from '../config/css-ns'; import ns from '../config/css-ns';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment