Chore(dependencies): Tidy up deps in our packages (#42085)

* Chore(dependencies): Tidy up deps in root package

* Tidy up dependencies in @grafana/data

* Tidy up dependencies in @grafana/e2e

* Tidy up @grafana/e2e-selectors packages

* Tidy up packages in @grafana/runtime

* tidy up packages in @grafana/ui

* tidy up packages in jaeger-ui-components

* Readd regenerator-runtime in @grafana/data
This commit is contained in:
Ashley Harrison 2021-12-06 17:32:55 +00:00 committed by GitHub
parent d8d009ecce
commit a345b06095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 99 additions and 447 deletions

View File

@ -80,7 +80,6 @@
"@grafana/eslint-config": "2.5.1",
"@grafana/toolkit": "workspace:*",
"@grafana/tsconfig": "^1.0.0-rc1",
"@kusto/monaco-kusto": "4.1.2",
"@microsoft/api-extractor": "7.18.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@react-types/button": "3.4.1",
@ -119,6 +118,7 @@
"@types/lru-cache": "^5.1.0",
"@types/mousetrap": "1.6.3",
"@types/node": "16.11.6",
"@types/ol": "^6.5.1",
"@types/papaparse": "5.3.1",
"@types/pluralize": "^0.0.29",
"@types/prismjs": "1.16.0",
@ -148,7 +148,6 @@
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.2",
"angular-mocks": "1.6.6",
"autoprefixer": "10.2.6",
"axios": "0.21.2",
"babel-jest": "27.4.2",
@ -160,9 +159,6 @@
"cypress": "9.0.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.4.4",
"es-abstract": "1.18.0-next.1",
"es6-promise": "4.2.8",
"es6-shim": "0.35.5",
"eslint": "7.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsdoc": "37.0.3",
@ -172,15 +168,12 @@
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-webpack-plugin": "3.1.0",
"expect.js": "0.3.1",
"expose-loader": "3.1.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "6.4.0",
"fs-extra": "10.0.0",
"gaze": "1.1.3",
"glob": "7.1.6",
"html-loader": "3.0.1",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"http-server": "14.0.0",
"husky": "^7.0.0",
@ -193,7 +186,6 @@
"lerna": "^4.0.0",
"lint-staged": "12.0.2",
"mini-css-extract-plugin": "2.4.4",
"module-alias": "2.2.2",
"mutationobserver-shim": "0.3.3",
"ngtemplate-loader": "2.1.0",
"node-notifier": "^10.0.0",
@ -208,9 +200,7 @@
"react-select-event": "^5.1.0",
"react-test-renderer": "17.0.1",
"redux-mock-store": "1.5.4",
"regexp-replace-loader": "1.0.1",
"rimraf": "3.0.1",
"rxjs-spy": "8.0.0",
"sass": "1.32.13",
"sass-loader": "12.3.0",
"sinon": "12.0.1",
@ -223,12 +213,10 @@
"ts-jest": "27.0.7",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tslib": "2.3.1",
"typescript": "4.4.3",
"wait-on": "6.0.0",
"webpack": "5.63.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cleanup-plugin": "0.5.1",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0",
"webpack-merge": "5.8.0"
@ -245,6 +233,7 @@
"@grafana/slate-react": "0.22.10-grafana",
"@grafana/ui": "workspace:*",
"@jaegertracing/jaeger-ui-components": "workspace:*",
"@kusto/monaco-kusto": "4.0.6",
"@opentelemetry/api": "1.0.2",
"@opentelemetry/exporter-collector": "0.23.0",
"@opentelemetry/semantic-conventions": "1.0.0",
@ -262,7 +251,6 @@
"@sentry/browser": "6.15.0",
"@sentry/types": "6.15.0",
"@sentry/utils": "6.15.0",
"@types/ol": "^6.5.1",
"@visx/event": "2.1.0",
"@visx/gradient": "2.1.0",
"@visx/group": "2.1.0",
@ -295,7 +283,6 @@
"eventemitter3": "4.0.0",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "3.1.0",
"fast-text-encoding": "^1.0.0",
"file-saver": "2.0.2",
"history": "4.10.1",
"hoist-non-react-statics": "3.3.2",
@ -366,6 +353,7 @@
"test": "link:./public/test",
"tether-drop": "https://github.com/torkelo/drop",
"tinycolor2": "1.4.1",
"tslib": "2.3.1",
"uplot": "1.6.17",
"uuid": "8.3.0",
"vendor": "link:./public/vendor",

View File

@ -33,7 +33,11 @@
"moment-timezone": "0.5.33",
"ol": "6.7.0",
"papaparse": "5.3.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"regenerator-runtime": "0.13.3",
"rxjs": "7.3.0",
"tslib": "2.3.1",
"uplot": "1.6.16",
"xss": "1.0.6"
},
@ -56,25 +60,18 @@
"@types/node": "16.11.6",
"@types/papaparse": "5.3.1",
"@types/react": "17.0.30",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/react-dom": "17.0.10",
"@types/sinon": "^10.0.4",
"@types/testing-library__jest-dom": "5.9.5",
"@types/testing-library__react-hooks": "^3.2.0",
"@types/tinycolor2": "1.4.2",
"pretty-format": "27.4.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-test-renderer": "17.0.1",
"regenerator-runtime": "0.13.3",
"rimraf": "3.0.1",
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"sinon": "12.0.1",
"tinycolor2": "1.4.1",
"tslib": "2.3.1",
"typescript": "4.4.3"
}
}

