Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Jan 10, 2017
1 parent 96517eb commit d5724bf
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 173 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"homepage": "https://github.com/vinnymac/PokeNurse#readme",
"devDependencies": {
"asar": "0.12.4",
"asar": "0.13.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
Expand All @@ -97,17 +97,17 @@
"css-loader": "0.26.1",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "1.4.13",
"electron": "1.4.14",
"electron-builder": "10.15.1",
"electron-devtools-installer": "^2.0.1",
"eslint": "3.12.2",
"eslint": "3.13.1",
"eslint-config-airbnb": "10.0.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "0.8.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-react": "6.8.0",
"eslint-plugin-react": "6.9.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
Expand All @@ -117,7 +117,7 @@
"lodash": "4.17.4",
"minimist": "^1.2.0",
"moment": "2.17.1",
"postcss": "5.2.8",
"postcss": "5.2.9",
"react-bootstrap": "^0.30.3",
"react-burger-menu": "1.10.10",
"redux-actions": "1.2.0",
Expand All @@ -126,10 +126,10 @@
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "1.14.0",
"webpack-dashboard": "0.2.0",
"webpack-dashboard": "0.2.1",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.15.0",
"webpack-merge": "2.2.0",
"webpack-merge": "2.3.1",
"webpack-validator": "2.3.0"
},
"dependencies": {
Expand All @@ -140,8 +140,8 @@
"font-awesome": "^4.7.0",
"node-pogo-protos": "2.4.2",
"pogobuf": "1.9.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
Expand Down
Loading

0 comments on commit d5724bf

Please sign in to comment.