Upgrade to Jest 21 (#13863)

* Upgrade to Jest 21

* Bump eslint-config-kibana to v0.11.0
This commit is contained in:
Kim Joar Bekkelund 2017-09-07 12:06:55 +02:00 committed by GitHub
parent f2f759f6ed
commit ecd9bcb356
2 changed files with 7 additions and 7 deletions

View file

@ -91,7 +91,7 @@
"autoprefixer-loader": "2.0.0",
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-jest": "20.0.3",
"babel-jest": "21.0.0",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-async-generator-functions": "6.24.1",
@ -205,7 +205,7 @@
"yauzl": "2.7.0"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.10.0",
"@elastic/eslint-config-kibana": "0.11.0",
"@elastic/eslint-import-resolver-kibana": "0.8.1",
"@elastic/eslint-plugin-kibana-custom": "1.0.3",
"angular-mocks": "1.4.7",
@ -222,7 +222,7 @@
"eslint": "3.19.0",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jest": "20.0.3",
"eslint-plugin-jest": "21.0.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "7.1.0",
"event-stream": "3.3.2",
@ -247,8 +247,8 @@
"husky": "0.8.1",
"image-diff": "1.6.0",
"istanbul-instrumenter-loader": "0.1.3",
"jest": "20.0.4",
"jest-cli": "20.0.4",
"jest": "21.0.1",
"jest-cli": "21.0.1",
"jsdom": "9.9.1",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "@elastic/eslint-config-kibana",
"version": "0.10.0",
"version": "0.11.0",
"description": "The eslint config used by the kibana team",
"main": ".eslintrc.js",
"scripts": {
@ -22,7 +22,7 @@
"eslint": "^4.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jest": "^21.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.1.0"
}