Skip to content

Commit 3421fa2

Browse files
committed
Merge branch 'ianc/bump-cyclics' of https://github.com/Microsoft/web-build-tools into ianc/bump-cyclics
2 parents d8f4026 + 27f723e commit 3421fa2

File tree

48 files changed

+476
-391
lines changed

Some content is hidden

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

48 files changed

+476
-391
lines changed

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "7.0.14",
19-
"@microsoft/node-core-library": "3.9.0",
18+
"@microsoft/api-extractor": "7.0.15",
19+
"@microsoft/node-core-library": "3.10.0",
2020
"@microsoft/ts-command-line": "4.2.3",
2121
"@microsoft/tsdoc": "0.12.5",
2222
"colors": "~1.2.1",

apps/api-extractor/config/api-extractor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/api-extractor.schema.json",
23
"project": {
34
"entryPointSourceFile": "lib/index.d.ts"
45
},

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://api-extractor.com",
2121
"main": "lib/index.js",
22-
"typings": "dist/index-internal.d.ts",
22+
"typings": "dist/rollup.d.ts",
2323
"tsdoc": {
2424
"tsdocFlavor": "AEDoc"
2525
},
@@ -31,7 +31,7 @@
3131
"build": "gulp test --clean"
3232
},
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.9.0",
34+
"@microsoft/node-core-library": "3.10.0",
3535
"@microsoft/ts-command-line": "4.2.3",
3636
"@microsoft/tsdoc": "0.12.5",
3737
"@types/node": "8.5.8",

apps/rush-lib/config/api-extractor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/api-extractor.schema.json",
23
"project": {
34
"entryPointSourceFile": "lib/index.d.ts"
45
},

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "3.9.0",
24+
"@microsoft/node-core-library": "3.10.0",
2525
"@microsoft/package-deps-hash": "2.2.118",
2626
"@microsoft/stream-collator": "3.0.33",
2727
"@microsoft/ts-command-line": "4.2.3",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.9.0",
34+
"@microsoft/node-core-library": "3.10.0",
3535
"@microsoft/rush-lib": "5.5.4",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"

build-tests/api-documenter-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.0.14",
12+
"@microsoft/api-extractor": "7.0.15",
1313
"@microsoft/api-documenter": "7.0.21",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",

build-tests/api-extractor-lib1-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.0.14",
12+
"@microsoft/api-extractor": "7.0.15",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib2-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.0.14",
12+
"@microsoft/api-extractor": "7.0.15",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-scenarios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.0.14",
13-
"@microsoft/node-core-library": "3.9.0",
12+
"@microsoft/api-extractor": "7.0.15",
13+
"@microsoft/node-core-library": "3.10.0",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",
1616
"@types/node": "8.5.8",

0 commit comments

Comments
 (0)