View File

@ -27,23 +27,15 @@
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@types/node": "16.11.6",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/systemjs": "^0.20.6",
"rimraf": "3.0.1",
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"ts-loader": "6.2.1",
"ts-node": "9.0.0"
"rollup-plugin-terser": "7.0.2"
},
"types": "src/index.ts",
"dependencies": {
"@grafana/tsconfig": "^1.0.0-rc1",
"execa": "5.1.1",
"tslib": "2.3.1",
"typescript": "4.4.3",
"yaml": "^1.8.3"
"typescript": "4.4.3"
}
}

View File

@ -33,15 +33,11 @@
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@types/node": "16.11.6",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/uuid": "8.3.0",
"date-fns": "2.21.3",
"rollup": "2.58.3",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"webpack": "5.51.1"
},
"types": "src/index.ts",

View File

@ -22,7 +22,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/css": "11.1.3",
"@grafana/data": "8.4.0-pre",
"@grafana/e2e-selectors": "8.4.0-pre",
"@grafana/ui": "8.4.0-pre",
@ -30,15 +29,16 @@
"history": "4.10.1",
"lodash": "4.17.21",
"react": "17.0.1",
"react-dom": "17.0.1",
"rxjs": "7.3.0",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37",
"tslib": "2.3.1"
},
"devDependencies": {
"@grafana/tsconfig": "^1.0.0-rc1",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@testing-library/dom": "^8.11.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/angular": "1.8.3",
@ -46,18 +46,14 @@
"@types/jest": "27.0.2",
"@types/lodash": "4.14.149",
"@types/react": "17.0.36",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/react-dom": "17.0.10",
"@types/systemjs": "^0.20.6",
"lodash": "4.17.21",
"pretty-format": "27.4.2",
"rimraf": "3.0.1",
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"typescript": "4.4.3",
"webpack": "5.58.1"
"typescript": "4.4.3"
},
"types": "src/index.ts"
}

View File

@ -27,14 +27,13 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.6",
"@swc/helpers": "0.2.13",
"@types/rollup-plugin-visualizer": "4.2.1",
"rimraf": "3.0.1",
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"tslib": "2.3.1",
"typescript": "4.4.3"
},
"dependencies": {
"tslib": "2.3.1"
}
}

View File

@ -52,7 +52,6 @@
"core-js": "3.10.0",
"d3": "5.15.0",
"date-fns": "2.25.0",
"emotion": "11.0.0",
"hoist-non-react-statics": "3.3.2",
"immutable": "4.0.0",
"is-hotkey": "0.1.6",
@ -61,7 +60,6 @@
"memoize-one": "6.0.0",
"moment": "2.29.1",
"monaco-editor": "0.27.0",
"papaparse": "5.3.0",
"prismjs": "1.25.0",
"rc-cascader": "1.5.0",
"rc-drawer": "4.4.0",
@ -134,7 +132,6 @@
"@types/lodash": "4.14.123",
"@types/mock-raf": "1.0.2",
"@types/node": "16.11.6",
"@types/papaparse": "5.3.1",
"@types/prismjs": "1.16.0",
"@types/react": "17.0.30",
"@types/react-beautiful-dnd": "13.1.1",
@ -146,7 +143,6 @@
"@types/react-test-renderer": "17.0.1",
"@types/react-transition-group": "4.4.0",
"@types/react-window": "1.8.1",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/slate": "0.47.2",
"@types/slate-plain-serializer": "0.7.1",
"@types/slate-react": "0.22.5",
@ -163,8 +159,8 @@
"enzyme": "3.11.0",
"expose-loader": "3.0.0",
"mock-raf": "1.0.1",
"postcss": "8.3.11",
"postcss-loader": "6.1.1",
"pretty-format": "27.4.2",
"raw-loader": "4.0.2",
"react-docgen-typescript-loader": "3.7.2",
"react-test-renderer": "17.0.1",
@ -172,8 +168,6 @@
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"sass-loader": "12.1.0",
"storybook-dark-mode": "1.0.8",
"style-loader": "3.3.0",

View File

@ -12,7 +12,7 @@ Grafana's wrapper component over [Font Awesome](https://fontawesome.com/) and Un
By default `Icon` has width and height of `16px` and font-size of `14px`. Pass `className` to control icon's size:
```jsx
import { css } from 'emotion';
import { css } from '@emotion/css';
<Icon name="check" />;
```

View File

@ -15,21 +15,19 @@
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/lodash": "^4.14.123",
"@types/prop-types": "^15",
"@types/react": "17.0.30",
"@types/react-icons": "2.2.7",
"@types/recompose": "^0.30.7",
"@types/reselect": "2.2.0",
"@types/slate-react": "0.22.5",
"@types/tinycolor2": "1.4.2",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.2",
"enzyme": "3.11.0",
"sinon": "12.0.1",
"typescript": "4.4.3",
"webpack": "5.58.1"
"typescript": "4.4.3"
},
"dependencies": {
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@grafana/data": "8.4.0-pre",
"@grafana/ui": "8.4.0-pre",
"chance": "^1.0.10",

464
yarn.lock

File diff suppressed because it is too large Load Diff