Skip to content
This repository has been archived by the owner on Jul 17, 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
robertrossmann committed Aug 13, 2018
1 parent 69f9fc9 commit 5e2a6b2
Show file tree
Hide file tree
Showing 16 changed files with 2,614 additions and 1,726 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"lerna": "2.0.0",
"lerna": "3.0.0",
"loglevel": "success",
"packages": [
"packages/*"
],
"commands": {
"command": {
"publish": {
"ignore": [
"ignoreChanges": [
"test/**",
"package-lock.json"
]
Expand Down
2,472 changes: 1,628 additions & 844 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.54",
"@babel/plugin-proposal-function-bind": "^7.0.0-beta.54",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.54",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54",
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
"@babel/plugin-proposal-function-bind": "^7.0.0-rc.1",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@strv/eslint-config-javascript": "^8.0.1",
Expand All @@ -23,7 +23,7 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.0.1",
"lerna": "^2.8.0",
"lerna": "^3.0.3",
"mocha": "^5.0.0",
"nyc": "^12.0.0",
"remark-cli": "^5.0.0",
Expand Down
16 changes: 9 additions & 7 deletions packages/atlas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions packages/aws/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions packages/braintree/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e2a6b2

Please sign in to comment.