Skip to content

Commit

Permalink
feat(deps): write-pkg@^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent b9671b0 commit 34db21c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 74 deletions.
2 changes: 1 addition & 1 deletion core/package/package.json
Expand Up @@ -33,6 +33,6 @@
"dependencies": {
"load-json-file": "^5.3.0",
"npm-package-arg": "^6.1.0",
"write-pkg": "^3.1.0"
"write-pkg": "^4.0.0"
}
}
96 changes: 25 additions & 71 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 @@ -96,7 +96,7 @@
"whatwg-url": "^7.1.0",
"write-file-atomic": "^2.3.0",
"write-json-file": "^3.2.0",
"write-pkg": "^3.1.0",
"write-pkg": "^4.0.0",
"yargs": "^14.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-install/package.json
Expand Up @@ -37,6 +37,6 @@
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"signal-exit": "^3.0.2",
"write-pkg": "^3.1.0"
"write-pkg": "^4.0.0"
}
}

0 comments on commit 34db21c

Please sign in to comment.