Skip to content

Commit

Permalink
upgrade dependencies, bump default API to 5704
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Mar 10, 2017
1 parent e353221 commit 7280ff5
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 81 deletions.
2 changes: 1 addition & 1 deletion app/actions/authenticate.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
}

// Use default API version
if (hashingKey) options.version = apiVersion || 5702
if (hashingKey) options.version = apiVersion || 5704

const client = new pogobuf.Client(options)

Expand Down
4 changes: 2 additions & 2 deletions app/screens/Login/components/LoginFormContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const hashKeyTooltip = (

const apiVersionTooltip = (
<Tooltip id="apiVersionTooltip">
Use specific API Version, 0.53 is 5300, 0.57.2 is 5702, etc.
Use specific API Version, 0.53 is 5300, 0.57.4 is 5704, etc.
</Tooltip>
)

Expand Down Expand Up @@ -165,7 +165,7 @@ class LoginForm extends React.Component {
</InputGroup.Addon>
<FormControl
type="text"
placeholder="5702"
placeholder="5704"
ref={(c) => { this.apiVersion = c }}
defaultValue={credentials.apiVersion || ''}
/>
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"asar": "0.13.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.3.2",
"babel-loader": "6.4.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-webpack-loaders": "0.8.0",
Expand All @@ -92,22 +92,22 @@
"babel-preset-stage-0": "6.22.0",
"babel-register": "6.23.0",
"babili-webpack-plugin": "0.0.9",
"cross-env": "3.1.4",
"cross-env": "3.2.3",
"css-loader": "0.26.1",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "1.4.15",
"electron": "1.6.2",
"electron-builder": "10.15.1",
"electron-devtools-installer": "2.1.0",
"eslint": "3.16.1",
"eslint": "3.17.1",
"eslint-config-airbnb": "10.0.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-react": "6.10.0",
"express": "4.14.1",
"express": "4.15.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "0.10.0",
"html-webpack-plugin": "2.28.0",
Expand All @@ -116,34 +116,34 @@
"lodash": "4.17.4",
"minimist": "^1.2.0",
"moment": "2.17.1",
"postcss": "5.2.15",
"postcss": "5.2.16",
"react-addons-perf": "^15.4.2",
"react-bootstrap": "^0.30.3",
"react-burger-menu": "1.10.12",
"react-burger-menu": "1.10.14",
"react-hot-loader": "3.0.0-beta.6",
"redux-actions": "1.2.1",
"redux-logger": "2.8.1",
"redux-logger": "2.8.2",
"semver": "^5.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "1.14.0",
"webpack-dashboard": "0.2.1",
"webpack-dev-middleware": "1.10.1",
"webpack-hot-middleware": "2.17.0",
"webpack-hot-middleware": "2.17.1",
"webpack-merge": "2.6.0",
"webpack-validator": "2.3.0"
},
"dependencies": {
"async-file": "^2.0.2",
"bootstrap": "^3.3.7",
"electron-debug": "^1.1.0",
"electron-localshortcut": "^1.0.0",
"electron-localshortcut": "1.1.0",
"font-awesome": "^4.7.0",
"node-pogo-protos": "2.7.0",
"pogobuf": "1.10.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.2",
"react-redux": "5.0.3",
"redux": "^3.6.0",
"redux-thunk": "2.2.0",
"source-map-support": "0.4.11"
Expand Down
Loading

0 comments on commit 7280ff5

Please sign in to comment.