mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DevEnv: update frontend dependencies - mixed 1/2 (#22147)
* DevEnv: updates @emotion/core 10.0.10 -> 10.0.27 * DevEnv: updates autoprefixer 9.5.0 -> 9.7.4 * DevEnv: updates axios 0.19.0 -> 0.19.2 * DevEnv: updates es6-promise 3.3.1 -> 4.2.8 * DevEnv: updates glob 7.1.3 -> 7.1.6 * DevEnv: updates husky 1.3.1 -> 4.2.1 * DevEnv: updates lerna 3.15.0 -> 3.20.2 * DevEnv: updates lint-staged 8.1.5 -> 10.0.7 * DevEnv: updates module-alias 2.2.0 -> 2.2.2 * DevEnv: updates monaco-editor 0.15.6 -> 0.19.3 * DevEnv: updates postcss-browser-reporter 0.5.0 -> 0.6.0 * DevEnv: updates rimraf 2.6.3 -> 3.0.1 * Revert "DevEnv: updates monaco-editor 0.15.6 -> 0.19.3" * DevEnv: updates axios 0.19.0 -> 0.19.2 in grafana-toolkit package * DevEnv: updates lockfile
This commit is contained in:
parent
5413521030
commit
f44399abdb
22
package.json
22
package.json
@ -13,7 +13,7 @@
|
||||
"@babel/preset-env": "7.8.4",
|
||||
"@babel/preset-react": "7.8.3",
|
||||
"@babel/preset-typescript": "7.8.3",
|
||||
"@emotion/core": "10.0.10",
|
||||
"@emotion/core": "10.0.27",
|
||||
"@grafana/api-documenter": "0.9.3",
|
||||
"@microsoft/api-extractor": "7.7.8",
|
||||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
||||
@ -61,8 +61,8 @@
|
||||
"@typescript-eslint/eslint-plugin": "2.19.0",
|
||||
"@typescript-eslint/parser": "2.19.0",
|
||||
"angular-mocks": "1.6.6",
|
||||
"autoprefixer": "9.5.0",
|
||||
"axios": "0.19.0",
|
||||
"autoprefixer": "9.7.4",
|
||||
"axios": "0.19.2",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "24.8.0",
|
||||
"babel-loader": "8.0.6",
|
||||
@ -72,7 +72,7 @@
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.2",
|
||||
"enzyme-to-json": "3.4.4",
|
||||
"es6-promise": "3.3.1",
|
||||
"es6-promise": "4.2.8",
|
||||
"es6-shim": "0.35.5",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-prettier": "6.10.0",
|
||||
@ -86,7 +86,7 @@
|
||||
"file-loader": "5.0.2",
|
||||
"fork-ts-checker-webpack-plugin": "4.0.3",
|
||||
"gaze": "1.1.3",
|
||||
"glob": "7.1.3",
|
||||
"glob": "7.1.6",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-angular-templates": "1.1.0",
|
||||
"grunt-cli": "1.3.2",
|
||||
@ -103,16 +103,16 @@
|
||||
"html-loader": "0.5.5",
|
||||
"html-webpack-harddisk-plugin": "1.0.1",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"husky": "1.3.1",
|
||||
"husky": "4.2.1",
|
||||
"jest": "24.8.0",
|
||||
"jest-canvas-mock": "2.1.2",
|
||||
"jest-date-mock": "1.0.7",
|
||||
"lerna": "^3.15.0",
|
||||
"lint-staged": "8.1.5",
|
||||
"lerna": "^3.20.2",
|
||||
"lint-staged": "10.0.7",
|
||||
"load-grunt-tasks": "5.1.0",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
"mocha": "7.0.1",
|
||||
"module-alias": "2.2.0",
|
||||
"module-alias": "2.2.2",
|
||||
"monaco-editor": "0.15.6",
|
||||
"mutationobserver-shim": "0.3.3",
|
||||
"ngtemplate-loader": "2.0.1",
|
||||
@ -122,7 +122,7 @@
|
||||
"phantomjs-prebuilt": "2.1.16",
|
||||
"pixelmatch": "4.0.2",
|
||||
"pngjs": "3.4.0",
|
||||
"postcss-browser-reporter": "0.5.0",
|
||||
"postcss-browser-reporter": "0.6.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"postcss-reporter": "6.0.1",
|
||||
"prettier": "1.19.1",
|
||||
@ -131,7 +131,7 @@
|
||||
"react-test-renderer": "16.12.0",
|
||||
"redux-mock-store": "1.5.3",
|
||||
"regexp-replace-loader": "1.0.1",
|
||||
"rimraf": "2.6.3",
|
||||
"rimraf": "3.0.1",
|
||||
"rxjs-spy": "^7.5.1",
|
||||
"sass-lint": "1.12.1",
|
||||
"sass-loader": "8.0.2",
|
||||
|
@ -50,7 +50,7 @@
|
||||
"@types/webpack": "4.41.7",
|
||||
"@typescript-eslint/eslint-plugin": "2.19.2",
|
||||
"@typescript-eslint/parser": "2.19.2",
|
||||
"axios": "0.19.0",
|
||||
"axios": "0.19.2",
|
||||
"babel-jest": "24.8.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-plugin-angularjs-annotate": "0.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user