Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 17, 2022
1 parent e4bc853 commit 267fced
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 92 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -60,12 +60,12 @@
"@lerna-lite/run": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.2.2",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"tempy": "^1.0.1",
"ts-jest": "^29.0.3",
"tsm": "^2.2.2",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"write-json-file": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -42,7 +42,7 @@
"conventional-changelog-writer": "^5.0.1",
"conventional-commits-parser": "^3.2.4",
"conventional-recommended-bump": "^6.1.0",
"cosmiconfig": "^7.0.1",
"cosmiconfig": "^7.1.0",
"dedent": "^0.7.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Expand Up @@ -33,14 +33,14 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.1.2",
"@npmcli/arborist": "^6.1.3",
"byte-size": "^7.0.1",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
"fs-extra": "^10.1.0",
"has-unicode": "^2.0.1",
"libnpmaccess": "^7.0.0",
"libnpmpublish": "^7.0.3",
"libnpmpublish": "^7.0.4",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.2",
"npm-registry-fetch": "^14.0.2",
Expand Down

0 comments on commit 267fced

Please sign in to comment.