Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Nov 16, 2018
1 parent 919dbea commit 37991d9
Show file tree
Hide file tree
Showing 31 changed files with 94 additions and 94 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": "1.5.54",
"version": "1.5.55",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand All @@ -15,15 +15,15 @@
"api-documenter": "./bin/api-documenter"
},
"dependencies": {
"@microsoft/api-extractor": "6.1.4",
"@microsoft/api-extractor": "6.1.5",
"@microsoft/node-core-library": "3.5.2",
"@microsoft/ts-command-line": "4.2.2",
"colors": "~1.2.1",
"js-yaml": "~3.9.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/js-yaml": "3.9.1",
"@types/node": "8.5.8",
"gulp": "~3.9.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": "6.1.4",
"version": "6.1.5",
"description": "Validate, document, and review the exported API for a TypeScript library",
"keywords": [
"typescript",
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 @@ -22,8 +22,8 @@
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.5.2",
"@microsoft/package-deps-hash": "2.2.101",
"@microsoft/stream-collator": "3.0.16",
"@microsoft/package-deps-hash": "2.2.102",
"@microsoft/stream-collator": "3.0.17",
"@microsoft/ts-command-line": "4.2.2",
"@pnpm/link-bins": "~1.0.1",
"@pnpm/logger": "~1.0.1",
Expand All @@ -50,8 +50,8 @@
"z-schema": "~3.18.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/node": "8.5.8",
"@types/node-fetch": "1.6.9",
"@types/tar": "4.0.0",
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": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@types/node": "8.5.8",
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 @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "6.1.4",
"@microsoft/api-extractor": "6.1.5",
"@types/jest": "21.1.10",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
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 @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "6.1.4",
"@microsoft/api-extractor": "6.1.5",
"@types/semver": "5.3.33",
"@types/node": "8.5.8",
"api-extractor-test-01": "1.0.0",
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 @@ -12,7 +12,7 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "6.1.4",
"@microsoft/api-extractor": "6.1.5",
"fs-extra": "~7.0.1",
"typescript": "~3.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions build-tests/api-extractor-test-05/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "node build.js"
},
"dependencies": {
"@microsoft/api-extractor": "6.1.4",
"@microsoft/api-documenter": "1.5.54",
"@microsoft/api-extractor": "6.1.5",
"@microsoft/api-documenter": "1.5.55",
"@types/jest": "21.1.10",
"@types/node": "8.5.8",
"fs-extra": "~7.0.1",
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 @@ -11,11 +11,11 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.10",
"@microsoft/node-library-build": "6.0.11",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"chai": "~3.5.0",
"gulp": "~3.9.1",
"@microsoft/rush-stack-compiler": "0.5.2"
"@microsoft/rush-stack-compiler": "0.5.3"
}
}
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.30",
"@microsoft/rush-stack-compiler": "0.5.2"
"@microsoft/rush-stack": "0.1.31",
"@microsoft/rush-stack-compiler": "0.5.3"
}
}
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 @@ -11,9 +11,9 @@
"devDependencies": {
"ts-jest": "~22.4.6",
"@types/jest": "21.1.10",
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/load-themed-styles": "1.8.37",
"@microsoft/web-library-build": "6.0.29",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/load-themed-styles": "1.8.38",
"@microsoft/web-library-build": "6.0.30",
"gulp": "~3.9.1"
}
}
8 changes: 4 additions & 4 deletions core-build/gulp-core-build-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-karma",
"version": "4.6.43",
"version": "4.6.44",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/node-core-library": "3.5.2",
"chai": "~3.5.0",
"gulp": "~3.9.1",
Expand All @@ -35,8 +35,8 @@
"webpack": "~3.11.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/gulp": "3.8.32",
"@types/karma": "0.13.33",
"@types/log4js": "0.0.33",
Expand Down
6 changes: 3 additions & 3 deletions core-build/gulp-core-build-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-mocha",
"version": "3.5.37",
"version": "3.5.38",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,15 +13,15 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build": "3.8.46",
"@types/node": "8.5.8",
"glob": "~7.0.5",
"gulp": "~3.9.1",
"gulp-istanbul": "~0.10.3",
"gulp-mocha": "~6.0.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.6",
"@types/glob": "5.0.30",
"@types/gulp": "3.8.32",
Expand Down
10 changes: 5 additions & 5 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.5.21",
"version": "4.5.22",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/load-themed-styles": "1.8.37",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/load-themed-styles": "1.8.38",
"@types/node": "8.5.8",
"@types/gulp": "3.8.32",
"autoprefixer": "~9.1.3",
Expand All @@ -26,8 +26,8 @@
"@microsoft/node-core-library": "3.5.2"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/glob": "5.0.30",
"@types/node-sass": "3.10.32",
"@types/clean-css": "3.4.30",
Expand Down
8 changes: 4 additions & 4 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.2.78",
"version": "3.2.79",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/node-core-library": "3.5.2",
"@types/node": "8.5.8",
"colors": "~1.2.1",
Expand All @@ -26,8 +26,8 @@
"sudo": "~1.0.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/express": "4.11.0",
"@types/express-serve-static-core": "4.11.0",
"@types/gulp": "3.8.32",
Expand Down
4 changes: 2 additions & 2 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": "7.2.3",
"version": "7.2.4",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@microsoft/rush-stack-compiler": "~0.2.0",
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/node-core-library": "3.5.2",
"@types/node": "8.5.8",
"decomment": "~0.9.1",
Expand Down
8 changes: 4 additions & 4 deletions core-build/gulp-core-build-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build-webpack",
"version": "3.4.51",
"version": "3.4.52",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,16 +13,16 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build": "3.8.46",
"@types/gulp": "3.8.32",
"@types/node": "8.5.8",
"colors": "~1.2.1",
"gulp": "~3.9.1",
"webpack": "~3.11.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.3",
"@microsoft/node-library-build": "6.0.11",
"@types/orchestrator": "0.0.30",
"@types/q": "0.0.32",
"@types/source-map": "0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions core-build/gulp-core-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gulp-core-build",
"version": "3.8.45",
"version": "3.8.46",
"description": "Core gulp build tasks for building typescript, html, less, etc.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
"jsdom": "~11.11.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2",
"@microsoft/rush-stack-compiler": "0.5.3",
"@types/z-schema": "3.16.31",
"@microsoft/node-library-build": "6.0.6",
"chai": "~3.5.0"
Expand Down
10 changes: 5 additions & 5 deletions core-build/node-library-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/node-library-build",
"version": "6.0.10",
"version": "6.0.11",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,14 +13,14 @@
"build": "gulp --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build-mocha": "3.5.37",
"@microsoft/gulp-core-build-typescript": "7.2.3",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/gulp-core-build-mocha": "3.5.38",
"@microsoft/gulp-core-build-typescript": "7.2.4",
"@types/gulp": "3.8.32",
"@types/node": "8.5.8",
"gulp": "~3.9.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler": "0.5.2"
"@microsoft/rush-stack-compiler": "0.5.3"
}
}
18 changes: 9 additions & 9 deletions core-build/web-library-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/web-library-build",
"version": "6.0.29",
"version": "6.0.30",
"description": "",
"engines": {
"npm": "3.10.8"
Expand All @@ -15,19 +15,19 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@microsoft/gulp-core-build": "3.8.45",
"@microsoft/gulp-core-build-karma": "4.6.43",
"@microsoft/gulp-core-build-sass": "4.5.21",
"@microsoft/gulp-core-build-serve": "3.2.78",
"@microsoft/gulp-core-build-typescript": "7.2.3",
"@microsoft/gulp-core-build-webpack": "3.4.51",
"@microsoft/gulp-core-build": "3.8.46",
"@microsoft/gulp-core-build-karma": "4.6.44",
"@microsoft/gulp-core-build-sass": "4.5.22",
"@microsoft/gulp-core-build-serve": "3.2.79",
"@microsoft/gulp-core-build-typescript": "7.2.4",
"@microsoft/gulp-core-build-webpack": "3.4.52",
"@types/gulp": "3.8.32",
"@types/node": "8.5.8",
"gulp": "~3.9.1",
"gulp-replace": "^0.5.4"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.10",
"@microsoft/rush-stack-compiler": "0.5.2"
"@microsoft/node-library-build": "6.0.11",
"@microsoft/rush-stack-compiler": "0.5.3"
}
}
Loading

0 comments on commit 37991d9

Please sign in to comment.