Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 25, 2018
1 parent e2cca22 commit 3b4eff2
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 71 deletions.
132 changes: 72 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.9",
"css-loader": "^0.28.10",
"escape-html": "^1.0.3",
"eslint": "^4.18.0",
"eslint": "^4.18.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.6.0",
Expand All @@ -98,30 +98,30 @@
"lodash.uniqueid": "^4.0.1",
"mobx": "^3.5.1",
"mobx-react": "^4.4.2",
"nodemon": "^1.15.0",
"nodemon": "^1.15.1",
"npm-run-all": "^4.1.2",
"pkg-ok": "^2.0.0",
"pkg-ok": "^2.1.0",
"prettier": "^1.10.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"rimraf": "^2.6.2",
"sinon": "^4.3.0",
"sinon": "^4.4.2",
"style-loader": "^0.19.1",
"stylelint": "^8.4.0",
"stylelint-config-recess-order": "^1.2.3",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-standard": "^18.1.0",
"supertest": "^3.0.0",
"tempy": "^0.2.0",
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.8.0",
"tslint-config-prettier": "^1.9.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.7.2",
"uglifyjs-webpack-plugin": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
"webpack-merge": "^4.1.2"
},
"ava": {
"serial": true,
Expand Down

0 comments on commit 3b4eff2

Please sign in to comment.