Skip to content

Commit a6ec055

Browse files
committed
Applying package updates.
1 parent 173a6cf commit a6ec055

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": "5.6.4",
3+
"version": "5.7.0",
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": "5.6.4",
3+
"version": "5.7.0",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@microsoft/node-core-library": "3.13.0",
35-
"@microsoft/rush-lib": "5.6.4",
35+
"@microsoft/rush-lib": "5.7.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{
8282
"policyName": "rush",
8383
"definitionName": "lockStepVersion",
84-
"version": "5.6.4",
84+
"version": "5.7.0",
8585
"nextBump": "minor",
8686
"mainProject": "@microsoft/rush"
8787
}

0 commit comments

Comments
 (0)