mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.x] [Core] Remove lock file from packages/kbn-spec-to-consol… (#40460)
* remove lock file from packages/kbn-spec-to-console and update jest * update handlebars to 4.1.0 * update jest-cli
This commit is contained in:
parent
85c6b73402
commit
daaefbafb5
6 changed files with 525 additions and 3271 deletions
|
@ -389,8 +389,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.6.4",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "7.4.5",
|
||||
"@babel/plugin-transform-async-to-generator": "7.4.4",
|
||||
"jest": "^24.1.0",
|
||||
"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
|
@ -130,8 +130,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",
|
||||
"madge": "3.4.4",
|
||||
|
@ -238,7 +238,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.9.0",
|
||||
"history-extra": "^5.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue