DevEnv: update frontend dependencies - pretty-format (#22987)

* DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-data package

* DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-ui package

* DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-runtime package
This commit is contained in:
Lukas Siatka 2020-03-24 05:47:32 +01:00 committed by GitHub
parent 05b6d38374
commit ef7b2e3974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 600 additions and 110 deletions

View File

@ -37,11 +37,10 @@
"@types/lodash": "4.14.123", "@types/lodash": "4.14.123",
"@types/node": "10.14.1", "@types/node": "10.14.1",
"@types/papaparse": "4.5.9", "@types/papaparse": "4.5.9",
"@types/pretty-format": "20.0.1",
"@types/react": "16.8.16", "@types/react": "16.8.16",
"@types/sinon": "^7.5.2", "@types/sinon": "^7.5.2",
"@types/rollup-plugin-visualizer": "2.6.0", "@types/rollup-plugin-visualizer": "2.6.0",
"pretty-format": "24.9.0", "pretty-format": "25.1.0",
"rollup": "2.0.6", "rollup": "2.0.6",
"rollup-plugin-sourcemaps": "0.5.0", "rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.3.0", "rollup-plugin-terser": "5.3.0",

View File

@ -35,7 +35,7 @@
"@types/rollup-plugin-visualizer": "2.6.0", "@types/rollup-plugin-visualizer": "2.6.0",
"@types/systemjs": "^0.20.6", "@types/systemjs": "^0.20.6",
"lodash": "4.17.15", "lodash": "4.17.15",
"pretty-format": "24.9.0", "pretty-format": "25.1.0",
"rollup": "2.0.6", "rollup": "2.0.6",
"rollup-plugin-sourcemaps": "0.5.0", "rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.3.0", "rollup-plugin-terser": "5.3.0",

View File

@ -82,7 +82,6 @@
"@types/lodash": "4.14.123", "@types/lodash": "4.14.123",
"@types/node": "10.14.1", "@types/node": "10.14.1",
"@types/papaparse": "4.5.9", "@types/papaparse": "4.5.9",
"@types/pretty-format": "20.0.1",
"@types/rc-slider": "8.6.5", "@types/rc-slider": "8.6.5",
"@types/react": "16.8.16", "@types/react": "16.8.16",
"@types/react-custom-scrollbars": "4.0.5", "@types/react-custom-scrollbars": "4.0.5",
@ -91,7 +90,7 @@
"@types/rollup-plugin-visualizer": "2.6.0", "@types/rollup-plugin-visualizer": "2.6.0",
"@types/tinycolor2": "1.4.1", "@types/tinycolor2": "1.4.1",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"pretty-format": "24.9.0", "pretty-format": "25.1.0",
"react-docgen-typescript-loader": "3.3.0", "react-docgen-typescript-loader": "3.3.0",
"react-test-renderer": "16.9.0", "react-test-renderer": "16.9.0",
"rollup": "2.0.6", "rollup": "2.0.6",

702
yarn.lock

File diff suppressed because it is too large Load Diff