18848: Update to yarn berry.
[arvados-workbench2.git] / package.json
index 37392cf8c669bd77fcb2038420a551c66c6d1f5e..210045ba190e37dcb43f2f1fb161d3ae773ed313 100644 (file)
@@ -15,7 +15,7 @@
     "@types/jszip": "3.1.5",
     "@types/lodash": "4.14.116",
     "@types/react": "17.0.11",
-    "@types/react-copy-to-clipboard": "4.2.6",
+    "@types/react-copy-to-clipboard": "5.0.0",
     "@types/react-dropzone": "4.2.2",
     "@types/react-highlight-words": "0.12.0",
     "@types/react-virtualized-auto-sizer": "1.0.0",
@@ -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",
@@ -45,7 +46,7 @@
     "prop-types": "15.7.2",
     "query-string": "6.9.0",
     "react": "16.8.6",
-    "react-copy-to-clipboard": "5.0.1",
+    "react-copy-to-clipboard": "5.0.3",
     "react-dnd": "5.0.0",
     "react-dnd-html5-backend": "5.0.1",
     "react-dom": "16.8.6",
     "enzyme-adapter-react-16": "1.15.6",
     "jest-localstorage-mock": "2.2.0",
     "node-sass": "^4.9.4",
-    "node-sass-chokidar": "^1.3.4",
+    "node-sass-chokidar": "1.5.0",
     "redux-devtools": "3.4.1",
     "redux-mock-store": "1.5.4",
     "ts-mock-imports": "1.3.7",
     "wait-on": "4.0.2",
     "yamljs": "0.3.0"
   },
-  "resolutions": {
-    "fbjs/ua-parser-js": "0.7.24",
-    "**/meow/trim-newlines": "^3.0.1",
-    "react-rte/**/ua-parser-js": "0.7.24",
-    "**/@typescript-eslint/eslint-plugin": "^4.1.1",
-    "**/@typescript-eslint/parser": "^4.1.1"
-  },
   "browserslist": {
     "production": [
       ">0.2%",
       "last 1 firefox version",
       "last 1 safari version"
     ]
-  }
+  },
+  "packageManager": "yarn@3.2.0"
 }