Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Commit e0e4ea4

Browse files
committed
update packages
1 parent 6559dc1 commit e0e4ea4

File tree

2 files changed

+40
-31
lines changed

2 files changed

+40
-31
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"copy-webpack-plugin": "4.5.1",
6767
"cross-env": "5.1.4",
6868
"css-hot-loader": "1.3.8",
69-
"css-loader": "0.28.10",
70-
"eslint": "4.18.2",
69+
"css-loader": "0.28.11",
70+
"eslint": "4.19.1",
7171
"eslint-config-airbnb": "16.1.0",
7272
"eslint-config-airbnb-base": "12.1.0",
7373
"eslint-plugin-filenames": "1.2.0",
@@ -76,8 +76,8 @@
7676
"eslint-plugin-react": "7.7.0",
7777
"extract-text-webpack-plugin": "3.0.2",
7878
"html-webpack-harddisk-plugin": "0.2.0",
79-
"html-webpack-plugin": "3.0.6",
80-
"node-sass": "4.8.1",
79+
"html-webpack-plugin": "3.1.0",
80+
"node-sass": "4.8.3",
8181
"nodemon": "1.17.2",
8282
"rimraf": "2.6.2",
8383
"robotstxt-webpack-plugin": "4.0.1",
@@ -98,7 +98,7 @@
9898
"fetch-everywhere": "1.0.5",
9999
"form2js": "1.0.0",
100100
"fs-extra": "5.0.0",
101-
"hapi": "17.2.2",
101+
"hapi": "17.2.3",
102102
"hapi-webpack-plugin": "3.0.0",
103103
"history": "4.7.2",
104104
"inert": "5.1.0",

yarn.lock

+35-26
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,14 @@ acorn@^4.0.3:
132132
version "4.0.13"
133133
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
134134

135-
acorn@^5.0.0, acorn@^5.2.1:
135+
acorn@^5.0.0:
136136
version "5.2.1"
137137
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
138138

139+
acorn@^5.5.0:
140+
version "5.5.3"
141+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
142+
139143
ajv-keywords@^2.1.0:
140144
version "2.1.1"
141145
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
@@ -2050,9 +2054,9 @@ css-hot-loader@1.3.8:
20502054
lodash "^4.17.5"
20512055
normalize-url "^1.9.1"
20522056

2053-
css-loader@0.28.10:
2054-
version "0.28.10"
2055-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.10.tgz#40282e79230f7bcb4e483efa631d670b735ebf42"
2057+
css-loader@0.28.11:
2058+
version "0.28.11"
2059+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.11.tgz#c3f9864a700be2711bb5a2462b2389b1a392dab7"
20562060
dependencies:
20572061
babel-code-frame "^6.26.0"
20582062
css-selector-tokenizer "^0.7.0"
@@ -2646,9 +2650,9 @@ eslint-visitor-keys@^1.0.0:
26462650
version "1.0.0"
26472651
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
26482652

2649-
eslint@4.18.2:
2650-
version "4.18.2"
2651-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.2.tgz#0f81267ad1012e7d2051e186a9004cc2267b8d45"
2653+
eslint@4.19.1:
2654+
version "4.19.1"
2655+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
26522656
dependencies:
26532657
ajv "^5.3.0"
26542658
babel-code-frame "^6.22.0"
@@ -2659,7 +2663,7 @@ eslint@4.18.2:
26592663
doctrine "^2.1.0"
26602664
eslint-scope "^3.7.1"
26612665
eslint-visitor-keys "^1.0.0"
2662-
espree "^3.5.2"
2666+
espree "^3.5.4"
26632667
esquery "^1.0.0"
26642668
esutils "^2.0.2"
26652669
file-entry-cache "^2.0.0"
@@ -2681,18 +2685,19 @@ eslint@4.18.2:
26812685
path-is-inside "^1.0.2"
26822686
pluralize "^7.0.0"
26832687
progress "^2.0.0"
2688+
regexpp "^1.0.1"
26842689
require-uncached "^1.0.3"
26852690
semver "^5.3.0"
26862691
strip-ansi "^4.0.0"
26872692
strip-json-comments "~2.0.1"
26882693
table "4.0.2"
26892694
text-table "~0.2.0"
26902695

