Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pontus Abrahamsson committed Jun 8, 2016
1 parent 0fbc199 commit 2c8aedf
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-runtime": "^6.6.1",
"bluebird": "^3.3.4",
"classnames": "^2.2.3",
"babel-runtime": "^6.9.2",
"bluebird": "^3.4.0",
"classnames": "^2.2.5",
"express": "^4.13.4",
"history": "^2.0.1",
"lodash": "^4.9.0",
"menubar": "4.1.0",
"node-fetch": "^1.5.0",
"public-ip": "^1.2.0",
"query-string": "^4.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-geosuggest": "1.20.1",
"react-redux": "^4.4.2",
"react-router": "^2.0.1",
"redux": "^3.4.0",
"history": "^3.0.0",
"lodash": "^4.13.1",
"menubar": "4.1.1",
"node-fetch": "^1.5.3",
"public-ip": "^2.0.1",
"query-string": "^4.2.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-geosuggest": "1.23.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-promise": "^0.5.3"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-react": "^5.1.1",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"pre-commit": "^1.1.2",
"node-sass": "^3.7.0",
"pre-commit": "^1.1.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.2"
Expand Down

0 comments on commit 2c8aedf

Please sign in to comment.