Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 18, 2019
1 parent 5126b6f commit e1537bb
Show file tree
Hide file tree
Showing 5 changed files with 2,576 additions and 2,256 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
]
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"conventional-github-releaser": "^3.1.3",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"cross-env": "^6.0.3",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"express": "^4.17.1",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lerna": "^3.15.0",
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^3.19.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",
"puppeteer-firefox": "^0.5.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"cwd": "^0.10.0",
"find-process": "^1.4.2",
"prompts": "^2.1.0",
"find-process": "^1.4.3",
"prompts": "^2.3.0",
"spawnd": "^4.0.0",
"tree-kill": "^1.2.1",
"tree-kill": "^1.2.2",
"wait-on": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"cwd": "^0.10.0",
"jest-dev-server": "^4.3.0",
"merge-deep": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/spawnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"exit": "^0.1.2",
"signal-exit": "^3.0.2",
"tree-kill": "^1.2.1",
"wait-port": "^0.2.2"
"tree-kill": "^1.2.2",
"wait-port": "^0.2.7"
}
}
Loading

0 comments on commit e1537bb

Please sign in to comment.