2691-
espree@^3.5.2:
2692-
version "3.5.2"
2693-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
2696+
espree@^3.5.4:
2697+
version "3.5.4"
2698+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
26942699
dependencies:
2695-
acorn "^5.2.1"
2700+
acorn "^5.5.0"
26962701
acorn-jsx "^3.0.0"
26972702

26982703
esprima@^2.6.0:
@@ -3303,9 +3308,9 @@ hapi-webpack-plugin@3.0.0:
33033308
webpack-dev-middleware "^2.0.1"
33043309
webpack-hot-middleware "^2.21.0"
33053310

3306-
hapi@17.2.2:
3307-
version "17.2.2"
3308-
resolved "https://registry.yarnpkg.com/hapi/-/hapi-17.2.2.tgz#c6c882d698a1a2a2a20e74a0b9f604cf10aac5a5"
3311+
hapi@17.2.3:
3312+
version "17.2.3"
3313+
resolved "https://registry.yarnpkg.com/hapi/-/hapi-17.2.3.tgz#77939c7a01200cfdcf1ec06fbe7cc03d234db5f8"
33093314
dependencies:
33103315
accept "3.x.x"
33113316
ammo "3.x.x"
@@ -3548,9 +3553,9 @@ html-webpack-harddisk-plugin@0.2.0:
35483553
"@types/webpack" "^3.0.5"
35493554
mkdirp "^0.5.1"
35503555

3551-
html-webpack-plugin@3.0.6:
3552-
version "3.0.6"
3553-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.0.6.tgz#d35b0452aae129a8a9f3fac44a169a625d8cf3fa"
3556+
html-webpack-plugin@3.1.0:
3557+
version "3.1.0"
3558+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.1.0.tgz#6e02baaedb1e906310917f03239c793a75af2885"
35543559
dependencies:
35553560
html-minifier "^3.2.3"
35563561
loader-utils "^0.2.16"
@@ -4751,14 +4756,14 @@ mute-stream@0.0.7:
47514756
version "0.0.7"
47524757
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
47534758

4759+
nan@^2.10.0:
4760+
version "2.10.0"
4761+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
4762+
47544763
nan@^2.3.0:
47554764
version "2.8.0"
47564765
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"
47574766

4758-
nan@^2.9.2:
4759-
version "2.9.2"
4760-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.9.2.tgz#f564d75f5f8f36a6d9456cca7a6c4fe488ab7866"
4761-
47624767
nanomatch@^1.2.9:
47634768
version "1.2.9"
47644769
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.9.tgz#879f7150cb2dab7a471259066c104eee6e0fa7c2"
@@ -4881,9 +4886,9 @@ node-pre-gyp@^0.6.39:
48814886
tar "^2.2.1"
48824887
tar-pack "^3.4.0"
48834888

4884-
node-sass@4.8.1:
4885-
version "4.8.1"
4886-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.8.1.tgz#8ad4de07456cc4ba2fa0c808729bec09fa1b5065"
4889+
node-sass@4.8.3:
4890+
version "4.8.3"
4891+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.8.3.tgz#d077cc20a08ac06f661ca44fb6f19cd2ed41debb"
48874892
dependencies:
48884893
async-foreach "^0.1.3"
48894894
chalk "^1.1.1"
@@ -4897,7 +4902,7 @@ node-sass@4.8.1:
48974902
lodash.mergewith "^4.6.0"
48984903
meow "^3.7.0"
48994904
mkdirp "^0.5.1"
4900-
nan "^2.9.2"
4905+
nan "^2.10.0"
49014906
node-gyp "^3.3.1"
49024907
npmlog "^4.0.0"
49034908
request "~2.79.0"
@@ -6171,6 +6176,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
61716176
extend-shallow "^3.0.2"
61726177
safe-regex "^1.1.0"
61736178

6179+
regexpp@^1.0.1:
6180+
version "1.0.1"
6181+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.0.1.tgz#d857c3a741dce075c2848dcb019a0a975b190d43"
6182+
61746183
regexpu-core@^1.0.0:
61756184
version "1.0.0"
61766185
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"

0 commit comments

Comments
 (0)