Skip to content

Commit

Permalink
feat(deps): load-json-file@^5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent 4fa7dea commit 3718cc9
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 21 deletions.
2 changes: 1 addition & 1 deletion core/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"load-json-file": "^4.0.0",
"load-json-file": "^5.3.0",
"npm-package-arg": "^6.1.0",
"write-pkg": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dot-prop": "^4.2.0",
"glob-parent": "^3.1.0",
"globby": "^9.2.0",
"load-json-file": "^4.0.0",
"load-json-file": "^5.3.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",
"resolve-from": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion helpers/commit-change-to-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@lerna-test/git-add": "file:../git-add",
"@lerna-test/git-commit": "file:../git-commit",
"load-json-file": "^4.0.0",
"load-json-file": "^5.3.0",
"write-json-file": "^3.2.0"
}
}
2 changes: 1 addition & 1 deletion helpers/load-manifests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"globby": "^9.2.0",
"load-json-file": "^4.0.0"
"load-json-file": "^5.3.0"
}
}
51 changes: 34 additions & 17 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"globby": "^9.2.0",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
"load-json-file": "^5.3.0",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"path-key": "^2.0.1",
Expand Down

0 comments on commit 3718cc9

Please sign in to comment.