Skip to content

Commit

Permalink
Update server-side dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Oct 2, 2017
1 parent 08d44d0 commit 375bc7f
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 141 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"dependencies": {
"babel-polyfill": "^7.0.0-beta.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.1",
"express": "^4.15.3",
"express-graphql": "^0.6.6",
"express": "^4.16.1",
"express-graphql": "^0.6.11",
"express-jwt": "^5.3.0",
"graphql": "^0.10.3",
"graphql": "^0.11.6",
"history": "^4.6.3",
"isomorphic-style-loader": "^4.0.0",
"jsonwebtoken": "^7.4.1",
"node-fetch": "^1.7.1",
"jsonwebtoken": "^8.0.1",
"node-fetch": "^1.7.3",
"normalize.css": "^7.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
Expand All @@ -30,9 +30,9 @@
"query-string": "^5.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sequelize": "^4.2.1",
"sequelize": "^4.13.2",
"serialize-javascript": "^1.3.0",
"source-map-support": "^0.4.15",
"source-map-support": "^0.4.18",
"sqlite3": "^3.1.8",
"universal-router": "^4.0.0",
"whatwg-fetch": "^2.0.3"
Expand All @@ -56,7 +56,7 @@
"chokidar": "^1.7.0",
"css-loader": "^0.28.7",
"enzyme": "^2.9.1",
"eslint": "^4.7.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-import-resolver-node": "^0.3.1",
Expand Down Expand Up @@ -103,7 +103,6 @@
"react-hot-loader": "^3.0.0-beta.7",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.2",
"sinon": "^3.2.0",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.7.0",
Expand Down
Loading

0 comments on commit 375bc7f

Please sign in to comment.