Skip to content

Commit

Permalink
Merge pull request #648 from etalab/tusbar/deps
Browse files Browse the repository at this point in the history
Update secondary dependencies
  • Loading branch information
tusbar committed Jun 21, 2018
2 parents 8cfdda6 + 12c98b2 commit ce6d1a5
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
echo "[+] Running for range $PREV_TAG...$CIRCLE_TAG"
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG --tag-to $CIRCLE_TAG > CHANGELOG.md
node_modules/.bin/lerna-changelog --from $PREV_TAG --to $CIRCLE_TAG > CHANGELOG.md
else
PREV_TAG=$(git describe --abbrev=0 --tags)
echo "[+] Running from $PREV_TAG"
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG > CHANGELOG.md
node_modules/.bin/lerna-changelog --from $PREV_TAG > CHANGELOG.md
fi
- save_cache:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"next": "^6.0.3",
"next-runtime-dotenv": "^1.0.1",
"nprogress": "^0.2.0",
"prop-types": "^15.6.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.4.1",
Expand All @@ -61,8 +61,8 @@
"eslint-config-xo-nextjs": "^1.3.0",
"eslint-plugin-react": "^7.7.0",
"jest": "^23.1.0",
"jest-junit": "^5.0.0",
"lerna-changelog": "^0.7.0",
"jest-junit": "^5.1.0",
"lerna-changelog": "^0.8.0",
"mock-local-storage": "^1.0.5",
"node-sass": "^4.9.0",
"raf": "^3.4.0",
Expand Down
Loading

0 comments on commit ce6d1a5

Please sign in to comment.