X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e2914badd89549dc768298d9150af8b53a96e380..91e1cb59f8dc3de8d870f230b9446763da91cced:/package.json diff --git a/package.json b/package.json index 85762076..210045ba 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "axios": "^0.21.1", "babel-core": "6.26.3", "babel-runtime": "6.26.0", + "caniuse-lite": "1.0.30001299", "classnames": "2.2.6", "cwlts": "1.15.29", "debounce": "1.2.0", @@ -115,12 +116,6 @@ "wait-on": "4.0.2", "yamljs": "0.3.0" }, - "resolutions": { - "**/meow/trim-newlines": "^3.0.1", - "react-scripts/**/css-what": "5.0.1", - "**/@typescript-eslint/eslint-plugin": "^4.1.1", - "**/@typescript-eslint/parser": "^4.1.1" - }, "browserslist": { "production": [ ">0.2%", @@ -132,5 +127,6 @@ "last 1 firefox version", "last 1 safari version" ] - } + }, + "packageManager": "yarn@3.2.0" }