Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47e79fe

Browse files
committed
Applying package updates.
1 parent f772000 commit 47e79fe

File tree

70 files changed

+212
-212
lines changed

Some content is hidden

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

70 files changed

+212
-212
lines changed

‎apps/api-documenter/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.7.12",
3+
"version": "7.7.13",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,17 +17,17 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.7.7",
21-
"@rushstack/node-core-library": "3.19.3",
22-
"@rushstack/ts-command-line": "4.3.10",
20+
"@microsoft/api-extractor-model": "7.7.8",
21+
"@rushstack/node-core-library": "3.19.4",
22+
"@rushstack/ts-command-line": "4.3.11",
2323
"@microsoft/tsdoc": "0.12.14",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
30-
"@microsoft/node-library-build": "6.4.4",
29+
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
30+
"@microsoft/node-library-build": "6.4.5",
3131
"@rushstack/eslint-config": "0.5.4",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",

‎apps/api-extractor-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor-model",
3-
"version": "7.7.7",
3+
"version": "7.7.8",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"build": "gulp test --clean"
1515
},
1616
"dependencies": {
17-
"@rushstack/node-core-library": "3.19.3",
17+
"@rushstack/node-core-library": "3.19.4",
1818
"@microsoft/tsdoc": "0.12.14"
1919
},
2020
"devDependencies": {

‎apps/api-extractor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.7.8",
3+
"version": "7.7.9",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -32,9 +32,9 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.7.7",
36-
"@rushstack/node-core-library": "3.19.3",
37-
"@rushstack/ts-command-line": "4.3.10",
35+
"@microsoft/api-extractor-model": "7.7.8",
36+
"@rushstack/node-core-library": "3.19.4",
37+
"@rushstack/ts-command-line": "4.3.11",
3838
"@microsoft/tsdoc": "0.12.14",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",

‎apps/rush-buildxl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@rushstack/node-core-library": "3.19.3",
22+
"@rushstack/node-core-library": "3.19.4",
2323
"@microsoft/rush-lib": "5.21.0",
24-
"@rushstack/ts-command-line": "4.3.10"
24+
"@rushstack/ts-command-line": "4.3.11"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.4.4",
28-
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
27+
"@microsoft/node-library-build": "6.4.5",
28+
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
2929
"@rushstack/eslint-config": "0.5.4",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "10.17.13",

‎apps/rush-lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@rushstack/node-core-library": "3.19.3",
22-
"@rushstack/package-deps-hash": "2.4.4",
23-
"@rushstack/stream-collator": "3.2.4",
24-
"@rushstack/ts-command-line": "4.3.10",
21+
"@rushstack/node-core-library": "3.19.4",
22+
"@rushstack/package-deps-hash": "2.4.5",
23+
"@rushstack/stream-collator": "3.2.5",
24+
"@rushstack/ts-command-line": "4.3.11",
2525
"@pnpm/link-bins": "~5.1.0",
2626
"@yarnpkg/lockfile": "~1.0.2",
2727
"builtin-modules": "~3.1.0",
@@ -46,8 +46,8 @@
4646
"z-schema": "~3.18.3"
4747
},
4848
"devDependencies": {
49-
"@microsoft/node-library-build": "6.4.4",
50-
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
49+
"@microsoft/node-library-build": "6.4.5",
50+
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
5151
"@rushstack/eslint-config": "0.5.4",
5252
"@types/glob": "7.1.1",
5353
"@types/inquirer": "0.0.43",

‎apps/rush/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@rushstack/node-core-library": "3.19.3",
34+
"@rushstack/node-core-library": "3.19.4",
3535
"@microsoft/rush-lib": "5.21.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
41-
"@microsoft/node-library-build": "6.4.4",
40+
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
41+
"@microsoft/node-library-build": "6.4.5",
4242
"@rushstack/eslint-config": "0.5.4",
4343
"@types/chai": "3.4.34",
4444
"@types/mocha": "5.2.5",

‎build-tests/api-documenter-test/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
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.8",
13-
"@microsoft/api-documenter": "7.7.12",
12+
"@microsoft/api-extractor": "7.7.9",
13+
"@microsoft/api-documenter": "7.7.13",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "10.17.13",
1616
"fs-extra": "~7.0.1",

‎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
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.8",
12+
"@microsoft/api-extractor": "7.7.9",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "10.17.13",
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
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.8",
12+
"@microsoft/api-extractor": "7.7.9",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "10.17.13",
1515
"fs-extra": "~7.0.1",

‎build-tests/api-extractor-lib3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api-extractor-lib1-test": "1.0.0"
1313
},
1414
"devDependencies": {
15-
"@microsoft/api-extractor": "7.7.8",
15+
"@microsoft/api-extractor": "7.7.9",
1616
"@types/jest": "23.3.11",
1717
"@types/node": "10.17.13",
1818
"fs-extra": "~7.0.1",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /