Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jul 3, 2020
1 parent b84663e commit ee9e9c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/rush-buildxl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush-buildxl",
"version": "5.27.2",
"version": "5.27.3",
"description": "An experimental tool that connects Rush and BuildXL",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"@rushstack/node-core-library": "3.24.4",
"@microsoft/rush-lib": "5.27.2",
"@microsoft/rush-lib": "5.27.3",
"@rushstack/ts-command-line": "4.4.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush-lib",
"version": "5.27.2",
"version": "5.27.3",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.27.2",
"version": "5.27.3",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@rushstack/node-core-library": "3.24.4",
"@microsoft/rush-lib": "5.27.2",
"@microsoft/rush-lib": "5.27.3",
"colors": "~1.2.1",
"semver": "~5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.27.2",
"version": "5.27.3",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/repo-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@rushstack/node-core-library": "3.24.4",
"@microsoft/rush-lib": "5.27.2",
"@microsoft/rush-lib": "5.27.3",
"@rushstack/ts-command-line": "4.4.6"
},
"devDependencies": {
Expand Down

0 comments on commit ee9e9c5

Please sign in to comment.