Skip to content

Commit ebf7633

Browse files
committed
Chore: maintains dependencies (including some scroll-into-view-if-needed bugfixes)
1 parent 6c930ab commit ebf7633

File tree

2 files changed

+435
-373
lines changed

2 files changed

+435
-373
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@
2121
"devDependencies": {
2222
"babel-cli": "^6.26.0",
2323
"babel-core": "^6.26.3",
24-
"babel-eslint": "^8.2.3",
25-
"babel-jest": "^23.0.1",
24+
"babel-eslint": "^8.2.6",
25+
"babel-jest": "^23.4.0",
2626
"babel-plugin-external-helpers": "^6.22.0",
2727
"babel-preset-env": "^1.7.0",
2828
"babel-preset-react": "^6.24.1",
2929
"babel-preset-stage-2": "^6.24.1",
30-
"coveralls": "^3.0.1",
30+
"coveralls": "^3.0.2",
3131
"cross-env": "^5.2.0",
3232
"enzyme": "^3.3.0",
3333
"enzyme-adapter-react-16": "^1.1.1",
34-
"eslint": "^4.19.1",
34+
"eslint": "^5.1.0",
3535
"eslint-config-airbnb": "^17.0.0",
36-
"eslint-plugin-import": "^2.12.0",
37-
"eslint-plugin-jsx-a11y": "^6.0.3",
38-
"eslint-plugin-react": "^7.9.1",
39-
"jest": "^23.1.0",
36+
"eslint-plugin-import": "^2.13.0",
37+
"eslint-plugin-jsx-a11y": "^6.1.0",
38+
"eslint-plugin-react": "^7.10.0",
39+
"jest": "^23.4.0",
4040
"prop-types": "^15.6.2",
4141
"react": "^16.4.1",
4242
"react-dom": "^16.4.1",
43-
"rollup": "^0.61.1",
44-
"rollup-plugin-babel": "^3.0.4",
43+
"rollup": "^0.62.0",
44+
"rollup-plugin-babel": "^3.0.7",
4545
"rollup-plugin-commonjs": "^9.1.3",
4646
"rollup-plugin-node-resolve": "^3.3.0",
47-
"scroll-into-view-if-needed": "^2.2.6"
47+
"scroll-into-view-if-needed": "^2.2.11"
4848
},
4949
"scripts": {
5050
"build": "rollup -c && cross-env BUILD_TYPE=standalone rollup -c",

0 commit comments

Comments
 (0)