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 13, 2021
1 parent 3cc8aa5 commit 31eb1ca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@microsoft/api-extractor-model": "workspace:*",
"@microsoft/tsdoc-config": "~0.15.2",
"@microsoft/tsdoc": "0.13.2",
"@microsoft/tsdoc-config": "~0.15.2",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rig-package": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
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.49.0",
"version": "5.49.1",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.49.0",
"version": "5.49.1",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
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.49.0",
"version": "5.49.1",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-jest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@jest/transform": "~25.4.0",
"@rushstack/heft-config-file": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"lodash": "~4.17.15",
"jest-config": "~25.4.0",
"jest-snapshot": "~25.4.0"
"jest-snapshot": "~25.4.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"@jest/types": "~25.4.0",
Expand Down
4 changes: 2 additions & 2 deletions libraries/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rushstack/heft": "workspace:*",
"@rushstack/heft-node-rig": "workspace:*",
"@types/heft-jest": "1.0.1",
"colors": "~1.2.1",
"@types/wordwrap": "~1.0.0"
"@types/wordwrap": "~1.0.0",
"colors": "~1.2.1"
}
}

0 comments on commit 31eb1ca

Please sign in to comment.