Skip to content

Commit 92ba53c

Browse files
committed
Applying package updates.
1 parent d0d937b commit 92ba53c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "The professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@microsoft/node-core-library": "0.4.6",
30-
"@microsoft/rush-lib": "4.2.3",
30+
"@microsoft/rush-lib": "4.2.4",
3131
"fs-extra": "~0.26.7",
3232
"semver": "~5.3.0"
3333
},

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "rush",
44
"definitionName": "lockStepVersion",
5-
"version": "4.2.3",
5+
"version": "4.2.4",
66
"nextBump": "patch",
77
"mainProject": "@microsoft/rush"
88
}

0 commit comments

Comments
 (0)