Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
chore: upgrade dependencies (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Aug 28, 2019
1 parent 64481f8 commit 5cbd41c
Show file tree
Hide file tree
Showing 4 changed files with 1,456 additions and 1,288 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"test": "jest --runInBand"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"codecov": "^3.1.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"glob": "^7.1.3",
"jest": "^24.8.0",
"jest-watch-typeahead": "^0.3.1",
"lerna": "^3.4.3",
"jest": "^24.9.0",
"jest-watch-typeahead": "^0.4.0",
"lerna": "^3.16.4",
"mkdirp": "^0.5.1",
"mock-utf8-stream": "^0.1.1",
"prettier": "^1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.0",
"commander": "^3.0.0",
"interpret": "^1.1.0",
"liftoff": "^3.1.0",
"orchestrator": "^0.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"chalk": "^2.4.1",
"lodash": "^4.17.10",
"lodash": "^4.17.15",
"moment": "^2.21.0",
"path2": "^0.1.0",
"rmfr": "^2.0.0",
Expand Down
Loading

0 comments on commit 5cbd41c

Please sign in to comment.