Skip to content

Commit bc93114

Browse files
committed
Upgrade projects from RSC 3.4-->3.5 since eslint-plugin relies on a library that requires TypeScript 3.5 features
1 parent d3d96d7 commit bc93114

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

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

44 files changed

+44
-44
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
29+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
3030
"@microsoft/node-library-build": "6.3.11",
3131
"@rushstack/eslint-config": "0.4.2",
3232
"@types/jest": "23.3.11",

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.3.2",
22-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
22+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2323
"@rushstack/eslint-config": "0.4.2",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "8.10.54",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@microsoft/node-library-build": "6.3.2",
47-
"@microsoft/rush-stack-compiler-3.4": "0.3.2",
47+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
4848
"@rushstack/eslint-config": "0.4.2",
4949
"@types/jest": "23.3.11",
5050
"@types/lodash": "4.14.116",

apps/rush-buildxl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@microsoft/node-library-build": "6.3.11",
28-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
28+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
2929
"@rushstack/eslint-config": "0.4.2",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "8.10.54",

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@microsoft/node-library-build": "6.3.11",
51-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
51+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
5252
"@rushstack/eslint-config": "0.4.2",
5353
"@types/glob": "5.0.30",
5454
"@types/inquirer": "0.0.43",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
40+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
4141
"@microsoft/node-library-build": "6.3.11",
4242
"@rushstack/eslint-config": "0.4.2",
4343
"@types/chai": "3.4.34",

build-tests/node-library-build-eslint-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/node": "8.10.54",
1717
"chai": "~3.5.0",
1818
"gulp": "~4.0.2",
19-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
19+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
2020
}
2121
}

build-tests/node-library-build-tslint-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@types/node": "8.10.54",
1515
"chai": "~3.5.0",
1616
"gulp": "~4.0.2",
17-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
17+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@microsoft/rush-stack": "0.1.125",
14-
"@microsoft/rush-stack-compiler-3.4": "0.3.10"
14+
"@microsoft/rush-stack-compiler-3.5": "0.3.11"
1515
}
1616
}

build-tests/web-library-build-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "gulp --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/rush-stack-compiler-3.4": "0.3.10",
12+
"@microsoft/rush-stack-compiler-3.5": "0.3.11",
1313
"@microsoft/load-themed-styles": "1.10.26",
1414
"@microsoft/web-library-build": "7.3.12",
1515
"@types/jest": "23.3.11",

0 commit comments

Comments
 (0)