Skip to content

Commit 31eb1ca

Browse files
committed
Applying package updates.
1 parent 3cc8aa5 commit 31eb1ca

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@microsoft/api-extractor-model": "workspace:*",
38-
"@microsoft/tsdoc-config": "~0.15.2",
3938
"@microsoft/tsdoc": "0.13.2",
39+
"@microsoft/tsdoc-config": "~0.15.2",
4040
"@rushstack/node-core-library": "workspace:*",
4141
"@rushstack/rig-package": "workspace:*",
4242
"@rushstack/ts-command-line": "workspace:*",

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.49.0",
3+
"version": "5.49.1",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/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",
3-
"version": "5.49.0",
3+
"version": "5.49.1",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
{
9191
"policyName": "rush",
9292
"definitionName": "lockStepVersion",
93-
"version": "5.49.0",
93+
"version": "5.49.1",
9494
"nextBump": "patch",
9595
"mainProject": "@microsoft/rush"
9696
}

heft-plugins/heft-jest-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@jest/transform": "~25.4.0",
2424
"@rushstack/heft-config-file": "workspace:*",
2525
"@rushstack/node-core-library": "workspace:*",
26-
"lodash": "~4.17.15",
2726
"jest-config": "~25.4.0",
28-
"jest-snapshot": "~25.4.0"
27+
"jest-snapshot": "~25.4.0",
28+
"lodash": "~4.17.15"
2929
},
3030
"devDependencies": {
3131
"@jest/types": "~25.4.0",

libraries/terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rushstack/heft": "workspace:*",
2222
"@rushstack/heft-node-rig": "workspace:*",
2323
"@types/heft-jest": "1.0.1",
24-
"colors": "~1.2.1",
25-
"@types/wordwrap": "~1.0.0"
24+
"@types/wordwrap": "~1.0.0",
25+
"colors": "~1.2.1"
2626
}
2727
}

0 commit comments

Comments
 (0)