Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Sep 24, 2019
1 parent 31e2d13 commit 036f4dc
Show file tree
Hide file tree
Showing 55 changed files with 132 additions and 132 deletions.
8 changes: 4 additions & 4 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.4.5",
"version": "7.4.6",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -19,15 +19,15 @@
"dependencies": {
"@microsoft/api-extractor-model": "7.4.2",
"@microsoft/node-core-library": "3.15.0",
"@microsoft/ts-command-line": "4.3.0",
"@microsoft/ts-command-line": "4.3.1",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
"js-yaml": "~3.13.1",
"resolve": "1.8.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@microsoft/node-library-build": "6.2.1",
"@types/jest": "23.3.11",
"@types/js-yaml": "3.12.1",
"@types/node": "8.10.54",
Expand Down
4 changes: 2 additions & 2 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.4.3",
"version": "7.4.4",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@microsoft/api-extractor-model": "7.4.2",
"@microsoft/node-core-library": "3.15.0",
"@microsoft/ts-command-line": "4.3.0",
"@microsoft/ts-command-line": "4.3.1",
"@microsoft/tsdoc": "0.12.14",
"colors": "~1.2.1",
"lodash": "~4.17.15",
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 @@ -21,11 +21,11 @@
"dependencies": {
"@microsoft/node-core-library": "3.15.0",
"@microsoft/rush-lib": "5.13.0",
"@microsoft/ts-command-line": "4.3.0"
"@microsoft/ts-command-line": "4.3.1"
},
"devDependencies": {
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"gulp": "~4.0.2"
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 @@ -19,9 +19,9 @@
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.15.0",
"@microsoft/package-deps-hash": "2.2.178",
"@microsoft/stream-collator": "3.1.0",
"@microsoft/ts-command-line": "4.3.0",
"@microsoft/package-deps-hash": "2.2.179",
"@microsoft/stream-collator": "3.1.1",
"@microsoft/ts-command-line": "4.3.1",
"@pnpm/link-bins": "~1.0.1",
"@pnpm/logger": "~1.0.1",
"@yarnpkg/lockfile": "~1.0.2",
Expand All @@ -47,8 +47,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@types/glob": "5.0.30",
"@types/inquirer": "0.0.43",
"@types/jest": "23.3.11",
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.4": "0.2.0",
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@microsoft/node-library-build": "6.2.1",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.10.54",
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.4.3",
"@microsoft/api-documenter": "7.4.5",
"@microsoft/api-extractor": "7.4.4",
"@microsoft/api-documenter": "7.4.6",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@types/jest": "23.3.11",
"@types/node": "8.10.54",
"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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@microsoft/node-core-library": "3.15.0",
"@microsoft/teams-js": "1.3.0-beta.4",
"@types/jest": "23.3.11",
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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@types/node": "8.10.54",
"fs-extra": "~7.0.1",
"typescript": "~3.1.6"
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.4.3",
"@microsoft/api-extractor": "7.4.4",
"@types/node": "8.10.54",
"fs-extra": "~7.0.1",
"typescript": "~3.1.6"
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.4.3",
"@microsoft/api-extractor": "7.4.4",
"api-extractor-lib1-test": "1.0.0",
"fs-extra": "~7.0.1",
"typescript": "~3.1.6"
Expand Down
4 changes: 2 additions & 2 deletions build-tests/node-library-build-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.2.0",
"@microsoft/node-library-build": "6.2.1",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.10.54",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"@microsoft/rush-stack-compiler-3.4": "0.2.0"
"@microsoft/rush-stack-compiler-3.4": "0.2.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.2.0",
"@microsoft/rush-stack-compiler-2.4": "0.7.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-2.4": "0.7.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-2.7": "0.7.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-2.7": "0.7.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-2.8": "0.2.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-2.8": "0.2.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-2.9": "0.8.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-2.9": "0.8.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.0": "0.7.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.0": "0.7.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.1": "0.7.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.1": "0.7.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.2": "0.4.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.2": "0.4.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.3": "0.3.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.3": "0.3.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@types/node": "8.10.54",
"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.2.0",
"@microsoft/rush-stack-compiler-3.5": "0.2.0",
"@microsoft/node-library-build": "6.2.1",
"@microsoft/rush-stack-compiler-3.5": "0.2.1",
"@types/node": "8.10.54",
"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.1.107",
"@microsoft/rush-stack-compiler-3.4": "0.2.0"
"@microsoft/rush-stack": "0.1.108",
"@microsoft/rush-stack-compiler-3.4": "0.2.1"
}
}
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.4": "0.2.0",
"@microsoft/load-themed-styles": "1.10.7",
"@microsoft/web-library-build": "7.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@microsoft/load-themed-styles": "1.10.8",
"@microsoft/web-library-build": "7.2.1",
"@types/jest": "23.3.11",
"gulp": "~4.0.2",
"ts-jest": "~22.4.6"
Expand Down
8 changes: 4 additions & 4 deletions core-build/gulp-core-build-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-sass",
"version": "4.8.0",
"version": "4.8.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@microsoft/gulp-core-build": "3.12.0",
"@microsoft/load-themed-styles": "1.10.7",
"@microsoft/load-themed-styles": "1.10.8",
"@microsoft/node-core-library": "3.15.0",
"@types/gulp": "4.0.6",
"@types/node": "8.10.54",
Expand All @@ -26,8 +26,8 @@
"postcss-modules": "~1.3.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@microsoft/node-library-build": "6.2.1",
"@types/clean-css": "4.2.1",
"@types/glob": "5.0.30",
"@types/jest": "23.3.11",
Expand Down
6 changes: 3 additions & 3 deletions core-build/gulp-core-build-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-serve",
"version": "3.5.0",
"version": "3.5.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"sudo": "~1.0.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.4": "0.2.0",
"@microsoft/node-library-build": "6.2.0",
"@microsoft/rush-stack-compiler-3.4": "0.2.1",
"@microsoft/node-library-build": "6.2.1",
"@types/express": "4.11.0",
"@types/express-serve-static-core": "4.11.0",
"@types/gulp": "4.0.6",
Expand Down
6 changes: 3 additions & 3 deletions core-build/gulp-core-build-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-typescript",
"version": "8.2.0",
"version": "8.2.1",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -22,9 +22,9 @@
"resolve": "1.8.1"
},
"devDependencies": {
"@microsoft/api-extractor": "7.4.3",
"@microsoft/api-extractor": "7.4.4",
"@microsoft/node-library-build": "6.1.2",
"@microsoft/rush-stack-compiler-3.1": "0.7.0",
"@microsoft/rush-stack-compiler-3.1": "0.7.1",
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
"@types/glob": "5.0.30",
"@types/resolve": "0.0.8",
Expand Down
Loading

0 comments on commit 036f4dc

Please sign in to comment.