Skip to content

Commit 3563610

Browse files
cassiocardosogilbarbara
authored andcommitted
upgrade dependencies
1 parent c0e55df commit 3563610

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"homepage": "https://github.com/amarofashion/react-credit-cards#readme",
2626
"peerDependencies": {
27-
"react": "^0.14.0 || ^15.0.0",
28-
"prop-types": "^15.5.10"
27+
"react": "^15.0.0 || ^16.0.0",
28+
"prop-types": "^15.6.0"
2929
},
3030
"dependencies": {
31-
"payment": "^2.2.1"
31+
"payment": "^2.3.0"
3232
},
3333
"devDependencies": {
34-
"autoprefixer": "^7.1.2",
35-
"babel-core": "^6.25.0",
36-
"babel-eslint": "^7.2.3",
37-
"babel-jest": "^20.0.3",
38-
"babel-loader": "^7.1.1",
34+
"autoprefixer": "^7.1.4",
35+
"babel-core": "^6.26.0",
36+
"babel-eslint": "^8.0.1",
37+
"babel-jest": "^21.2.0",
38+
"babel-loader": "^7.1.2",
3939
"babel-plugin-array-includes": "^2.0.3",
40-
"babel-plugin-istanbul": "^4.1.4",
40+
"babel-plugin-istanbul": "^4.1.5",
4141
"babel-plugin-transform-flow-strip-types": "^6.22.0",
4242
"babel-plugin-transform-runtime": "^6.23.0",
4343
"babel-preset-env": "^1.6.0",
@@ -46,47 +46,47 @@
4646
"browser-sync": "^2.18.13",
4747
"browser-sync-webpack-plugin": "^1.2.0",
4848
"chalk": "^2.1.0",
49-
"clean-webpack-plugin": "^0.1.16",
50-
"copy-webpack-plugin": "^4.0.1",
51-
"css-loader": "^0.28.4",
49+
"clean-webpack-plugin": "^0.1.17",
50+
"copy-webpack-plugin": "^4.1.1",
51+
"css-loader": "^0.28.7",
5252
"date-fns": "^1.28.5",
53-
"enzyme": "^2.9.1",
54-
"eslint": "^4.4.1",
53+
"enzyme": "^3.1.0",
54+
"eslint": "^4.8.0",
5555
"eslint-config-airbnb": "^15.1.0",
5656
"eslint-import-resolver-webpack": "^0.8.3",
5757
"eslint-loader": "^1.9.0",
5858
"eslint-plugin-babel": "^4.1.2",
59-
"eslint-plugin-flowtype": "^2.35.0",
59+
"eslint-plugin-flowtype": "^2.39.0",
6060
"eslint-plugin-import": "^2.7.0",
61-
"eslint-plugin-jsx-a11y": "^5.1.1",
62-
"eslint-plugin-react": "^7.2.0",
63-
"extract-text-webpack-plugin": "^3.0.0",
64-
"file-loader": "^0.11.2",
65-
"flow-bin": "^0.52.0",
61+
"eslint-plugin-jsx-a11y": "^6.0.2",
62+
"eslint-plugin-react": "^7.4.0",
63+
"extract-text-webpack-plugin": "^3.0.1",
64+
"file-loader": "^1.1.5",
65+
"flow-bin": "^0.56.0",
6666
"html-webpack-plugin": "^2.30.1",
6767
"husky": "^0.14.3",
68-
"image-webpack-loader": "^3.3.1",
69-
"jest-cli": "^20.0.4",
70-
"jsdom": "^11.1.0",
68+
"image-webpack-loader": "^3.4.2",
69+
"jest-cli": "^21.2.1",
70+
"jsdom": "^11.3.0",
7171
"node-sass": "^4.5.3",
7272
"normalize.css": "^7.0.0",
73-
"postcss": "^6.0.8",
73+
"postcss": "^6.0.13",
7474
"postcss-loader": "^2.0.6",
75-
"prop-types": "^15.5.10",
76-
"react": "^15.6.1",
77-
"react-addons-test-utils": "^15.6.0",
78-
"react-dom": "^15.6.1",
75+
"prop-types": "^15.6.0",
76+
"react": "^16.0.0",
77+
"react-addons-test-utils": "^15.6.2",
78+
"react-dom": "^16.0.0",
7979
"react-hot-loader": "^3.0.0-beta.7",
8080
"sass-loader": "^6.0.6",
81-
"source-map-support": "^0.4.15",
82-
"style-loader": "^0.18.2",
83-
"stylelint": "^8.0.0",
81+
"source-map-support": "^0.5.0",
82+
"style-loader": "^0.19.0",
83+
"stylelint": "^8.2.0",
8484
"stylelint-config-standard": "^17.0.0",
8585
"stylelint-declaration-strict-value": "^1.0.4",
86-
"stylelint-order": "^0.6.0",
87-
"stylelint-scss": "^2.0.1",
88-
"webpack": "^3.5.3",
89-
"webpack-dev-server": "^2.7.1",
86+
"stylelint-order": "^0.7.0",
87+
"stylelint-scss": "^2.1.0",
88+
"webpack": "^3.6.0",
89+
"webpack-dev-server": "^2.9.1",
9090
"webpack-merge": "^4.1.0",
9191
"webpack-node-externals": "^1.6.0"
9292
},

0 commit comments

Comments
 (0)