Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#865)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* Use latests webpack, mode and proptypes

* Fixes routing with new version of react-router / react-router-dom

* Proper redirections across the main dashboard

* Bumps version of request / request promise

* Ensure we have a proper background on login

* Bumps packages

* Adds support for greenkeeper lockfile

* Fixes PIG webpack configuration

* Ensure we break recursion as it may break on production setups

* Use webpack modes as our config was redundant
  • Loading branch information
greenkeeper[bot] authored and flovilmart committed Jun 27, 2018
1 parent 10ce838 commit 76dd6f4
Show file tree
Hide file tree
Showing 55 changed files with 13,100 additions and 264 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Expand Up @@ -6,7 +6,6 @@
},
"parser": "babel-eslint",
"extends": "eslint:recommended",
"installedESLint": true,
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
Expand Down
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,13 @@ language: node_js
node_js:
- '6.11'
- '8.8'
before_script: ./scripts/before_script.sh
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
- ./scripts/before_script.sh
- greenkeeper-lockfile-update
after_script:
- greenkeeper-lockfile-upload
cache:
directories:
- node_modules
Expand Down

0 comments on commit 76dd6f4

Please sign in to comment.