Skip to content

Commit

Permalink
feat(deps): load-json-file@^6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 0172526 commit 239f54b
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 48 deletions.
2 changes: 1 addition & 1 deletion commands/version/package.json
Expand Up @@ -49,7 +49,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"chalk": "^2.3.1",
"dedent": "^0.7.0",
"load-json-file": "^5.3.0",
"load-json-file": "^6.2.0",
"minimatch": "^3.0.4",
"npmlog": "^4.1.2",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/package/package.json
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"load-json-file": "^5.3.0",
"load-json-file": "^6.2.0",
"npm-package-arg": "^8.1.0",
"write-pkg": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Expand Up @@ -39,7 +39,7 @@
"dot-prop": "^4.2.0",
"glob-parent": "^5.0.0",
"globby": "^9.2.0",
"load-json-file": "^5.3.0",
"load-json-file": "^6.2.0",
"npmlog": "^4.1.2",
"p-map": "^4.0.0",
"resolve-from": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion helpers/commit-change-to-package/package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@lerna-test/git-add": "file:../git-add",
"@lerna-test/git-commit": "file:../git-commit",
"load-json-file": "^5.3.0",
"load-json-file": "^6.2.0",
"write-json-file": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion helpers/load-manifests/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"globby": "^9.2.0",
"load-json-file": "^5.3.0"
"load-json-file": "^6.2.0"
}
}
110 changes: 68 additions & 42 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"init-package-json": "^1.10.3",
"inquirer": "^6.5.2",
"is-ci": "^2.0.0",
"load-json-file": "^5.3.0",
"load-json-file": "^6.2.0",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
"multimatch": "^5.0.0",
Expand Down

0 comments on commit 239f54b

Please sign in to comment.