Skip to content

Commit 89a88cb

Browse files
committed
Upgrade multiple npm packages to their latest version
1 parent 55eb096 commit 89a88cb

2 files changed

Lines changed: 57 additions & 51 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"clean-webpack-plugin": "^0.1.16",
4141
"css-loader": "^0.28.5",
4242
"dotenv": "^4.0.0",
43-
"eslint": "^4.5.0",
44-
"eslint-config-airbnb": "^15.1.0",
43+
"eslint": "4.10.0",
44+
"eslint-config-airbnb": "16.1.0",
4545
"eslint-loader": "^1.9.0",
46-
"eslint-plugin-import": "^2.7.0",
46+
"eslint-plugin-import": "2.8.0",
4747
"eslint-plugin-jsx-a11y": "^5.1.1",
48-
"eslint-plugin-react": "^7.3.0",
48+
"eslint-plugin-react": "7.4.0",
4949
"express": "^4.15.4",
50-
"extract-text-webpack-plugin": "^3.0.0",
50+
"extract-text-webpack-plugin": "3.0.2",
5151
"fb": "^2.0.0",
5252
"history": "^4.7.2",
5353
"if-env": "^1.0.0",
@@ -72,11 +72,11 @@
7272
"react-slick": "^0.14.11",
7373
"redux": "^3.7.2",
7474
"redux-form": "^7.0.3",
75-
"redux-saga": "^0.15.6",
75+
"redux-saga": "0.16.0",
7676
"sass-loader": "^6.0.6",
77-
"style-loader": "^0.18.2",
78-
"webpack": "^3.1.0",
79-
"xml-js": "^1.4.1",
77+
"style-loader": "0.19.0",
78+
"webpack": "3.8.1",
79+
"xml-js": "1.5.1",
8080
"yargs": "^8.0.2"
8181
},
8282
"devDependencies": {}

yarn.lock

Lines changed: 48 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,12 @@ debug@2.6.8, debug@^2.2.0, debug@^2.4.5, debug@^2.6.3, debug@^2.6.8:
16851685
dependencies:
16861686
ms "2.0.0"
16871687

1688+
debug@^3.0.1:
1689+
version "3.1.0"
1690+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
1691+
dependencies:
1692+
ms "2.0.0"
1693+
16881694
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
16891695
version "1.2.0"
16901696
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -1989,17 +1995,17 @@ escope@^3.6.0:
19891995
esrecurse "^4.1.0"
19901996
estraverse "^4.1.1"
19911997

1992-
eslint-config-airbnb-base@^11.3.0:
1993-
version "11.3.1"
1994-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.3.1.tgz#c0ab108c9beed503cb999e4c60f4ef98eda0ed30"
1998+
eslint-config-airbnb-base@^12.1.0:
1999+
version "12.1.0"
2000+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
19952001
dependencies:
19962002
eslint-restricted-globals "^0.1.1"
19972003

1998-
eslint-config-airbnb@^15.1.0:
1999-
version "15.1.0"
2000-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-15.1.0.tgz#fd432965a906e30139001ba830f58f73aeddae8e"
2004+
eslint-config-airbnb@16.1.0:
2005+
version "16.1.0"
2006+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-16.1.0.tgz#2546bfb02cc9fe92284bf1723ccf2e87bc45ca46"
20012007
dependencies:
2002-
eslint-config-airbnb-base "^11.3.0"
2008+
eslint-config-airbnb-base "^12.1.0"
20032009

20042010
eslint-import-resolver-node@^0.3.1:
20052011
version "0.3.1"
@@ -2025,9 +2031,9 @@ eslint-module-utils@^2.1.1:
20252031
debug "^2.6.8"
20262032
pkg-dir "^1.0.0"
20272033

2028-
eslint-plugin-import@^2.7.0:
2029-
version "2.7.0"
2030-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f"
2034+
eslint-plugin-import@2.8.0:
2035+
version "2.8.0"
2036+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
20312037
dependencies:
20322038
builtin-modules "^1.1.1"
20332039
contains-path "^0.1.0"
@@ -2052,9 +2058,9 @@ eslint-plugin-jsx-a11y@^5.1.1:
20522058
emoji-regex "^6.1.0"
20532059
jsx-ast-utils "^1.4.0"
20542060

2055-
eslint-plugin-react@^7.3.0:
2056-
version "7.3.0"
2057-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
2061+
eslint-plugin-react@7.4.0:
2062+
version "7.4.0"
2063+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
20582064
dependencies:
20592065
doctrine "^2.0.0"
20602066
has "^1.0.1"
@@ -2072,19 +2078,19 @@ eslint-scope@^3.7.1:
20722078
esrecurse "^4.1.0"
20732079
estraverse "^4.1.1"
20742080

