Skip to content

Commit

Permalink
Updated deps to latest semver (#985)
Browse files Browse the repository at this point in the history
* Updated deps to latest semver

* Added missing yarn.lock file

* Updated all deps to latest semver
  • Loading branch information
amilajack authored May 19, 2017
1 parent 8e0c938 commit f7db365
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 440 deletions.
Binary file added .package.json.un~
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"asar": "^0.13.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^19.0.0",
"babel-jest": "^20.0.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
Expand All @@ -134,54 +134,54 @@
"babili-webpack-plugin": "^0.0.11",
"chalk": "^1.1.3",
"concurrently": "^3.4.0",
"cross-env": "^4.0.0",
"cross-env": "^5.0.0",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.0",
"css-loader": "^0.28.1",
"devtron": "^1.4.0",
"electron": "^1.6.6",
"electron-builder": "^17.1.1",
"electron": "^1.6.7",
"electron-builder": "^17.8.0",
"electron-devtools-installer": "^2.2.0",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb": "^15.0.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-compat": "^1.0.2",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-flowtype-errors": "^3.2.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-flowtype-errors": "^3.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^19.0.1",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-jest": "^20.0.1",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"fbjs-scripts": "^0.7.1",
"file-loader": "^0.11.1",
"flow-bin": "^0.45.0",
"flow-runtime": "^0.11.1",
"flow-bin": "^0.46.0",
"flow-runtime": "^0.12.0",
"flow-typed": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^19.0.2",
"jest": "^20.0.1",
"jsdom": "^10.1.0",
"minimist": "^1.2.0",
"node-sass": "^4.5.2",
"react-addons-test-utils": "^15.5.1",
"react-test-renderer": "^15.5.4",
"redux-logger": "^3.0.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"sinon": "^2.1.0",
"spectron": "^3.6.2",
"style-loader": "^0.16.1",
"sass-loader": "^6.0.5",
"sinon": "^2.2.0",
"spectron": "^3.7.0",
"style-loader": "^0.17.0",
"stylefmt": "^5.3.2",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.4.0",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^2.8.1",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0"
},
Expand Down
Loading

0 comments on commit f7db365

Please sign in to comment.