Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiocardoso authored and gilbarbara committed Oct 6, 2017
1 parent c0e55df commit 3563610
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"homepage": "https://github.com/amarofashion/react-credit-cards#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"prop-types": "^15.5.10"
"react": "^15.0.0 || ^16.0.0",
"prop-types": "^15.6.0"
},
"dependencies": {
"payment": "^2.2.1"
"payment": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
Expand All @@ -46,47 +46,47 @@
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"chalk": "^2.1.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.7",
"date-fns": "^1.28.5",
"enzyme": "^2.9.1",
"eslint": "^4.4.1",
"enzyme": "^3.1.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-flowtype": "^2.39.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"flow-bin": "^0.52.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"flow-bin": "^0.56.0",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"image-webpack-loader": "^3.3.1",
"jest-cli": "^20.0.4",
"jsdom": "^11.1.0",
"image-webpack-loader": "^3.4.2",
"jest-cli": "^21.2.1",
"jsdom": "^11.3.0",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"postcss": "^6.0.8",
"postcss": "^6.0.13",
"postcss-loader": "^2.0.6",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"sass-loader": "^6.0.6",
"source-map-support": "^0.4.15",
"style-loader": "^0.18.2",
"stylelint": "^8.0.0",
"source-map-support": "^0.5.0",
"style-loader": "^0.19.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-declaration-strict-value": "^1.0.4",
"stylelint-order": "^0.6.0",
"stylelint-scss": "^2.0.1",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.1.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0",
"webpack-node-externals": "^1.6.0"
},
Expand Down

0 comments on commit 3563610

Please sign in to comment.