Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 16, 2019
1 parent 33d49c5 commit 9a36d69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"release": "lerna publish --sort --conventional-commits -m \"chore(release): %s\"",
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- -a",
"update": "lerna exec ncu -- -u",
"update:check": "lerna exec ncu -- --error-level 2"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-author/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@metascraper/helpers": "^4.10.1",
"lodash": "~4.17.10"
"lodash": "~4.17.11"
},
"devDependencies": {
"standard": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@metascraper/helpers": "^4.10.1",
"lodash": "~4.17.10"
"lodash": "~4.17.11"
},
"devDependencies": {
"standard": "latest"
Expand Down

0 comments on commit 9a36d69

Please sign in to comment.