Skip to content

Commit

Permalink
deps: Update minor and patch versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 25, 2020
1 parent d52cc7c commit bdec427
Show file tree
Hide file tree
Showing 4 changed files with 1,124 additions and 868 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"release": "lerna version --conventional-commits --changelog-preset conventional-changelog-beemo --create-release github --push && lerna publish from-git"
},
"devDependencies": {
"@milesj/build-tools": "^0.60.5",
"@milesj/build-tools": "^0.62.0",
"@types/exit": "^0.1.30",
"@types/fs-extra": "^8.0.1",
"@types/js-yaml": "^3.12.1",
"@types/js-yaml": "^3.12.2",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.149",
"@types/pluralize": "^0.0.29",
"@types/split": "^1.0.0",
"@types/wrap-ansi": "^3.0.0",
"conventional-changelog-beemo": "^1.6.0",
"fs-extra": "^8.1.0",
"lerna": "^3.19.0"
"lerna": "^3.20.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@boost/terminal": "^1.0.0",
"@boost/translate": "^1.3.3",
"@types/debug": "^4.1.5",
"@types/yargs": "^13.0.3",
"@types/yargs-parser": "^13.1.0",
"@types/yargs": "^15.0.1",
"@types/yargs-parser": "^15.0.0",
"debug": "^4.1.1",
"env-ci": "^4.5.1",
"execa": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@boost/common": "^1.7.0",
"@boost/internal": "^1.0.2",
"i18next": "^19.0.1",
"i18next": "^19.0.3",
"os-locale": "^4.0.0"
},
"funding": {
Expand Down
Loading

0 comments on commit bdec427

Please sign in to comment.