Skip to content

Commit f33dbb0

Browse files
author
OneDrive Build
committed
Applying package updates.
1 parent 2be0eb7 commit f33dbb0

15 files changed

Lines changed: 56 additions & 33 deletions

File tree

common/changes/ianc-webpack2-fixes_2017-02-08-00-12.json

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

common/changes/master_2017-02-05-00-31.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.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.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.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"gulp": "~3.9.1",

gulp-core-build-sass/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/gulp-core-build-sass",
33
"entries": [
4+
{
5+
"version": "2.0.4",
6+
"tag": "@microsoft/gulp-core-build-sass_v2.0.4",
7+
"date": "Wed, 08 Feb 2017 00:23:01 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fixing the paths generated by GCB-sass to be compatible with Webpack 2.X"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.2.1 <3.0.0` to `>=2.2.2 <3.0.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.0.3",
623
"tag": "@microsoft/gulp-core-build-sass_v2.0.3",

gulp-core-build-sass/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-sass
22

3-
This log was last generated on Tue, 31 Jan 2017 20:32:37 GMT and should not be manually modified.
3+
This log was last generated on Wed, 08 Feb 2017 00:23:01 GMT and should not be manually modified.
4+
5+
## 2.0.4
6+
Wed, 08 Feb 2017 00:23:01 GMT
7+
8+
### Patches
9+
10+
- Fixing the paths generated by GCB-sass to be compatible with Webpack 2.X
411

512
## 2.0.3
613
Tue, 31 Jan 2017 20:32:37 GMT

gulp-core-build-sass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-sass",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
1919
"@microsoft/load-themed-styles": "^1.2.2",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/node": "^6.0.46",

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.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
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.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
1919
"@microsoft/api-extractor": ">=1.1.9 <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.2.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.2.2 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/gulp": "^3.8.32",
2121
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)