Skip to content

Commit acd0de7

Browse files
authored
Upgrade gems and npm packages (#1254)
1 parent 6c9a59e commit acd0de7

File tree

3 files changed

+388
-349
lines changed

3 files changed

+388
-349
lines changed

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ GEM
4747
minitest (~> 5.1)
4848
tzinfo (~> 1.1)
4949
arel (8.0.0)
50-
ast (2.3.0)
50+
ast (2.4.0)
5151
builder (3.2.3)
52-
byebug (9.1.0)
52+
byebug (10.0.0)
5353
concurrent-ruby (1.0.5)
5454
crass (1.0.3)
5555
erubi (1.7.0)
5656
globalid (0.4.1)
5757
activesupport (>= 4.2.0)
58-
i18n (0.9.1)
58+
i18n (0.9.3)
5959
concurrent-ruby (~> 1.0)
6060
loofah (2.1.1)
6161
crass (~> 1.0.2)
@@ -65,15 +65,15 @@ GEM
6565
method_source (0.9.0)
6666
mini_mime (1.0.0)
6767
mini_portile2 (2.3.0)
68-
minitest (5.11.1)
68+
minitest (5.11.3)
6969
nio4r (2.2.0)
70-
nokogiri (1.8.1)
70+
nokogiri (1.8.2)
7171
mini_portile2 (~> 2.3.0)
7272
parallel (1.12.1)
7373
parser (2.4.0.2)
7474
ast (~> 2.3)
7575
powerpack (0.1.1)
76-
rack (2.0.3)
76+
rack (2.0.4)
7777
rack-proxy (0.6.3)
7878
rack
7979
rack-test (0.8.2)
@@ -120,7 +120,7 @@ GEM
120120
sprockets (>= 3.0.0)
121121
thor (0.20.0)
122122
thread_safe (0.3.6)
123-
tzinfo (1.2.4)
123+
tzinfo (1.2.5)
124124
thread_safe (~> 0.1)
125125
unicode-display_width (1.3.0)
126126
websocket-driver (0.6.5)
@@ -141,4 +141,4 @@ DEPENDENCIES
141141
webpacker!
142142

143143
BUNDLED WITH
144-
1.15.4
144+
1.16.1

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
"babel-polyfill": "^6.26.0",
2121
"babel-preset-env": "^1.6.1",
2222
"case-sensitive-paths-webpack-plugin": "^2.1.1",
23-
"compression-webpack-plugin": "^1.1.3",
24-
"css-loader": "^0.28.8",
23+
"compression-webpack-plugin": "^1.1.6",
24+
"css-loader": "^0.28.9",
2525
"extract-text-webpack-plugin": "^3.0.2",
2626
"file-loader": "^1.1.6",
2727
"glob": "^7.1.2",
2828
"js-yaml": "^3.10.0",
2929
"node-sass": "^4.7.2",
3030
"path-complete-extname": "^0.1.0",
31-
"postcss-cssnext": "^3.0.2",
31+
"postcss-cssnext": "^3.1.0",
3232
"postcss-import": "^11.0.0",
33-
"postcss-loader": "^2.0.10",
33+
"postcss-loader": "^2.1.0",
3434
"sass-loader": "^6.0.6",
35-
"style-loader": "^0.19.1",
36-
"uglifyjs-webpack-plugin": "^1.1.6",
35+
"style-loader": "^0.20.1",
36+
"uglifyjs-webpack-plugin": "^1.1.8",
3737
"webpack": "^3.10.0",
3838
"webpack-manifest-plugin": "^1.3.2"
3939
},
4040
"devDependencies": {
41-
"eslint": "^4.15.0",
41+
"eslint": "^4.17.0",
4242
"eslint-config-airbnb": "^16.1.0",
4343
"eslint-plugin-import": "^2.8.0",
4444
"eslint-plugin-jsx-a11y": "^6.0.3",
45-
"eslint-plugin-react": "^7.5.1",
46-
"jest": "^22.0.6"
45+
"eslint-plugin-react": "^7.6.1",
46+
"jest": "^22.2.1"
4747
},
4848
"jest": {
4949
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",

0 commit comments

Comments
 (0)