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

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed May 30, 2018
1 parent 6f7b407 commit 2f6b9f2
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 363 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,27 @@
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.2",
"codecov": "^3.0.0",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"codecov": "^3.0.2",
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"glob": "^7.1.2",
"jest": "^22.4.2",
"lerna": "^2.9.0",
"jest": "^23.0.1",
"lerna": "^2.11.0",
"lerna-tools": "^1.0.0",
"micromatch": "^3.1.9",
"mkdirp": "^0.5.1",
"prettier": "^1.11.1",
"prettier": "^1.13.2",
"std-mocks": "^1.0.1",
"string-length": "^2.0.0"
},
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}
4 changes: 2 additions & 2 deletions packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"ssh"
],
"dependencies": {
"chalk": "^2.3.2",
"chalk": "^2.4.1",
"commander": "^2.15.0",
"interpret": "^1.1.0",
"liftoff": "^2.5.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
"ssh-pool": "^4.1.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.0.2"
"v8flags": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"shipit-cli": "^4.1.0"
},
"dependencies": {
"chalk": "^2.3.2",
"lodash": "^4.17.5",
"chalk": "^2.4.1",
"lodash": "^4.17.10",
"moment": "^2.21.0",
"path2": "^0.1.0",
"rmfr": "^1.0.8",
Expand Down
Loading

0 comments on commit 2f6b9f2

Please sign in to comment.