Chore: Switch yarn 2 to plug-n-play strategy (#40300)
This commit is contained in:
+22
-5
@@ -7,7 +7,7 @@
|
||||
"repository": "github:grafana/grafana",
|
||||
"scripts": {
|
||||
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
|
||||
"build": "node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js",
|
||||
"build": "webpack --config scripts/webpack/webpack.prod.js",
|
||||
"check-strict": "./scripts/ci-check-strict.sh",
|
||||
"dev": "webpack --progress --color --config scripts/webpack/webpack.dev.js",
|
||||
"e2e": "./e2e/start-and-run-suite",
|
||||
@@ -76,6 +76,7 @@
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-transform-react-constant-elements": "7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
||||
"@babel/plugin-transform-typescript": "7.15.4",
|
||||
"@babel/preset-env": "7.14.7",
|
||||
"@babel/preset-react": "7.14.5",
|
||||
"@babel/preset-typescript": "7.14.5",
|
||||
@@ -88,6 +89,8 @@
|
||||
"@kusto/monaco-kusto": "4.0.6",
|
||||
"@microsoft/api-extractor": "7.18.16",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.6",
|
||||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
||||
"@testing-library/dom": "7.29.4",
|
||||
"@testing-library/jest-dom": "5.11.5",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
@@ -104,6 +107,7 @@
|
||||
"@types/enzyme": "3.10.5",
|
||||
"@types/enzyme-adapter-react-16": "1.0.6",
|
||||
"@types/file-saver": "2.0.1",
|
||||
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/hoist-non-react-statics": "3.3.1",
|
||||
"@types/jest": "27.0.2",
|
||||
@@ -124,7 +128,7 @@
|
||||
"@types/react-grid-layout": "1.1.1",
|
||||
"@types/react-highlight-words": "^0.16.2",
|
||||
"@types/react-loadable": "5.5.2",
|
||||
"@types/react-redux": "7.1.18",
|
||||
"@types/react-redux": "7.1.20",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/react-select": "4.0.13",
|
||||
"@types/react-test-renderer": "17.0.1",
|
||||
@@ -251,6 +255,7 @@
|
||||
"@types/ol": "^6.5.1",
|
||||
"@visx/event": "2.1.0",
|
||||
"@visx/gradient": "2.1.0",
|
||||
"@visx/group": "2.1.0",
|
||||
"@visx/scale": "2.1.0",
|
||||
"@visx/shape": "2.1.0",
|
||||
"@visx/tooltip": "2.1.0",
|
||||
@@ -260,6 +265,7 @@
|
||||
"angular-bindonce": "0.3.1",
|
||||
"angular-route": "1.8.2",
|
||||
"angular-sanitize": "1.8.2",
|
||||
"app": "link:./public/app",
|
||||
"baron": "3.0.3",
|
||||
"brace": "0.11.1",
|
||||
"calculate-size": "1.1.1",
|
||||
@@ -272,7 +278,9 @@
|
||||
"d3-force": "^2.1.1",
|
||||
"d3-scale-chromatic": "1.5.0",
|
||||
"dangerously-set-html-content": "1.0.9",
|
||||
"date-fns": "1.30.1",
|
||||
"debounce-promise": "3.1.2",
|
||||
"emotion": "10.0.27",
|
||||
"eventemitter3": "4.0.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"fast-json-patch": "2.2.1",
|
||||
@@ -281,6 +289,7 @@
|
||||
"history": "4.10.1",
|
||||
"hoist-non-react-statics": "3.3.2",
|
||||
"immer": "9.0.6",
|
||||
"immutable": "3.8.2",
|
||||
"jquery": "3.5.1",
|
||||
"json-source-map": "0.6.1",
|
||||
"jsurl": "^0.1.5",
|
||||
@@ -306,19 +315,22 @@
|
||||
"rc-cascader": "1.5.0",
|
||||
"rc-drawer": "4.4.0",
|
||||
"rc-slider": "9.6.4",
|
||||
"rc-time-picker": "^3.7.3",
|
||||
"rc-time-picker": "3.7.3",
|
||||
"re-resizable": "^6.2.0",
|
||||
"react": "17.0.1",
|
||||
"react-beautiful-dnd": "13.1.0",
|
||||
"react-diff-viewer": "^3.1.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react-draggable": "4.4.4",
|
||||
"react-grid-layout": "1.2.5",
|
||||
"react-highlight-words": "0.17.0",
|
||||
"react-hook-form": "7.5.3",
|
||||
"react-inlinesvg": "2.3.0",
|
||||
"react-loadable": "5.5.0",
|
||||
"react-moveable": "0.29.0",
|
||||
"react-popper": "2.2.4",
|
||||
"react-redux": "7.2.5",
|
||||
"react-resizable": "3.0.4",
|
||||
"react-reverse-portal": "^2.0.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-select": "4.3.0",
|
||||
@@ -333,16 +345,20 @@
|
||||
"reselect": "4.0.0",
|
||||
"rst2html": "github:thoward/rst2html#990cb89f2a300cdd9151790be377c4c0840df809",
|
||||
"rxjs": "7.3.0",
|
||||
"sass": "link:./public/sass",
|
||||
"search-query-parser": "1.5.4",
|
||||
"selecto": "1.13.0",
|
||||
"semver": "^7.1.3",
|
||||
"slate": "0.47.8",
|
||||
"slate-plain-serializer": "0.7.10",
|
||||
"symbol-observable": "1.2.0",
|
||||
"test": "link:./public/test",
|
||||
"tether": "1.4.7",
|
||||
"tether-drop": "https://github.com/torkelo/drop",
|
||||
"tinycolor2": "1.4.1",
|
||||
"uplot": "1.6.16",
|
||||
"uuid": "8.3.0",
|
||||
"vendor": "link:./public/vendor",
|
||||
"visjs-network": "4.25.0",
|
||||
"whatwg-fetch": "3.1.0"
|
||||
},
|
||||
@@ -352,7 +368,8 @@
|
||||
"@microsoft/api-extractor-model": "7.13.13",
|
||||
"@rushstack/node-core-library": "3.42.3",
|
||||
"@rushstack/rig-package": "0.3.3",
|
||||
"@rushstack/ts-command-line": "4.10.2"
|
||||
"@rushstack/ts-command-line": "4.10.2",
|
||||
"@storybook/react/webpack": "5.58.1"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
@@ -363,5 +380,5 @@
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
},
|
||||
"packageManager": "yarn@3.1.0-rc.5"
|
||||
"packageManager": "yarn@3.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user