Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jan 28, 2020
1 parent 6365547 commit dfa9ae4
Show file tree
Hide file tree
Showing 67 changed files with 193 additions and 193 deletions.
10 changes: 5 additions & 5 deletions apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.7.11",
"version": "7.7.12",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -17,17 +17,17 @@
"main": "lib/index.js",
"typings": "dist/rollup.d.ts",
"dependencies": {
"@microsoft/api-extractor-model": "7.7.6",
"@microsoft/node-core-library": "3.19.2",
"@microsoft/api-extractor-model": "7.7.7",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/ts-command-line": "4.3.10",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
"js-yaml": "~3.13.1",
"resolve": "1.8.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"@microsoft/node-library-build": "6.4.4",
"@rushstack/eslint-config": "0.5.4",
"@types/jest": "23.3.11",
"@types/js-yaml": "3.12.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.7.6",
"version": "7.7.7",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/node-core-library": "3.19.2",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/tsdoc": "0.12.14"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.7.7",
"version": "7.7.8",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down Expand Up @@ -32,8 +32,8 @@
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/api-extractor-model": "7.7.6",
"@microsoft/node-core-library": "3.19.2",
"@microsoft/api-extractor-model": "7.7.7",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/ts-command-line": "4.3.10",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/rush-buildxl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.19.2",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/rush-lib": "5.19.3",
"@microsoft/ts-command-line": "4.3.10"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"@rushstack/eslint-config": "0.5.4",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
Expand Down
10 changes: 5 additions & 5 deletions apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.19.2",
"@microsoft/package-deps-hash": "2.4.3",
"@microsoft/stream-collator": "3.2.3",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/package-deps-hash": "2.4.4",
"@microsoft/stream-collator": "3.2.4",
"@microsoft/ts-command-line": "4.3.10",
"@pnpm/link-bins": "~5.1.0",
"@yarnpkg/lockfile": "~1.0.2",
Expand All @@ -46,8 +46,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"@rushstack/eslint-config": "0.5.4",
"@types/glob": "7.1.1",
"@types/inquirer": "0.0.43",
Expand Down
6 changes: 3 additions & 3 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.19.2",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/rush-lib": "5.19.3",
"colors": "~1.2.1",
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"@microsoft/node-library-build": "6.4.4",
"@rushstack/eslint-config": "0.5.4",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
Expand Down
4 changes: 2 additions & 2 deletions build-tests/api-documenter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node build.js"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-documenter": "7.7.11",
"@microsoft/api-extractor": "7.7.8",
"@microsoft/api-documenter": "7.7.12",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib1-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib2-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-lib3-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"api-extractor-lib1-test": "1.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions build-tests/api-extractor-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node build.js"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/node-core-library": "3.19.2",
"@microsoft/api-extractor": "7.7.8",
"@microsoft/node-core-library": "3.19.3",
"@microsoft/teams-js": "1.3.0-beta.4",
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"long": "^4.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
"typescript": "~3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
"typescript": "~3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "7.7.7",
"@microsoft/api-extractor": "7.7.8",
"api-extractor-lib1-test": "1.0.0",
"fs-extra": "~7.0.1",
"typescript": "~3.7.2"
Expand Down
6 changes: 3 additions & 3 deletions build-tests/localization-plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "node serve.js"
},
"dependencies": {
"@microsoft/set-webpack-public-path-plugin": "2.3.3",
"@microsoft/node-core-library": "3.19.2",
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
"@microsoft/node-core-library": "3.19.3",
"@rushstack/localization-plugin": "0.0.0",
"@types/webpack-env": "1.13.0",
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"ts-loader": "6.0.0",
"webpack": "~4.31.0",
"webpack-bundle-analyzer": "~3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions build-tests/node-library-build-eslint-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"lint": "node node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint -f unix \"src/**/*.{ts,tsx}\""
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/node-library-build": "6.4.4",
"@rushstack/eslint-config": "0.5.4",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "10.17.13",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"@microsoft/rush-stack-compiler-3.5": "0.4.2"
"@microsoft/rush-stack-compiler-3.5": "0.4.3"
}
}
4 changes: 2 additions & 2 deletions build-tests/node-library-build-tslint-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/node-library-build": "6.4.4",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "10.17.13",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"@microsoft/rush-stack-compiler-3.5": "0.4.2"
"@microsoft/rush-stack-compiler-3.5": "0.4.3"
}
}
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.4-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-2.4": "0.9.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-2.4": "0.9.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.7-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-2.7": "0.9.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-2.7": "0.9.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.8-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-2.8": "0.4.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-2.8": "0.4.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-2.9-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-2.9": "0.10.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-2.9": "0.10.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.0-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.0": "0.9.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.0": "0.9.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.1-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.1": "0.9.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.1": "0.9.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.2-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.2": "0.6.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.2": "0.6.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.3-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.3": "0.5.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.3": "0.5.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.4-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.4": "0.4.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.4": "0.4.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.5-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.6-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.6": "0.2.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.6": "0.2.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.7-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.3",
"@microsoft/rush-stack-compiler-3.7": "0.2.2",
"@microsoft/node-library-build": "6.4.4",
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-library-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "node_modules/.bin/rush-stack test"
},
"dependencies": {
"@microsoft/rush-stack": "0.2.3",
"@microsoft/rush-stack-compiler-3.5": "0.4.2"
"@microsoft/rush-stack": "0.2.4",
"@microsoft/rush-stack-compiler-3.5": "0.4.3"
}
}
Loading

0 comments on commit dfa9ae4

Please sign in to comment.