Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jun 15, 2020
1 parent 0fb1071 commit 14e386e
Show file tree
Hide file tree
Showing 66 changed files with 155 additions and 155 deletions.
6 changes: 3 additions & 3 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.8.12",
"version": "7.8.13",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"resolve": "~1.17.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/node-library-build": "6.4.24",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@microsoft/node-library-build": "6.4.25",
"@rushstack/eslint-config": "0.5.8",
"@types/jest": "25.2.1",
"@types/js-yaml": "3.12.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.8.11",
"version": "7.8.12",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
4 changes: 2 additions & 2 deletions apps/rush-buildxl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@rushstack/ts-command-line": "4.4.2"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.24",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@rushstack/eslint-config": "0.5.8",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
Expand Down
8 changes: 4 additions & 4 deletions apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@pnpm/link-bins": "~5.1.0",
"@rushstack/node-core-library": "3.24.1",
"@rushstack/package-deps-hash": "2.4.24",
"@rushstack/stream-collator": "3.2.24",
"@rushstack/package-deps-hash": "2.4.25",
"@rushstack/stream-collator": "3.2.25",
"@rushstack/ts-command-line": "4.4.2",
"@yarnpkg/lockfile": "~1.0.2",
"builtin-modules": "~3.1.0",
Expand Down Expand Up @@ -49,8 +49,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.24",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@rushstack/eslint-config": "0.5.8",
"@types/glob": "7.1.1",
"@types/inquirer": "0.0.43",
Expand Down
4 changes: 2 additions & 2 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"semver": "~5.3.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/node-library-build": "6.4.24",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@microsoft/node-library-build": "6.4.25",
"@rushstack/eslint-config": "0.5.8",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
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.8.11",
"@microsoft/api-documenter": "7.8.12",
"@microsoft/api-extractor": "7.8.12",
"@microsoft/api-documenter": "7.8.13",
"@types/jest": "25.2.1",
"@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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
"typescript": "~2.4.2"
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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@types/jest": "25.2.1",
"@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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
"fs-extra": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-scenarios/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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@rushstack/node-core-library": "3.24.1",
"@microsoft/teams-js": "1.3.0-beta.4",
"@types/jest": "25.2.1",
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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@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.8.11",
"@microsoft/api-extractor": "7.8.12",
"@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.8.11",
"@microsoft/api-extractor": "7.8.12",
"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-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "node serve.js"
},
"dependencies": {
"@rushstack/set-webpack-public-path-plugin": "2.4.21",
"@rushstack/set-webpack-public-path-plugin": "2.4.22",
"@rushstack/node-core-library": "3.24.1",
"@rushstack/localization-plugin": "0.3.18",
"@rushstack/localization-plugin": "0.3.19",
"@types/webpack-env": "1.13.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"ts-loader": "6.0.0",
"webpack": "~4.31.0",
"webpack-bundle-analyzer": "~3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions build-tests/localization-plugin-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "node serve.js"
},
"dependencies": {
"@rushstack/set-webpack-public-path-plugin": "2.4.21",
"@rushstack/set-webpack-public-path-plugin": "2.4.22",
"@rushstack/node-core-library": "3.24.1",
"@rushstack/localization-plugin": "0.3.18",
"@rushstack/localization-plugin": "0.3.19",
"@types/webpack-env": "1.13.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"ts-loader": "6.0.0",
"webpack": "~4.31.0",
"webpack-bundle-analyzer": "~3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions build-tests/localization-plugin-test-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"serve": "node serve.js"
},
"dependencies": {
"@rushstack/set-webpack-public-path-plugin": "2.4.21",
"@rushstack/set-webpack-public-path-plugin": "2.4.22",
"@rushstack/node-core-library": "3.24.1",
"@rushstack/localization-plugin": "0.3.18",
"@rushstack/localization-plugin": "0.3.19",
"@types/webpack-env": "1.13.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"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,10 +9,10 @@
"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.24",
"@microsoft/node-library-build": "6.4.25",
"@rushstack/eslint-config": "0.5.8",
"@types/node": "10.17.13",
"gulp": "~4.0.2",
"@microsoft/rush-stack-compiler-3.5": "0.6.0"
"@microsoft/rush-stack-compiler-3.5": "0.6.1"
}
}
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,9 +8,9 @@
"build": "gulp test --clean"
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.24",
"@microsoft/node-library-build": "6.4.25",
"@types/node": "10.17.13",
"gulp": "~4.0.2",
"@microsoft/rush-stack-compiler-3.5": "0.6.0"
"@microsoft/rush-stack-compiler-3.5": "0.6.1"
}
}
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.24",
"@microsoft/rush-stack-compiler-2.4": "0.11.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-2.4": "0.11.1",
"@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.24",
"@microsoft/rush-stack-compiler-2.7": "0.11.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-2.7": "0.11.1",
"@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.24",
"@microsoft/rush-stack-compiler-2.8": "0.6.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-2.8": "0.6.1",
"@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.24",
"@microsoft/rush-stack-compiler-2.9": "0.12.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-2.9": "0.12.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.0": "0.11.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.0": "0.11.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.1": "0.11.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.1": "0.11.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.2": "0.8.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.2": "0.8.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.3": "0.7.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.3": "0.7.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.4": "0.6.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.4": "0.6.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.6": "0.4.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.6": "0.4.1",
"@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.24",
"@microsoft/rush-stack-compiler-3.7": "0.4.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.7": "0.4.1",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.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.24",
"@microsoft/rush-stack-compiler-3.8": "0.2.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.8": "0.2.1",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/rush-stack-compiler-3.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.24",
"@microsoft/rush-stack-compiler-3.9": "0.2.0",
"@microsoft/node-library-build": "6.4.25",
"@microsoft/rush-stack-compiler-3.9": "0.2.1",
"@types/node": "10.17.13",
"gulp": "~4.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions build-tests/web-library-build-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"build": "gulp --clean"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.6.0",
"@microsoft/load-themed-styles": "1.10.57",
"@microsoft/web-library-build": "7.4.26",
"@microsoft/rush-stack-compiler-3.5": "0.6.1",
"@microsoft/load-themed-styles": "1.10.58",
"@microsoft/web-library-build": "7.4.27",
"@types/jest": "25.2.1",
"gulp": "~4.0.2",
"jest": "25.4.0",
Expand Down

0 comments on commit 14e386e

Please sign in to comment.