Skip to content

Commit

Permalink
Removing un-needed packages (#1)
Browse files Browse the repository at this point in the history
* Removing package bloat

* bump jest-worker to 22

* add missing throat dep

* add caret range to deps

* upgrade dated deps
  • Loading branch information
kesne authored and tunnckoCore committed Sep 17, 2019
1 parent 025e58a commit 431f029
Show file tree
Hide file tree
Showing 5 changed files with 1,297 additions and 872 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 🙈
console.log()
console.log();
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

exports[`Works when it has failing tests 1`] = `
"FAIL integrationTests/__fixtures__/failing/__src__/file1.js
Company policies require ⚔️ 🏃 in every file
✕ Check for ⚔️ 🏃
Company policies require ⚔️ 🏃 in every file
Test Suites: 1 failed, 1 total
Tests: 1 failed, 1 total
Snapshots: 0 total
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
const { createJestRunner } = require('../../');

module.exports = createJestRunner(require.resolve('./run'));
35 changes: 14 additions & 21 deletions @tunnckocore/create-jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,23 @@
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
},
"dependencies": {
"babel-plugin-istanbul": "4.1.4",
"babel-polyfill": "^6.26.0",
"babel-register": "6.26.0",
"jest-worker": "21.3.0-beta.9",
"lodash": "4.17.4",
"minimatch": "3.0.4",
"mocha": "3.5.0",
"pify": "3.0.0",
"throat": "4.1.0",
"worker-farm": "1.5.0"
"jest-worker": "^22.0.0",
"throat": "^4.1.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-jest": "21.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.0",
"eslint": "4.5.0",
"eslint-config-airbnb-base": "11.3.2",
"eslint-config-prettier": "2.3.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jest": "20.0.3",
"eslint-plugin-prettier": "2.2.0",
"execa": "0.8.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-prettier": "^2.2.0",
"execa": "^0.10.0",
"jest": "^21.0.2",
"prettier": "1.7.4"
"prettier": "^1.7.4"
}
}
Loading

0 comments on commit 431f029

Please sign in to comment.