Skip to content

Commit

Permalink
chore: Upgrade more dev dependencies
Browse files Browse the repository at this point in the history
Also do not run travis on node 6
  • Loading branch information
danez committed Oct 1, 2019
1 parent 26aa687 commit 26d1676
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 420 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ node_js:
- "12"
- "10"
- "8"
- "6"

env:
- JOB=test
Expand Down
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -23,17 +23,17 @@
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"ava": "^1.1.0",
"ava": "^2.4.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-react-intl": "^4.1.19",
"cross-env": "^5.2.0",
"cross-env": "^6.0.0",
"eslint": "^6.5.1",
"eslint-config-babel": "^9.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.2.0",
"husky": "^3.0.7",
"lint-staged": "^9.4.1",
"nyc": "^14.1.1",
"prettier": "^1.15.3",
Expand Down Expand Up @@ -90,6 +90,9 @@
"!test/fixtures/**/*",
"!test/helpers/**/*"
],
"helpers": [
"**/helpers/**/*"
],
"sources": [
"src/**/*.js"
]
Expand Down
2 changes: 1 addition & 1 deletion test/cache.test.js
Expand Up @@ -191,7 +191,7 @@ test.serial.cb(
},
);

test.cb.skip("should read from cache directory if cached file exists", t => {
test.cb("should read from cache directory if cached file exists", t => {
const config = Object.assign({}, globalConfig, {
output: {
path: t.context.directory,
Expand Down

0 comments on commit 26d1676

Please sign in to comment.