X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f83fcd45b4b23db2bb5bb4afbe1e863ebd77ec6..ea697fb1e8482e77f505596370023763f427506f:/services/workbench2/package.json diff --git a/services/workbench2/package.json b/services/workbench2/package.json index bc480e4c98..71dc4d7cee 100644 --- a/services/workbench2/package.json +++ b/services/workbench2/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { + "@babel/core": "^7.0.0", + "@babel/runtime-corejs2": "^7.0.0", + "@coreui/coreui": "^4.3.2", + "@coreui/react": "^4.11.0", "@date-io/date-fns": "1", "@fortawesome/fontawesome-svg-core": "1.2.28", "@fortawesome/free-solid-svg-icons": "5.13.0", @@ -10,6 +14,7 @@ "@material-ui/core": "3.9.3", "@material-ui/icons": "3.0.1", "@types/debounce": "3.0.0", + "@types/dompurify": "^3.0.3", "@types/file-saver": "2.0.0", "@types/js-yaml": "3.11.2", "@types/jssha": "0.0.29", @@ -23,45 +28,46 @@ "@types/react-window": "1.8.2", "@types/redux-form": "7.4.12", "@types/shell-escape": "^0.2.0", - "axios": "^0.21.1", - "babel-core": "6.26.3", - "babel-runtime": "6.26.0", - "caniuse-lite": "1.0.30001299", + "axios": "^0.28.1", + "bootstrap": "^5.3.2", + "caniuse-lite": "1.0.30001606", "classnames": "2.2.6", "cwlts": "1.15.29", "date-fns": "^2.28.0", "debounce": "1.2.0", + "dompurify": "^3.0.6", "elliptic": "6.5.4", "file-saver": "2.0.1", "fstream": "1.0.12", "is-image": "3.0.0", "js-yaml": "3.13.1", "jssha": "2.3.1", - "jszip": "3.1.5", + "jszip": "^3.10.1", "lodash": "^4.17.21", - "lodash-es": "4.17.14", + "lodash-es": "^4.17.21", "lodash.mergewith": "4.6.2", "lodash.template": "4.5.0", "material-ui-pickers": "^2.2.4", "mem": "4.0.0", "mime": "^3.0.0", - "moment": "2.29.1", + "moment": "^2.29.4", "parse-duration": "0.4.4", "prop-types": "15.7.2", "query-string": "6.9.0", - "react": "16.8.6", + "react": "16.14.0", "react-copy-to-clipboard": "5.0.3", "react-dnd": "5.0.0", "react-dnd-html5-backend": "5.0.1", - "react-dom": "16.8.6", + "react-dom": "16.14.0", "react-dropzone": "5.1.1", "react-highlight-words": "0.14.0", "react-idle-timer": "4.3.6", + "react-loader-spinner": "^6.1.6", "react-redux": "5.0.7", "react-router": "4.3.1", "react-router-dom": "4.3.1", "react-router-redux": "5.0.0-alpha.9", - "react-rte": "0.16.3", + "react-rte": "^0.16.5", "react-scripts": "3.4.4", "react-splitter-layout": "3.0.1", "react-transition-group": "2.5.0", @@ -80,7 +86,7 @@ "uuid": "3.3.2" }, "scripts": { - "start": "react-scripts start", + "start": "BROWSER=none react-scripts start", "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts build", "build-local": "react-scripts build", "test": "CI=true react-scripts test", @@ -108,12 +114,13 @@ "@types/sinon": "7.5", "@types/uuid": "3.4.4", "axios-mock-adapter": "1.17.0", - "cypress": "6.3.0", + "cypress": "^13.6.6", + "cypress-wait-until": "^3.0.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "jest-localstorage-mock": "2.2.0", - "node-sass": "^4.9.4", - "node-sass-chokidar": "1.5.0", + "node-sass": "^9.0.0", + "node-sass-chokidar": "^2.0.0", "redux-devtools": "3.4.1", "redux-mock-store": "1.5.4", "ts-mock-imports": "1.3.7",