mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
Update Monthly patch updates (#46875)
* Update Monthly patch updates * Remove 3 packages... * Fix type error * undo cypress upgrade Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
b2f33b2a53
commit
7b23c7fe1e
122
package.json
122
package.json
@ -74,7 +74,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.0",
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/plugin-proposal-class-properties": "7.16.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
|
||||
@ -86,8 +86,8 @@
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"@babel/preset-react": "7.16.7",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@betterer/cli": "5.1.6",
|
||||
"@betterer/regexp": "5.1.6",
|
||||
"@betterer/cli": "5.1.7",
|
||||
"@betterer/regexp": "5.1.7",
|
||||
"@emotion/eslint-plugin": "11.7.0",
|
||||
"@grafana/api-documenter": "7.11.2",
|
||||
"@grafana/e2e": "workspace:*",
|
||||
@ -96,18 +96,18 @@
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@lingui/cli": "3.13.2",
|
||||
"@lingui/macro": "3.13.2",
|
||||
"@microsoft/api-extractor": "7.19.4",
|
||||
"@microsoft/api-extractor": "7.19.5",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
||||
"@react-types/button": "3.4.1",
|
||||
"@react-types/menu": "3.5.1",
|
||||
"@react-types/overlays": "3.5.1",
|
||||
"@react-types/shared": "3.11.1",
|
||||
"@react-types/button": "3.4.4",
|
||||
"@react-types/menu": "3.5.2",
|
||||
"@react-types/overlays": "3.5.4",
|
||||
"@react-types/shared": "3.11.2",
|
||||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
||||
"@swc/core": "1.2.136",
|
||||
"@swc/helpers": "0.3.2",
|
||||
"@swc/core": "1.2.160",
|
||||
"@swc/helpers": "0.3.8",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/angular": "1.8.4",
|
||||
@ -126,25 +126,25 @@
|
||||
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
||||
"@types/history": "4.7.11",
|
||||
"@types/hoist-non-react-statics": "3.3.1",
|
||||
"@types/jest": "27.4.0",
|
||||
"@types/jquery": "3.5.13",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/jquery": "3.5.14",
|
||||
"@types/jsurl": "^1.2.28",
|
||||
"@types/lingui__macro": "^3",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/logfmt": "^1.2.1",
|
||||
"@types/mousetrap": "1.6.3",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/node": "16.11.26",
|
||||
"@types/papaparse": "5.3.2",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/rc-time-picker": "^3",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-beautiful-dnd": "13.1.2",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/react-grid-layout": "1.3.0",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/react-grid-layout": "1.3.2",
|
||||
"@types/react-highlight-words": "0.16.4",
|
||||
"@types/react-loadable": "5.5.6",
|
||||
"@types/react-redux": "7.1.22",
|
||||
"@types/react-redux": "7.1.23",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/react-test-renderer": "17.0.1",
|
||||
"@types/react-transition-group": "4.4.4",
|
||||
@ -155,58 +155,58 @@
|
||||
"@types/semver": "7.3.9",
|
||||
"@types/slate": "0.47.2",
|
||||
"@types/slate-plain-serializer": "0.7.2",
|
||||
"@types/testing-library__jest-dom": "5.14.2",
|
||||
"@types/testing-library__jest-dom": "5.14.3",
|
||||
"@types/testing-library__react-hooks": "^3.2.0",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.16.0",
|
||||
"@typescript-eslint/parser": "5.16.0",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
|
||||
"autoprefixer": "10.4.2",
|
||||
"axios": "0.26.0",
|
||||
"babel-jest": "27.5.0",
|
||||
"babel-loader": "8.2.3",
|
||||
"autoprefixer": "10.4.4",
|
||||
"axios": "0.26.1",
|
||||
"babel-jest": "27.5.1",
|
||||
"babel-loader": "8.2.4",
|
||||
"babel-plugin-angularjs-annotate": "0.10.0",
|
||||
"babel-plugin-macros": "3.1.0",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"css-loader": "6.7.0",
|
||||
"css-loader": "6.7.1",
|
||||
"css-minimizer-webpack-plugin": "3.4.1",
|
||||
"cypress": "9.5.1",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-to-json": "3.6.2",
|
||||
"eslint": "8.11.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-jest": "^26.1.0",
|
||||
"eslint-plugin-jsdoc": "38.0.0",
|
||||
"eslint-plugin-jest": "26.1.2",
|
||||
"eslint-plugin-jsdoc": "38.0.6",
|
||||
"eslint-plugin-lodash": "7.4.0",
|
||||
"eslint-plugin-react": "7.29.2",
|
||||
"eslint-plugin-react": "7.29.4",
|
||||
"eslint-plugin-react-hooks": "4.3.0",
|
||||
"eslint-webpack-plugin": "3.1.1",
|
||||
"expose-loader": "3.1.0",
|
||||
"file-loader": "6.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "7.2.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "7.2.1",
|
||||
"fs-extra": "10.0.1",
|
||||
"glob": "7.2.0",
|
||||
"html-loader": "3.1.0",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"http-server": "14.1.0",
|
||||
"husky": "^7.0.0",
|
||||
"iconscout-unicons-tarball": "https://github.com/grafana/icons/tarball/63056cd833ba7ee4e94904492b3a8c0cabc38d28",
|
||||
"jest": "27.5.0",
|
||||
"jest": "27.5.1",
|
||||
"jest-canvas-mock": "2.3.1",
|
||||
"jest-date-mock": "1.0.8",
|
||||
"jest-fail-on-console": "2.3.0",
|
||||
"jest-junit": "13.0.0",
|
||||
"jest-matcher-utils": "27.5.0",
|
||||
"jest-matcher-utils": "27.5.1",
|
||||
"jest-mock-console": "1.2.3",
|
||||
"lerna": "^4.0.0",
|
||||
"lint-staged": "12.3.3",
|
||||
"lint-staged": "12.3.7",
|
||||
"mini-css-extract-plugin": "2.6.0",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"ngtemplate-loader": "2.1.0",
|
||||
"node-notifier": "10.0.1",
|
||||
"nodemon": "2.0.15",
|
||||
"postcss": "8.4.6",
|
||||
"postcss": "8.4.12",
|
||||
"postcss-loader": "6.2.1",
|
||||
"postcss-reporter": "7.0.5",
|
||||
"postcss-scss": "4.0.3",
|
||||
@ -217,7 +217,7 @@
|
||||
"react-test-renderer": "17.0.2",
|
||||
"redux-mock-store": "1.5.4",
|
||||
"rimraf": "3.0.2",
|
||||
"sass": "1.49.7",
|
||||
"sass": "1.49.9",
|
||||
"sass-loader": "12.6.0",
|
||||
"sinon": "13.0.1",
|
||||
"style-loader": "3.3.1",
|
||||
@ -230,7 +230,7 @@
|
||||
"ts-loader": "9.2.6",
|
||||
"ts-node": "10.7.0",
|
||||
"typescript": "4.4.4",
|
||||
"wait-on": "6.0.0",
|
||||
"wait-on": "6.0.1",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-bundle-analyzer": "4.5.0",
|
||||
"webpack-cli": "4.9.2",
|
||||
@ -239,36 +239,36 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.7.1",
|
||||
"@emotion/react": "11.8.1",
|
||||
"@grafana/aws-sdk": "0.0.33",
|
||||
"@emotion/react": "11.8.2",
|
||||
"@grafana/aws-sdk": "0.0.35",
|
||||
"@grafana/data": "workspace:*",
|
||||
"@grafana/e2e-selectors": "workspace:*",
|
||||
"@grafana/experimental": "0.0.2-canary.18",
|
||||
"@grafana/experimental": "0.0.2-canary.22",
|
||||
"@grafana/google-sdk": "0.0.3",
|
||||
"@grafana/runtime": "workspace:*",
|
||||
"@grafana/schema": "workspace:*",
|
||||
"@grafana/slate-react": "0.22.10-grafana",
|
||||
"@grafana/ui": "workspace:*",
|
||||
"@jaegertracing/jaeger-ui-components": "workspace:*",
|
||||
"@kusto/monaco-kusto": "4.1.3",
|
||||
"@lezer/common": "^0.15.11",
|
||||
"@lezer/lr": "^0.15.8",
|
||||
"@kusto/monaco-kusto": "4.1.6",
|
||||
"@lezer/common": "0.15.12",
|
||||
"@lezer/lr": "0.15.8",
|
||||
"@lingui/core": "3.13.2",
|
||||
"@lingui/react": "3.13.2",
|
||||
"@opentelemetry/api": "1.1.0",
|
||||
"@opentelemetry/exporter-collector": "0.25.0",
|
||||
"@opentelemetry/semantic-conventions": "1.0.1",
|
||||
"@popperjs/core": "2.11.2",
|
||||
"@react-aria/button": "3.4.2",
|
||||
"@react-aria/dialog": "3.1.4",
|
||||
"@react-aria/focus": "3.5.0",
|
||||
"@react-aria/interactions": "3.8.1",
|
||||
"@react-aria/menu": "3.4.1",
|
||||
"@react-aria/overlays": "3.8.0",
|
||||
"@react-aria/utils": "3.11.0",
|
||||
"@react-stately/collections": "3.3.4",
|
||||
"@react-stately/menu": "3.2.3",
|
||||
"@react-stately/tree": "3.2.0",
|
||||
"@popperjs/core": "2.11.4",
|
||||
"@react-aria/button": "3.4.3",
|
||||
"@react-aria/dialog": "3.1.8",
|
||||
"@react-aria/focus": "3.5.4",
|
||||
"@react-aria/interactions": "3.8.3",
|
||||
"@react-aria/menu": "3.4.3",
|
||||
"@react-aria/overlays": "3.8.1",
|
||||
"@react-aria/utils": "3.11.3",
|
||||
"@react-stately/collections": "3.3.7",
|
||||
"@react-stately/menu": "3.2.6",
|
||||
"@react-stately/tree": "3.2.3",
|
||||
"@reduxjs/toolkit": "1.7.2",
|
||||
"@sentry/browser": "6.19.1",
|
||||
"@sentry/types": "6.19.1",
|
||||
@ -292,7 +292,7 @@
|
||||
"classnames": "2.3.1",
|
||||
"comlink": "4.3.1",
|
||||
"common-tags": "1.8.2",
|
||||
"core-js": "3.21.0",
|
||||
"core-js": "3.21.1",
|
||||
"d3": "5.15.0",
|
||||
"d3-force": "^2.1.1",
|
||||
"d3-scale-chromatic": "1.5.0",
|
||||
@ -325,7 +325,7 @@
|
||||
"mousetrap-global-bind": "1.1.0",
|
||||
"moveable": "0.27.3",
|
||||
"ol": "6.13.0",
|
||||
"papaparse": "5.3.1",
|
||||
"papaparse": "5.3.2",
|
||||
"pluralize": "^8.0.0",
|
||||
"prismjs": "1.27.0",
|
||||
"prop-types": "15.8.1",
|
||||
@ -333,13 +333,13 @@
|
||||
"rc-drawer": "4.4.3",
|
||||
"rc-slider": "9.7.5",
|
||||
"rc-time-picker": "3.7.3",
|
||||
"re-resizable": "^6.2.0",
|
||||
"re-resizable": "6.9.5",
|
||||
"react": "17.0.2",
|
||||
"react-beautiful-dnd": "13.1.0",
|
||||
"react-diff-viewer": "^3.1.1",
|
||||
"react-dom": "17.0.2",
|
||||
"react-draggable": "4.4.4",
|
||||
"react-grid-layout": "1.3.3",
|
||||
"react-grid-layout": "1.3.4",
|
||||
"react-highlight-words": "0.17.0",
|
||||
"react-hook-form": "7.5.3",
|
||||
"react-inlinesvg": "2.3.0",
|
||||
@ -362,7 +362,7 @@
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"reselect": "4.1.5",
|
||||
"rst2html": "github:thoward/rst2html#990cb89f2a300cdd9151790be377c4c0840df809",
|
||||
"rxjs": "7.5.2",
|
||||
"rxjs": "7.5.5",
|
||||
"sass": "link:./public/sass",
|
||||
"search-query-parser": "1.6.0",
|
||||
"selecto": "1.15.0",
|
||||
@ -383,10 +383,10 @@
|
||||
"resolutions": {
|
||||
"underscore": "1.13.2",
|
||||
"@types/slate": "0.47.2",
|
||||
"@microsoft/api-extractor-model": "7.15.3",
|
||||
"@rushstack/node-core-library": "3.45.0",
|
||||
"@rushstack/rig-package": "0.3.7",
|
||||
"@rushstack/ts-command-line": "4.10.6",
|
||||
"@microsoft/api-extractor-model": "7.15.4",
|
||||
"@rushstack/node-core-library": "3.45.1",
|
||||
"@rushstack/rig-package": "0.3.8",
|
||||
"@rushstack/ts-command-line": "4.10.7",
|
||||
"@storybook/react/webpack": "5.70.0"
|
||||
},
|
||||
"workspaces": {
|
||||
|
@ -32,42 +32,42 @@
|
||||
"moment": "2.29.1",
|
||||
"moment-timezone": "0.5.34",
|
||||
"ol": "6.13.0",
|
||||
"papaparse": "5.3.1",
|
||||
"papaparse": "5.3.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"rxjs": "7.5.2",
|
||||
"rxjs": "7.5.5",
|
||||
"tslib": "2.3.1",
|
||||
"uplot": "1.6.19",
|
||||
"xss": "1.0.10"
|
||||
"xss": "1.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@swc/helpers": "0.3.2",
|
||||
"@swc/helpers": "0.3.8",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/braintree__sanitize-url": "4.1.0",
|
||||
"@types/jest": "27.4.0",
|
||||
"@types/jquery": "3.5.13",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/jquery": "3.5.14",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/marked": "4.0.2",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/marked": "4.0.3",
|
||||
"@types/node": "16.11.26",
|
||||
"@types/papaparse": "5.3.2",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/sinon": "10.0.10",
|
||||
"@types/testing-library__jest-dom": "5.14.2",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/sinon": "10.0.11",
|
||||
"@types/testing-library__jest-dom": "5.14.3",
|
||||
"@types/testing-library__react-hooks": "^3.2.0",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"sinon": "13.0.1",
|
||||
|
@ -24,11 +24,11 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/node": "16.11.26",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2"
|
||||
},
|
||||
|
@ -31,13 +31,13 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@types/chrome-remote-interface": "0.31.4",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/lodash": "4.14.180",
|
||||
"@types/node": "16.11.26",
|
||||
"@types/uuid": "8.3.4",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-copy": "3.4.0",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
@ -45,22 +45,22 @@
|
||||
},
|
||||
"types": "src/index.ts",
|
||||
"dependencies": {
|
||||
"@babel/core": "7.17.0",
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"@cypress/webpack-preprocessor": "5.11.0",
|
||||
"@cypress/webpack-preprocessor": "5.11.1",
|
||||
"@grafana/e2e-selectors": "8.5.0-pre",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@mochajs/json-file-reporter": "^1.2.0",
|
||||
"babel-loader": "8.2.3",
|
||||
"babel-loader": "8.2.4",
|
||||
"blink-diff": "1.0.13",
|
||||
"chrome-remote-interface": "0.31.2",
|
||||
"commander": "8.3.0",
|
||||
"cypress": "9.5.1",
|
||||
"cypress-file-upload": "5.0.8",
|
||||
"devtools-protocol": "0.0.967529",
|
||||
"devtools-protocol": "0.0.982423",
|
||||
"execa": "5.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"mocha": "9.2.0",
|
||||
"mocha": "9.2.2",
|
||||
"resolve-as-bin": "2.1.0",
|
||||
"rimraf": "3.0.2",
|
||||
"tracelib": "1.0.1",
|
||||
|
@ -30,27 +30,27 @@
|
||||
"lodash": "4.17.21",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"rxjs": "7.5.2",
|
||||
"rxjs": "7.5.5",
|
||||
"systemjs": "0.20.19",
|
||||
"tslib": "2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/angular": "1.8.4",
|
||||
"@types/history": "4.7.11",
|
||||
"@types/jest": "27.4.0",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/systemjs": "^0.20.6",
|
||||
"lodash": "4.17.21",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"typescript": "4.4.4"
|
||||
|
@ -23,12 +23,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-json": "4.1.0",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@swc/helpers": "0.3.2",
|
||||
"@swc/helpers": "0.3.8",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"typescript": "4.4.4"
|
||||
|
@ -31,25 +31,25 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.7.1",
|
||||
"@emotion/react": "11.8.1",
|
||||
"@grafana/aws-sdk": "0.0.33",
|
||||
"@emotion/react": "11.8.2",
|
||||
"@grafana/aws-sdk": "0.0.35",
|
||||
"@grafana/data": "8.5.0-pre",
|
||||
"@grafana/e2e-selectors": "8.5.0-pre",
|
||||
"@grafana/schema": "8.5.0-pre",
|
||||
"@grafana/slate-react": "0.22.10-grafana",
|
||||
"@monaco-editor/react": "4.3.1",
|
||||
"@popperjs/core": "2.11.2",
|
||||
"@react-aria/button": "3.4.2",
|
||||
"@react-aria/dialog": "3.1.4",
|
||||
"@react-aria/focus": "3.5.0",
|
||||
"@react-aria/menu": "3.4.1",
|
||||
"@react-aria/overlays": "3.8.0",
|
||||
"@react-stately/menu": "3.2.3",
|
||||
"@popperjs/core": "2.11.4",
|
||||
"@react-aria/button": "3.4.3",
|
||||
"@react-aria/dialog": "3.1.8",
|
||||
"@react-aria/focus": "3.5.4",
|
||||
"@react-aria/menu": "3.4.3",
|
||||
"@react-aria/overlays": "3.8.1",
|
||||
"@react-stately/menu": "3.2.6",
|
||||
"@sentry/browser": "6.19.1",
|
||||
"ansicolor": "1.1.100",
|
||||
"calculate-size": "1.1.1",
|
||||
"classnames": "2.3.1",
|
||||
"core-js": "3.21.0",
|
||||
"core-js": "3.21.1",
|
||||
"d3": "5.15.0",
|
||||
"date-fns": "2.28.0",
|
||||
"hoist-non-react-statics": "3.3.2",
|
||||
@ -85,7 +85,7 @@
|
||||
"react-transition-group": "4.4.2",
|
||||
"react-use": "17.3.2",
|
||||
"react-window": "1.8.6",
|
||||
"rxjs": "7.5.2",
|
||||
"rxjs": "7.5.5",
|
||||
"slate": "0.47.8",
|
||||
"slate-plain-serializer": "0.7.10",
|
||||
"tinycolor2": "1.4.2",
|
||||
@ -94,10 +94,10 @@
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.0",
|
||||
"@babel/core": "7.17.8",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"@rollup/plugin-commonjs": "21.0.1",
|
||||
"@rollup/plugin-commonjs": "21.0.2",
|
||||
"@rollup/plugin-image": "2.1.1",
|
||||
"@rollup/plugin-node-resolve": "13.1.3",
|
||||
"@storybook/addon-a11y": "6.4.15",
|
||||
@ -114,10 +114,10 @@
|
||||
"@storybook/manager-webpack5": "6.4.15",
|
||||
"@storybook/react": "6.4.15",
|
||||
"@storybook/theming": "6.4.15",
|
||||
"@swc/helpers": "0.3.2",
|
||||
"@swc/helpers": "0.3.8",
|
||||
"@testing-library/dom": "8.11.3",
|
||||
"@testing-library/jest-dom": "5.16.2",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@testing-library/react": "12.1.4",
|
||||
"@testing-library/react-hooks": "7.0.2",
|
||||
"@testing-library/user-event": "13.5.0",
|
||||
"@types/classnames": "2.3.0",
|
||||
@ -128,49 +128,49 @@
|
||||
"@types/grafana__slate-react": "npm:@types/slate-react@0.22.5",
|
||||
"@types/hoist-non-react-statics": "3.3.1",
|
||||
"@types/is-hotkey": "0.1.7",
|
||||
"@types/jest": "27.4.0",
|
||||
"@types/jquery": "3.5.13",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/jquery": "3.5.14",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/mock-raf": "1.0.3",
|
||||
"@types/node": "16.11.22",
|
||||
"@types/node": "16.11.26",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-beautiful-dnd": "13.1.2",
|
||||
"@types/react-calendar": "3.5.0",
|
||||
"@types/react-color": "3.0.6",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/react-dom": "17.0.14",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/react-table": "7.7.9",
|
||||
"@types/react-table": "7.7.10",
|
||||
"@types/react-test-renderer": "17.0.1",
|
||||
"@types/react-transition-group": "4.4.4",
|
||||
"@types/react-window": "1.8.5",
|
||||
"@types/slate": "0.47.2",
|
||||
"@types/slate-plain-serializer": "0.7.2",
|
||||
"@types/testing-library__jest-dom": "5.14.2",
|
||||
"@types/testing-library__jest-dom": "5.14.3",
|
||||
"@types/testing-library__react-hooks": "^3.2.0",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
|
||||
"babel-loader": "8.2.3",
|
||||
"babel-loader": "8.2.4",
|
||||
"common-tags": "1.8.2",
|
||||
"css-loader": "6.7.0",
|
||||
"css-loader": "6.7.1",
|
||||
"css-minimizer-webpack-plugin": "3.4.1",
|
||||
"csstype": "3.0.10",
|
||||
"csstype": "3.0.11",
|
||||
"enzyme": "3.11.0",
|
||||
"expose-loader": "3.1.0",
|
||||
"mock-raf": "1.0.1",
|
||||
"postcss": "8.4.6",
|
||||
"postcss": "8.4.12",
|
||||
"postcss-loader": "6.2.1",
|
||||
"process": "^0.11.10",
|
||||
"raw-loader": "4.0.2",
|
||||
"react-docgen-typescript-loader": "3.7.2",
|
||||
"react-test-renderer": "17.0.2",
|
||||
"rimraf": "3.0.2",
|
||||
"rollup": "2.70.0",
|
||||
"rollup": "2.70.1",
|
||||
"rollup-plugin-sourcemaps": "0.6.3",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"sass-loader": "12.6.0",
|
||||
"storybook-dark-mode": "1.0.8",
|
||||
"storybook-dark-mode": "1.0.9",
|
||||
"style-loader": "3.3.1",
|
||||
"terser-webpack-plugin": "5.3.1",
|
||||
"ts-loader": "8.0.11",
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@types/hoist-non-react-statics": "^3.3.1",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/prop-types": "^15",
|
||||
"@types/react": "17.0.39",
|
||||
"@types/react": "17.0.42",
|
||||
"@types/react-icons": "2.2.7",
|
||||
"@types/reselect": "2.2.0",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user