Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Aug 23, 2018
1 parent 7ef8bfe commit 1100736
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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.0.3",
"version": "5.0.4",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,4 +62,4 @@
"@types/minimatch": "2.0.29",
"@types/semver": "5.3.33"
}
}
}
6 changes: 3 additions & 3 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.0.3",
"version": "5.0.4",
"description": "The 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": {
"@microsoft/node-core-library": "2.2.0",
"@microsoft/rush-lib": "5.0.3",
"@microsoft/rush-lib": "5.0.4",
"colors": "~1.2.1",
"semver": "~5.3.0"
},
Expand All @@ -47,4 +47,4 @@
"gulp": "~3.9.1",
"sinon": "~1.17.3"
}
}
}
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.0.3",
"version": "5.0.4",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"@types/through2": "2.0.32",
"@types/vinyl": "1.2.30"
}
}
}
2 changes: 1 addition & 1 deletion core-build/gulp-core-build-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"@types/q": "0.0.32",
"@types/through2": "2.0.32"
}
}
}
2 changes: 1 addition & 1 deletion core-build/gulp-core-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"@microsoft/node-library-build": "4.4.0",
"chai": "~3.5.0"
}
}
}
2 changes: 1 addition & 1 deletion libraries/ts-command-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"gulp": "~3.9.1",
"@microsoft/node-library-build": "4.4.0"
}
}
}

0 comments on commit 1100736

Please sign in to comment.