Skip to content

Commit 76dd6f4

Browse files
greenkeeper[bot]flovilmart
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#865)
* 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
1 parent 10ce838 commit 76dd6f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+13100
-264
lines changed

‎.eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"parser": "babel-eslint",
88
"extends": "eslint:recommended",
9-
"installedESLint": true,
109
"parserOptions": {
1110
"ecmaFeatures": {
1211
"experimentalObjectRestSpread": true,

‎.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ language: node_js
22
node_js:
33
- '6.11'
44
- '8.8'
5-
before_script: ./scripts/before_script.sh
5+
before_install:
6+
- npm install -g greenkeeper-lockfile@1
7+
before_script:
8+
- ./scripts/before_script.sh
9+
- greenkeeper-lockfile-update
10+
after_script:
11+
- greenkeeper-lockfile-upload
612
cache:
713
directories:
814
- node_modules

0 commit comments

Comments
 (0)