Skip to content

Commit 7a75449

Browse files
committed
Applying package updates.
1 parent 1078dff commit 7a75449

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

build-tests/rush-stack-compiler-3.5-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/node-library-build": "6.3.9",
13-
"@microsoft/rush-stack-compiler-3.5": "0.3.9",
13+
"@microsoft/rush-stack-compiler-3.5": "0.3.10",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.6-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/node-library-build": "6.3.9",
13-
"@microsoft/rush-stack-compiler-3.6": "0.1.0",
13+
"@microsoft/rush-stack-compiler-3.6": "0.1.1",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

build-tests/rush-stack-compiler-3.7-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@microsoft/node-library-build": "6.3.9",
13-
"@microsoft/rush-stack-compiler-3.7": "0.1.0",
13+
"@microsoft/rush-stack-compiler-3.7": "0.1.1",
1414
"@types/node": "8.10.54",
1515
"gulp": "~4.0.2"
1616
}

stack/rush-stack-compiler-3.5/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-stack-compiler-3.5",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.5.",
55
"license": "MIT",
66
"repository": {

stack/rush-stack-compiler-3.6/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-stack-compiler-3.6",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.6.",
55
"license": "MIT",
66
"repository": {

stack/rush-stack-compiler-3.7/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-stack-compiler-3.7",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.7.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)