Skip to content

Commit fc99f8e

Browse files
authored
Merge pull request #8 from icd2k3/maintain-deps
Maintain Dependencies
2 parents a58160a + def3138 commit fc99f8e

File tree

2 files changed

+473
-613
lines changed

2 files changed

+473
-613
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@
2222
"babel-cli": "^6.26.0",
2323
"babel-core": "^6.26.3",
2424
"babel-eslint": "^8.2.3",
25-
"babel-jest": "^22.4.3",
25+
"babel-jest": "^23.0.1",
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",
3030
"coveralls": "^3.0.1",
31-
"cross-env": "^5.1.5",
31+
"cross-env": "^5.1.6",
3232
"enzyme": "^3.3.0",
3333
"enzyme-adapter-react-16": "^1.1.1",
3434
"eslint": "^4.19.1",
3535
"eslint-config-airbnb": "^16.1.0",
36-
"eslint-plugin-import": "^2.11.0",
36+
"eslint-plugin-import": "^2.12.0",
3737
"eslint-plugin-jsx-a11y": "^6.0.3",
3838
"eslint-plugin-react": "^7.8.2",
39-
"jest": "^22.4.3",
39+
"jest": "^23.0.1",
4040
"prop-types": "^15.6.1",
41-
"react": "^16.3.2",
42-
"react-dom": "^16.3.2",
43-
"rollup": "^0.58.2",
41+
"react": "^16.4.0",
42+
"react-dom": "^16.4.0",
43+
"rollup": "^0.59.4",
4444
"rollup-plugin-babel": "^3.0.4",
4545
"rollup-plugin-commonjs": "^9.1.3",
4646
"rollup-plugin-node-resolve": "^3.3.0",
47-
"scroll-into-view-if-needed": "^2.2.2"
47+
"scroll-into-view-if-needed": "^2.2.4"
4848
},
4949
"scripts": {
5050
"build": "rollup -c && cross-env BUILD_TYPE=standalone rollup -c",

0 commit comments

Comments
 (0)