Skip to content

Commit ce6d1a5

Browse files
authored
Merge pull request #648 from etalab/tusbar/deps
Update secondary dependencies
2 parents 8cfdda6 + 12c98b2 commit ce6d1a5

3 files changed

Lines changed: 217 additions & 126 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ jobs:
138138
139139
echo "[+] Running for range $PREV_TAG...$CIRCLE_TAG"
140140
141-
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG --tag-to $CIRCLE_TAG > CHANGELOG.md
141+
node_modules/.bin/lerna-changelog --from $PREV_TAG --to $CIRCLE_TAG > CHANGELOG.md
142142
else
143143
PREV_TAG=$(git describe --abbrev=0 --tags)
144144
145145
echo "[+] Running from $PREV_TAG"
146146
147-
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG > CHANGELOG.md
147+
node_modules/.bin/lerna-changelog --from $PREV_TAG > CHANGELOG.md
148148
fi
149149
150150
- save_cache:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"next": "^6.0.3",
3636
"next-runtime-dotenv": "^1.0.1",
3737
"nprogress": "^0.2.0",
38-
"prop-types": "^15.6.1",
38+
"prop-types": "^15.6.2",
3939
"react": "^16.4.1",
4040
"react-chartjs-2": "^2.7.2",
4141
"react-dom": "^16.4.1",
@@ -61,8 +61,8 @@
6161
"eslint-config-xo-nextjs": "^1.3.0",
6262
"eslint-plugin-react": "^7.7.0",
6363
"jest": "^23.1.0",
64-
"jest-junit": "^5.0.0",
65-
"lerna-changelog": "^0.7.0",
64+
"jest-junit": "^5.1.0",
65+
"lerna-changelog": "^0.8.0",
6666
"mock-local-storage": "^1.0.5",
6767
"node-sass": "^4.9.0",
6868
"raf": "^3.4.0",

0 commit comments

Comments
 (0)