Skip to content

Commit 6695445

Browse files
authored
Update gems and npm deps (#1180)
1 parent c46d751 commit 6695445

File tree

3 files changed

+723
-414
lines changed

3 files changed

+723
-414
lines changed

Gemfile.lock

+7-8
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ GEM
6565
method_source (0.9.0)
6666
mini_mime (1.0.0)
6767
mini_portile2 (2.3.0)
68-
minitest (5.10.3)
69-
nio4r (2.1.0)
68+
minitest (5.11.1)
69+
nio4r (2.2.0)
7070
nokogiri (1.8.1)
7171
mini_portile2 (~> 2.3.0)
72-
parallel (1.12.0)
72+
parallel (1.12.1)
7373
parser (2.4.0.2)
7474
ast (~> 2.3)
7575
powerpack (0.1.1)
@@ -101,14 +101,13 @@ GEM
101101
method_source
102102
rake (>= 0.8.7)
103103
thor (>= 0.18.1, < 2.0)
104-
rainbow (2.2.2)
105-
rake
104+
rainbow (3.0.0)
106105
rake (12.3.0)
107-
rubocop (0.51.0)
106+
rubocop (0.52.1)
108107
parallel (~> 1.10)
109-
parser (>= 2.3.3.1, < 3.0)
108+
parser (>= 2.4.0.2, < 3.0)
110109
powerpack (~> 0.1)
111-
rainbow (>= 2.2.2, < 3.0)
110+
rainbow (>= 2.2.2, < 4.0)
112111
ruby-progressbar (~> 1.7)
113112
unicode-display_width (~> 1.0, >= 1.0.1)
114113
ruby-progressbar (1.9.0)

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
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.0.1",
24-
"css-loader": "^0.28.7",
23+
"compression-webpack-plugin": "^1.1.3",
24+
"css-loader": "^0.28.8",
2525
"extract-text-webpack-plugin": "^3.0.2",
26-
"file-loader": "^1.1.5",
26+
"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",
3131
"postcss-cssnext": "^3.0.2",
3232
"postcss-import": "^11.0.0",
33-
"postcss-loader": "^2.0.9",
33+
"postcss-loader": "^2.0.10",
3434
"sass-loader": "^6.0.6",
35-
"style-loader": "^0.19.0",
35+
"style-loader": "^0.19.1",
3636
"webpack": "^3.10.0",
3737
"webpack-manifest-plugin": "^1.3.2"
3838
},
3939
"devDependencies": {
40-
"eslint": "^4.13.0",
40+
"eslint": "^4.15.0",
4141
"eslint-config-airbnb": "^16.1.0",
4242
"eslint-plugin-import": "^2.8.0",
43-
"eslint-plugin-jsx-a11y": "^6.0.2",
43+
"eslint-plugin-jsx-a11y": "^6.0.3",
4444
"eslint-plugin-react": "^7.5.1",
45-
"jest": "^21.2.1"
45+
"jest": "^22.0.6"
4646
},
4747
"jest": {
4848
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",

0 commit comments

Comments
 (0)