Skip to content

Commit

Permalink
build(deps-dev): bump lerna from 7.1.1 to 7.1.5
Browse files Browse the repository at this point in the history
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 7.1.1 to 7.1.5.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v7.1.5/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and neilime committed Aug 29, 2023
1 parent 74e609b commit c72abf4
Show file tree
Hide file tree
Showing 3 changed files with 562 additions and 590 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"unlink": "lerna exec yarn unlink"
},
"devDependencies": {
"lerna": "^7.0.0",
"lerna": "^7.2.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.1.3",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
Expand All @@ -59,7 +59,7 @@
"import-sort-style-module": "^6.0.0",
"jest": "^29.5.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettier-plugin-import-sort": "^0.0.7",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.1.0",
Expand Down
Loading

0 comments on commit c72abf4

Please sign in to comment.