mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.2] [Core] Remove lock file from packages/kbn-spec-to-consol… (#40462)
This commit is contained in:
parent
18d5a0db2a
commit
54cdfedd09
6 changed files with 635 additions and 3301 deletions
|
@ -384,8 +384,8 @@
|
|||
"intl-messageformat-parser": "^1.4.0",
|
||||
"is-path-inside": "^2.0.0",
|
||||
"istanbul-instrumenter-loader": "3.0.1",
|
||||
"jest": "^24.1.0",
|
||||
"jest-cli": "^24.1.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-cli": "^24.8.0",
|
||||
"jest-dom": "^3.1.3",
|
||||
"jest-raw-loader": "^1.0.1",
|
||||
"jimp": "0.2.28",
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.3.4",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.4.0",
|
||||
"jest": "^24.1.0",
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-transform-async-to-generator": "7.4.4",
|
||||
"jest": "^24.8.0",
|
||||
"typescript": "^3.3.3333"
|
||||
},
|
||||
"jest": {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/jbudz/spec-to-console#readme",
|
||||
"devDependencies": {
|
||||
"jest": "^24.1.0",
|
||||
"jest": "^24.8.0",
|
||||
"prettier": "^1.14.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -129,8 +129,8 @@
|
|||
"gulp-mocha": "2.2.0",
|
||||
"gulp-multi-process": "^1.3.1",
|
||||
"hapi": "^17.5.3",
|
||||
"jest": "^24.1.0",
|
||||
"jest-cli": "^24.1.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-cli": "^24.8.0",
|
||||
"jest-styled-components": "^6.2.2",
|
||||
"jsdom": "^12.0.0",
|
||||
"mocha": "3.3.0",
|
||||
|
@ -231,7 +231,7 @@
|
|||
"graphql-tag": "^2.9.2",
|
||||
"graphql-tools": "^3.0.2",
|
||||
"h2o2": "^8.1.2",
|
||||
"handlebars": "^4.0.14",
|
||||
"handlebars": "^4.1.2",
|
||||
"hapi-auth-cookie": "^9.0.0",
|
||||
"history": "4.7.2",
|
||||
"history-extra": "^4.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue