Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc5d3dc

Browse files
committedJan 10, 2017
deps up
1 parent 8f509bb commit bc5d3dc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"babel-core": "^6.18.2",
1313
"babel-loader": "^6.2.7",
14-
"browser-sync": "^2.17.6",
14+
"browser-sync": "^2.18.6",
1515
"browser-sync-webpack-plugin": "^1.1.2",
1616
"filewrap": "^0.1.0",
1717
"glob": "^7.0.5",
@@ -39,7 +39,7 @@
3939
"md5-file": "^3.1.1",
4040
"nyc": "^10.0.0",
4141
"postcss-color-gray": "^3.0.1",
42-
"postcss-import": "^9.0.0",
42+
"postcss-import": "^9.1.0",
4343
"reshape-custom-elements": "^0.1.0",
4444
"snazzy": "^5.0.0",
4545
"standard": "^8.6.0",

‎yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,13 +1042,13 @@ browser-sync-webpack-plugin@^1.1.2:
10421042
dependencies:
10431043
lodash "4.x.x"
10441044

1045-
browser-sync@^2.17.6:
1046-
version "2.18.5"
1047-
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.18.5.tgz#c04b10037289df5157a363d42100069d77e744e9"
1045+
browser-sync@^2.18.6:
1046+
version "2.18.6"
1047+
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.18.6.tgz#7b303ea8905eaa20629e6c5d3e820c32ad96bb24"
10481048
dependencies:
10491049
browser-sync-client "2.4.4"
10501050
browser-sync-ui "0.6.2"
1051-
bs-recipes "1.3.2"
1051+
bs-recipes "1.3.4"
10521052
chokidar "1.6.1"
10531053
connect "3.5.0"
10541054
dev-ip "^1.0.1"
@@ -1085,9 +1085,9 @@ browserify-zlib@^0.1.4:
10851085
dependencies:
10861086
pako "~0.2.0"
10871087

1088-
bs-recipes@1.3.2:
1089-
version "1.3.2"
1090-
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.2.tgz#aebff3bfc9dca4cab3c2938d91e43473cf41b6c1"
1088+
bs-recipes@1.3.4:
1089+
version "1.3.4"
1090+
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585"
10911091

10921092
buble@^0.12.0:
10931093
version "0.12.5"
@@ -3615,9 +3615,9 @@ postcss-color-gray@^3.0.1:
36153615
postcss-message-helpers "^2.0.0"
36163616
reduce-function-call "^1.0.1"
36173617

3618-
postcss-import@^9.0.0:
3619-
version "9.0.0"
3620-
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-9.0.0.tgz#751fcd21c53eec6eb468890384ce3c114968b391"
3618+
postcss-import@^9.1.0:
3619+
version "9.1.0"
3620+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-9.1.0.tgz#95fe9876a1e79af49fbdc3589f01fe5aa7cc1e80"
36213621
dependencies:
36223622
object-assign "^4.0.1"
36233623
postcss "^5.0.14"

0 commit comments

Comments
 (0)
Please sign in to comment.