Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Feb 1, 2017
1 parent 745c47a commit b023e52
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 151 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"async-file": "^2.0.2",
"electron-localshortcut": "^1.0.0",
"node-pogo-protos": "2.4.2",
"node-pogo-protos": "2.5.1",
"pogobuf": "1.9.2"
}
}
8 changes: 7 additions & 1 deletion app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,18 @@ minimatch@^3.0.2, "minimatch@2 || 3":
dependencies:
brace-expansion "^1.0.0"

node-pogo-protos@^2.4.0, [email protected]:
node-pogo-protos@^2.4.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/node-pogo-protos/-/node-pogo-protos-2.4.2.tgz#eac822e0fcbc89bbd052249350109b3b499ebfa2"
dependencies:
protobufjs "^5.0.1"

[email protected]:
version "2.5.1"
resolved "https://registry.yarnpkg.com/node-pogo-protos/-/node-pogo-protos-2.5.1.tgz#5e99215bad9cb4203e99fc5cc88e4c1505d3192b"
dependencies:
protobufjs "^5.0.1"

node-pogo-signature@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/node-pogo-signature/-/node-pogo-signature-4.0.0.tgz#2b4b2b1d7784d94d8717e54567d42cb834f86dba"
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,49 +79,49 @@
"homepage": "https://github.com/vinnymac/PokeNurse#readme",
"devDependencies": {
"asar": "0.13.0",
"babel-core": "6.21.0",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-webpack-loaders": "0.8.0",
"babel-polyfill": "6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.11.1",
"babel-polyfill": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.22.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "6.18.0",
"babili-webpack-plugin": "^0.0.7",
"babel-preset-stage-0": "6.22.0",
"babel-register": "6.22.0",
"babili-webpack-plugin": "0.0.9",
"cross-env": "3.1.4",
"css-loader": "0.26.1",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "1.4.14",
"electron": "1.4.15",
"electron-builder": "10.15.1",
"electron-devtools-installer": "^2.0.1",
"eslint": "3.13.1",
"electron-devtools-installer": "2.1.0",
"eslint": "3.14.1",
"eslint-config-airbnb": "10.0.1",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "0.8.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.9.0",
"express": "^4.14.0",
"express": "4.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"file-loader": "0.10.0",
"html-webpack-plugin": "2.26.0",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"lodash": "4.17.4",
"minimist": "^1.2.0",
"moment": "2.17.1",
"postcss": "5.2.9",
"postcss": "5.2.11",
"react-addons-perf": "^15.4.2",
"react-bootstrap": "^0.30.3",
"react-burger-menu": "1.10.10",
"react-hot-loader": "3.0.0-beta.6",
"redux-actions": "1.2.0",
"redux-actions": "1.2.1",
"redux-logger": "^2.6.1",
"semver": "^5.3.0",
"style-loader": "^0.13.1",
Expand All @@ -130,7 +130,7 @@
"webpack-dashboard": "0.2.1",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.15.0",
"webpack-merge": "2.3.1",
"webpack-merge": "2.6.0",
"webpack-validator": "2.3.0"
},
"dependencies": {
Expand All @@ -139,14 +139,14 @@
"electron-debug": "^1.1.0",
"electron-localshortcut": "^1.0.0",
"font-awesome": "^4.7.0",
"node-pogo-protos": "2.4.2",
"node-pogo-protos": "2.5.1",
"pogobuf": "1.9.2",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.1",
"react-redux": "5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"source-map-support": "0.4.8"
"redux-thunk": "2.2.0",
"source-map-support": "0.4.11"
},
"devEngines": {
"node": ">=6.x",
Expand Down
Loading

0 comments on commit b023e52

Please sign in to comment.