Skip to content

Commit

Permalink
updating npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Dec 18, 2016
1 parent fa6af16 commit b0a5530
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
16 changes: 7 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,22 @@
"license": "MIT",
"main": "card-spy.js",
"dependencies": {
"babel-polyfill": "^6.16.0",
"card-reader": "^1.0.4",
"babel-polyfill": "^6.20.0",
"emv": "^1.0.6",
"es6-promise": "^4.0.5",
"font-awesome": "^4.7.0",
"hexify": "^1.0.1",
"history": "^4.4.0",
"history": "^4.5.0",
"iso7816": "^1.0.20",
"normalize.css": "^5.0.0",
"pcsclite": "^0.4.10",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-layout-pane": "^0.1.16",
"react-redux": "^4.4.5",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-split-pane": "^0.1.52",
"react-split-pane": "^0.1.57",
"redux": "^3.6.0",
"smartcard": "^1.0.16",
"smartcard": "^1.0.18",
"tlv": "^1.1.1"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@
"build": "npm run build:osx && npm run build:win"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"autoprefixer": "^6.5.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"electron": "^1.4.5",
"css-loader": "^0.26.1",
"electron": "^1.4.12",
"electron-builder": "^7.18.0",
"electron-packager": "^8.2.0",
"express": "^4.14.0",
"live-server": "^1.1.0",
"mocha": "^3.1.2",
"postcss": "^5.2.5",
"mocha": "^3.2.0",
"postcss": "^5.2.6",
"postcss-color-function": "^2.0.1",
"postcss-loader": "^1.1.0",
"postcss-loader": "^1.2.1",
"precss": "^1.4.0",
"react-addons-test-utils": "^15.3.2",
"react-addons-test-utils": "^15.4.1",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"surge": "^0.18.0",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.1",
"webpack-hot-middleware": "^2.13.2",
"webpack-target-electron-renderer": "^0.4.0"
}
}

0 comments on commit b0a5530

Please sign in to comment.