2075-
eslint@^4.5.0:
2076-
version "4.5.0"
2077-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.5.0.tgz#bb75d3b8bde97fb5e13efcd539744677feb019c3"
2081+
eslint@4.10.0:
2082+
version "4.10.0"
2083+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.10.0.tgz#f25d0d7955c81968c2309aa5c9a229e045176bb7"
20782084
dependencies:
20792085
ajv "^5.2.0"
20802086
babel-code-frame "^6.22.0"
20812087
chalk "^2.1.0"
20822088
concat-stream "^1.6.0"
20832089
cross-spawn "^5.1.0"
2084-
debug "^2.6.8"
2090+
debug "^3.0.1"
20852091
doctrine "^2.0.0"
20862092
eslint-scope "^3.7.1"
2087-
espree "^3.5.0"
2093+
espree "^3.5.1"
20882094
esquery "^1.0.0"
20892095
estraverse "^4.2.0"
20902096
esutils "^2.0.2"
@@ -2105,7 +2111,7 @@ eslint@^4.5.0:
21052111
natural-compare "^1.4.0"
21062112
optionator "^0.8.2"
21072113
path-is-inside "^1.0.2"
2108-
pluralize "^4.0.0"
2114+
pluralize "^7.0.0"
21092115
progress "^2.0.0"
21102116
require-uncached "^1.0.3"
21112117
semver "^5.3.0"
@@ -2114,9 +2120,9 @@ eslint@^4.5.0:
21142120
table "^4.0.1"
21152121
text-table "~0.2.0"
21162122

2117-
espree@^3.5.0:
2118-
version "3.5.0"
2119-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.0.tgz#98358625bdd055861ea27e2867ea729faf463d8d"
2123+
espree@^3.5.1:
2124+
version "3.5.1"
2125+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.1.tgz#0c988b8ab46db53100a1954ae4ba995ddd27d87e"
21202126
dependencies:
21212127
acorn "^5.1.1"
21222128
acorn-jsx "^3.0.0"
@@ -2274,9 +2280,9 @@ extglob@^0.3.1:
22742280
dependencies:
22752281
is-extglob "^1.0.0"
22762282

2277-
extract-text-webpack-plugin@^3.0.0:
2278-
version "3.0.0"
2279-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
2283+
extract-text-webpack-plugin@3.0.2:
2284+
version "3.0.2"
2285+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
22802286
dependencies:
22812287
async "^2.4.1"
22822288
loader-utils "^1.1.0"
@@ -3850,9 +3856,9 @@ pkg-dir@^2.0.0:
38503856
dependencies:
38513857
find-up "^2.1.0"
38523858

3853-
pluralize@^4.0.0:
3854-
version "4.0.0"
3855-
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-4.0.0.tgz#59b708c1c0190a2f692f1c7618c446b052fd1762"
3859+
pluralize@^7.0.0:
3860+
version "7.0.0"
3861+
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
38563862

38573863
postcss-calc@^5.2.0:
38583864
version "5.3.1"
@@ -4447,9 +4453,9 @@ redux-form@^7.0.3:
44474453
lodash-es "^4.17.3"
44484454
prop-types "^15.5.9"
44494455

4450-
redux-saga@^0.15.6:
4451-
version "0.15.6"
4452-
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.15.6.tgz#8638dc522de6c6c0a496fe8b2b5466287ac2dc4d"
4456+
redux-saga@0.16.0:
4457+
version "0.16.0"
4458+
resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.16.0.tgz#0a231db0a1489301dd980f6f2f88d8ced418f724"
44534459

44544460
redux@^3.7.2:
44554461
version "3.7.2"
@@ -4677,7 +4683,7 @@ sass-loader@^6.0.6:
46774683
lodash.tail "^4.1.1"
46784684
pify "^3.0.0"
46794685

4680-
sax@^1.2.1, sax@~1.2.1:
4686+
sax@^1.2.4, sax@~1.2.1:
46814687
version "1.2.4"
46824688
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
46834689

@@ -4995,9 +5001,9 @@ strip-json-comments@~2.0.1:
49955001
version "2.0.1"
49965002
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
49975003

4998-
style-loader@^0.18.2:
4999-
version "0.18.2"
5000-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.18.2.tgz#cc31459afbcd6d80b7220ee54b291a9fd66ff5eb"
5004+
style-loader@0.19.0:
5005+
version "0.19.0"
5006+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.19.0.tgz#7258e788f0fee6a42d710eaf7d6c2412a4c50759"
50015007
dependencies:
50025008
loader-utils "^1.0.2"
50035009
schema-utils "^0.3.0"
@@ -5273,9 +5279,9 @@ webpack-sources@^1.0.1:
52735279
source-list-map "^2.0.0"
52745280
source-map "~0.5.3"
52755281

5276-
webpack@^3.1.0:
5277-
version "3.5.5"
5278-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.5.5.tgz#3226f09fc8b3e435ff781e7af34f82b68b26996c"
5282+
webpack@3.8.1:
5283+
version "3.8.1"
5284+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83"
52795285
dependencies:
52805286
acorn "^5.0.0"
52815287
acorn-dynamic-import "^2.0.0"
@@ -5357,11 +5363,11 @@ write@^0.2.1:
53575363
dependencies:
53585364
mkdirp "^0.5.1"
53595365

5360-
xml-js@^1.4.1:
5361-
version "1.4.1"
5362-
resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.4.1.tgz#b34fface0c6d89804aaf0a182821ac1ed08a01e9"
5366+
xml-js@1.5.1:
5367+
version "1.5.1"
5368+
resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.5.1.tgz#cae6cfbcaa9a25774ac1ddfcc62d9a06cc6be965"
53635369
dependencies:
5364-
sax "^1.2.1"
5370+
sax "^1.2.4"
53655371

53665372
xtend@^4.0.0:
53675373
version "4.0.1"

0 commit comments

Comments
 (0)