Skip to content

Commit

Permalink
Upgarded graphiql, graphql, electron & webpack. (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshah123 authored and gjtorikian committed Jan 30, 2019
1 parent c8e7705 commit d3f82f6
Show file tree
Hide file tree
Showing 2 changed files with 1,135 additions and 976 deletions.
18 changes: 8 additions & 10 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"url": "http://github.com/skevy/graphiql-app.git"
},
"dependencies": {
"graphiql": "^0.11.11",
"graphql": "^0.13.0",
"graphiql": "^0.12.0",
"graphql": "^0.13.2",
"lodash": "^3.10.1",
"mousetrap": "^1.5.3",
"object-assign": "^4.0.1",
Expand All @@ -58,12 +58,10 @@
"chai-as-promised": "^5.3.0",
"css-loader": "^0.19.0",
"del": "^2.0.2",
"electron-builder": "^19.4.2",
"electron-packager": "^8.7.1",
"electron-prebuilt": "^1.2.0",
"electron-release": "^2.2.0",
"electron-builder": "^20.33.2",
"electron-packager": "^12.2.0",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^0.8.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"github-latest-release": "^0.1.1",
"html-loader": "^0.3.0",
Expand All @@ -78,9 +76,9 @@
"stats-webpack-plugin": "^0.2.2",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-target-electron-renderer": "^0.1.0"
"webpack": "^1.12.9",
"webpack-dev-server": "^1.12.2",
"webpack-target-electron-renderer": "^0.4.0"
},
"build": {
"directories": {
Expand Down
Loading

0 comments on commit d3f82f6

Please sign in to comment.