This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump the development-dependencies group with 9 updates
Bumps the development-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | @lerna-lite/changed | `3.0.0` | `3.1.0` | | @lerna-lite/cli | `3.0.0` | `3.1.0` | | @lerna-lite/diff | `3.0.0` | `3.1.0` | | @lerna-lite/exec | `3.0.0` | `3.1.0` | | @lerna-lite/publish | `3.0.0` | `3.1.0` | | @lerna-lite/run | `3.0.0` | `3.1.0` | | @lerna-lite/version | `3.0.0` | `3.1.0` | | @types/node | `20.10.3` | `20.10.4` | | typescript | `5.3.2` | `5.3.3` | Updates `@lerna-lite/changed` from 3.0.0 to 3.1.0 Updates `@lerna-lite/cli` from 3.0.0 to 3.1.0 Updates `@lerna-lite/diff` from 3.0.0 to 3.1.0 Updates `@lerna-lite/exec` from 3.0.0 to 3.1.0 Updates `@lerna-lite/publish` from 3.0.0 to 3.1.0 Updates `@lerna-lite/run` from 3.0.0 to 3.1.0 Updates `@lerna-lite/version` from 3.0.0 to 3.1.0 Updates `@types/node` from 20.10.3 to 20.10.4 Updates `typescript` from 5.3.2 to 5.3.3 --- updated-dependencies: - dependency-name: "@lerna-lite/changed" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/diff" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/exec" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/publish" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/run" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@lerna-lite/version" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cd54226
commit 4d50729
Showing
11 changed files
with
358 additions
and
783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
}, | ||
"devDependencies": { | ||
"@alwatr/type": "workspace:^", | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,14 +45,14 @@ | |
"publish": "lerna publish from-package" | ||
}, | ||
"devDependencies": { | ||
"@lerna-lite/changed": "^3.0.0", | ||
"@lerna-lite/cli": "^3.0.0", | ||
"@lerna-lite/diff": "^3.0.0", | ||
"@lerna-lite/exec": "^3.0.0", | ||
"@lerna-lite/publish": "^3.0.0", | ||
"@lerna-lite/run": "^3.0.0", | ||
"@lerna-lite/version": "^3.0.0", | ||
"@types/node": "^20.10.3", | ||
"@lerna-lite/changed": "^3.1.0", | ||
"@lerna-lite/cli": "^3.1.0", | ||
"@lerna-lite/diff": "^3.1.0", | ||
"@lerna-lite/exec": "^3.1.0", | ||
"@lerna-lite/publish": "^3.1.0", | ||
"@lerna-lite/run": "^3.1.0", | ||
"@lerna-lite/version": "^3.1.0", | ||
"@types/node": "^20.10.4", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@web/dev-server": "^0.4.1", | ||
|
@@ -61,7 +61,7 @@ | |
"eslint-plugin-import": "^2.29.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,6 @@ | |
"@alwatr/util": "workspace:^" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,6 @@ | |
}, | ||
"devDependencies": { | ||
"@alwatr/type": "workspace:^", | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,6 @@ | |
"@alwatr/logger": "workspace:^" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,6 @@ | |
}, | ||
"devDependencies": { | ||
"@alwatr/type": "workspace:^", | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,6 @@ | |
"@alwatr/util": "workspace:^" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.3" | ||
"@types/node": "^20.10.4" | ||
} | ||
} |
Oops, something went wrong.