Skip to content

Commit c0f348b

Browse files
committed
deps
1 parent 43e72ac commit c0f348b

File tree

2 files changed

+24
-30
lines changed

2 files changed

+24
-30
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"babel-core": "^6.25.0",
1313
"babel-loader": "^7.1.1",
1414
"browser-sync": "^2.18.12",
15-
"browser-sync-webpack-plugin": "^1.1.4",
15+
"browser-sync-webpack-plugin": "^1.2.0",
1616
"filewrap": "^1.0.0",
1717
"glob": "^7.1.2",
1818
"hygienist-middleware": "^0.1.3",
@@ -28,14 +28,14 @@
2828
"source-loader": "^0.2.0",
2929
"spike-util": "^1.2.0",
3030
"sprout": "^1.2.1",
31-
"webpack": "^3.0.0",
31+
"webpack": "^3.1.0",
3232
"when": "^3.7.8"
3333
},
3434
"devDependencies": {
3535
"ava": "^0.20.0",
3636
"chalk": "^2.0.1",
3737
"coveralls": "^2.13.1",
38-
"husky": "^0.14.1",
38+
"husky": "^0.14.3",
3939
"md5-file": "^3.1.1",
4040
"nyc": "^11.0.3",
4141
"postcss-color-gray": "^4.0.0",

yarn.lock

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -865,11 +865,11 @@ [email protected]:
865865
stream-throttle "^0.1.3"
866866
weinre "^2.0.0-pre-I0Z7U9OV"
867867

868-
browser-sync-webpack-plugin@^1.1.4:
869-
version "1.1.4"
870-
resolved "https://registry.yarnpkg.com/browser-sync-webpack-plugin/-/browser-sync-webpack-plugin-1.1.4.tgz#ad3c0f7a3bd2d3e7f87cdc378ee93e7be2026d89"
868+
browser-sync-webpack-plugin@^1.2.0:
869+
version "1.2.0"
870+
resolved "https://registry.yarnpkg.com/browser-sync-webpack-plugin/-/browser-sync-webpack-plugin-1.2.0.tgz#33358dde35121f12cbdab46d4453e67b8357726a"
871871
dependencies:
872-
lodash "4.x.x"
872+
lodash "^4"
873873

874874
browser-sync@^2.18.12:
875875
version "2.18.12"
@@ -1777,9 +1777,9 @@ [email protected]:
17771777
engine.io-parser "1.3.1"
17781778
ws "1.1.1"
17791779

1780-
enhanced-resolve@^3.0.0:
1781-
version "3.1.0"
1782-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.1.0.tgz#9f4b626f577245edcf4b2ad83d86e17f4f421dec"
1780+
enhanced-resolve@^3.3.0:
1781+
version "3.3.0"
1782+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.3.0.tgz#950964ecc7f0332a42321b673b38dc8ff15535b3"
17831783
dependencies:
17841784
graceful-fs "^4.1.2"
17851785
memory-fs "^0.4.0"
@@ -2704,9 +2704,9 @@ hullabaloo-config-manager@^1.1.0:
27042704
resolve-from "^3.0.0"
27052705
safe-buffer "^5.0.1"
27062706

2707-
husky@^0.14.1:
2708-
version "0.14.1"
2709-
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.1.tgz#8edba33e728ceed75343e88bb8002e4cbd8d1b40"
2707+
husky@^0.14.3:
2708+
version "0.14.3"
2709+
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
27102710
dependencies:
27112711
is-ci "^1.0.10"
27122712
normalize-path "^1.0.0"
@@ -3406,14 +3406,14 @@ lodash.union@^4.6.0:
34063406
version "4.6.0"
34073407
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
34083408

3409-
[email protected], lodash@^4.0.0, lodash@^4.12.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.3.0:
3410-
version "4.17.4"
3411-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3412-
34133409
lodash@^3.10.1:
34143410
version "3.10.1"
34153411
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
34163412

3413+
lodash@^4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.3.0:
3414+
version "4.17.4"
3415+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3416+
34173417
34183418
version "1.2.5"
34193419
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056"
@@ -4740,13 +4740,7 @@ reshape-parser@^0.2.1:
47404740
dependencies:
47414741
parse5 "^2.1.5"
47424742

4743-
reshape-plugin-util@^0.2.0:
4744-
version "0.2.1"
4745-
resolved "https://registry.yarnpkg.com/reshape-plugin-util/-/reshape-plugin-util-0.2.1.tgz#29358959d58c9eebca25c35efe0cc627817cf092"
4746-
dependencies:
4747-
when "^3.7.7"
4748-
4749-
"reshape-plugin-util@github:reshape/plugin-util":
4743+
reshape-plugin-util@^0.2.0, reshape-plugin-util@reshape/plugin-util:
47504744
version "0.2.1"
47514745
resolved "https://codeload.github.com/reshape/plugin-util/tar.gz/61ce20042e5a9e0f4efd96efff71ca5f052263bb"
47524746
dependencies:
@@ -5589,7 +5583,7 @@ uglify-to-browserify@~1.0.0:
55895583
version "1.0.2"
55905584
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
55915585

5592-
uglifyjs-webpack-plugin@^0.4.4:
5586+
uglifyjs-webpack-plugin@^0.4.6:
55935587
version "0.4.6"
55945588
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309"
55955589
dependencies:
@@ -5762,16 +5756,16 @@ webpack-sources@^1.0.1:
57625756
source-list-map "^2.0.0"
57635757
source-map "~0.5.3"
57645758

5765-
webpack@^3.0.0:
5766-
version "3.0.0"
5767-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.0.0.tgz#ee9bcebf21247f7153cb410168cab45e3a59d4d7"
5759+
webpack@^3.1.0:
5760+
version "3.1.0"
5761+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.1.0.tgz#ac0675e500db835f9ab2369d29ba096f51ad0731"
57685762
dependencies:
57695763
acorn "^5.0.0"
57705764
acorn-dynamic-import "^2.0.0"
57715765
ajv "^5.1.5"
57725766
ajv-keywords "^2.0.0"
57735767
async "^2.1.2"
5774-
enhanced-resolve "^3.0.0"
5768+
enhanced-resolve "^3.3.0"
57755769
escope "^3.6.0"
57765770
interpret "^1.0.0"
57775771
json-loader "^0.5.4"
@@ -5784,7 +5778,7 @@ webpack@^3.0.0:
57845778
source-map "^0.5.3"
57855779
supports-color "^3.1.0"
57865780
tapable "~0.2.5"
5787-
uglifyjs-webpack-plugin "^0.4.4"
5781+
uglifyjs-webpack-plugin "^0.4.6"
57885782
watchpack "^1.3.1"
57895783
webpack-sources "^1.0.1"
57905784
yargs "^6.0.0"

0 commit comments

Comments
 (0)