Skip to content

Commit 9d24059

Browse files
authored
Merge pull request #152 from devexperts/bugfix/upgrade-deps
Bugfix/upgrade deps
2 parents 10e1af6 + 8c84939 commit 9d24059

File tree

3 files changed

+864
-896
lines changed

3 files changed

+864
-896
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44
script:
55
- npm run test && npm run build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"@devexperts/lint": "^1.0.0-alpha.10",
4848
"@types/del": "^4.0.0",
4949
"@types/jest": "^24.0.18",
50-
"conventional-changelog-cli": "^2.0.21",
50+
"conventional-changelog-cli": "^2.1.1",
5151
"del": "^5.1.0",
5252
"eslint": "^6.7.2",
5353
"fast-check": "^1.17.0",
5454
"fp-ts": "^2.1.0",
5555
"io-ts": "^2.0.1",
5656
"io-ts-types": "^0.5.1",
5757
"jest": "^24.9.0",
58-
"nodemon": "^1.18.3",
58+
"nodemon": "^2.0.12",
5959
"ts-jest": "^24.1.0",
6060
"ts-node": "^8.4.1",
6161
"typescript": "^3.6.3"

0 commit comments

Comments
 (0)