Skip to content

Commit

Permalink
chore(deps): Update dependencies (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Jan 20, 2019
1 parent 702a767 commit 0237d3e
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache:
directories:
- ~/.cache
before_install:
- curl -o- -L yarnpkg.com/install.sh | bash -s -- --version 1.9.4
- curl -o- -L yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
install: yarn install --frozen-lockfile
before_script: yarn run build
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
"babel-plugin-require-context-hook": "1.0.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.7.0",
"bundlesize": "0.17.0",
"cssnano": "4.1.7",
"cypress": "3.1.1",
"cypress-image-snapshot": "2.2.1",
"eslint": "5.8.0",
"bundlesize": "0.17.1",
"cssnano": "4.1.8",
"cypress": "3.1.4",
"cypress-image-snapshot": "3.0.0",
"eslint": "5.12.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-cypress": "2.1.0",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-cypress": "2.2.0",
"eslint-plugin-import": "2.14.0",
"husky": "0.14.3",
"husky": "1.3.1",
"jest": "23.6.0",
"npm-run-all": "4.1.3",
"prettier": "1.14.3",
"pretty-quick": "1.8.0",
"npm-run-all": "4.1.5",
"prettier": "1.16.0",
"pretty-quick": "1.10.0",
"release-it": "7.6.2",
"rimraf": "2.6.2",
"rimraf": "2.6.3",
"rollup": "0.65.0",
"rollup-plugin-babel": "3.0.7",
"rollup-plugin-babel-minify": "5.0.0",
Expand Down
Loading

0 comments on commit 0237d3e

Please sign in to comment.