Skip to content

Commit fc6e9d5

Browse files
committed
Upgrade projects to build with TypeScript 3.4
1 parent 9c2bb14 commit fc6e9d5

File tree

115 files changed

+298
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+298
-230
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"js-yaml": "~3.13.1"
2424
},
2525
"devDependencies": {
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
2727
"@microsoft/node-library-build": "6.0.72",
2828
"@types/js-yaml": "3.12.1",
2929
"@types/node": "8.5.8",

apps/api-documenter/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
33
"compilerOptions": {
44
"types": [
55
"jest"

apps/api-documenter/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json"
2+
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json"
33
}

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@microsoft/node-library-build": "6.0.71",
26-
"@microsoft/rush-stack-compiler-3.2": "0.3.23",
26+
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
2727
"@types/jest": "23.3.11",
2828
"gulp": "~3.9.1",
2929
"tslint-microsoft-contrib": "~5.2.1"

apps/api-extractor-model/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
33

44
"compilerOptions": {
55
"types": [

apps/api-extractor-model/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json",
2+
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json",
33
"rules": {
44
"member-ordering": false
55
}

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@microsoft/node-library-build": "6.0.71",
50-
"@microsoft/rush-stack-compiler-3.2": "0.3.23",
50+
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
5151
"@types/jest": "23.3.11",
5252
"@types/lodash": "4.14.116",
5353
"@types/node": "8.5.8",

apps/api-extractor/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json",
2+
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json",
33

44
"compilerOptions": {
55
"types": [

apps/api-extractor/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json",
2+
"extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json",
33
"rules": {
44
"member-ordering": false
55
}

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@microsoft/node-library-build": "6.0.72",
54-
"@microsoft/rush-stack-compiler-3.2": "0.3.24",
54+
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
5555
"@types/glob": "5.0.30",
5656
"@types/jest": "23.3.11",
5757
"@types/js-yaml": "3.12.1",

0 commit comments

Comments
 (0)