Skip to content

Commit 8f41e5a

Browse files
author
PowerShell
committed
Applying package updates.
1 parent 8634314 commit 8f41e5a

File tree

12 files changed

+29
-20
lines changed

12 files changed

+29
-20
lines changed

common/changes/nickpape-fix-clean_2017-03-16-00-07.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

gulp-core-build-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"chai": "~3.5.0",
2020
"gulp": "~3.9.1",
2121
"gulp-karma": "~0.0.5",

gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "6.0.62",
2121
"gulp": "~3.9.1",

gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@microsoft/load-themed-styles": "^1.2.2",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/node": "6.0.62",

gulp-core-build-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "6.0.62",
2121
"deasync": "~0.1.7",

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@microsoft/api-extractor": ">=1.1.14 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "3.8.32",

gulp-core-build-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.4.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/gulp": "3.8.32",
2121
"@types/node": "6.0.62",

gulp-core-build/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build",
33
"entries": [
4+
{
5+
"version": "2.4.2",
6+
"tag": "@microsoft/gulp-core-build_v2.4.2",
7+
"date": "Sat, 18 Mar 2017 01:31:49 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fixes an issue with the clean command, which causes builds to spuriously fail."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.4.1",
618
"tag": "@microsoft/gulp-core-build_v2.4.1",

gulp-core-build/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/gulp-core-build
22

3-
This log was last generated on Wed, 15 Mar 2017 01:32:09 GMT and should not be manually modified.
3+
This log was last generated on Sat, 18 Mar 2017 01:31:49 GMT and should not be manually modified.
4+
5+
## 2.4.2
6+
Sat, 18 Mar 2017 01:31:49 GMT
7+
8+
### Patches
9+
10+
- Fixes an issue with the clean command, which causes builds to spuriously fail.
411

512
## 2.4.1
613
Wed, 15 Mar 2017 01:32:09 GMT

gulp-core-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Core gulp build tasks for building typescript, html, less, etc.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)