Skip to content

Commit 58b3028

Browse files
authored
build(dependencies): update dev and peer dependencies (#67)
### Summary * Updates `devDependencies` and `peerDependencies` * Updates `Rollup` configuration using new dependencies * Updates `.travis.yml` to use `.nvmrc` as `semantic-release` requires node version `>=10.18`
1 parent 5de9f3e commit 58b3028

File tree

5 files changed

+27034
-29210
lines changed

5 files changed

+27034
-29210
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
10.15.3
1+
10.18.0
22

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ cache:
44
- ~/.npm
55
notifications:
66
email: true
7-
node_js:
8-
- '8'
97
install: npm install
108
before_install:
119
- npm install -g npm@5

0 commit comments

Comments
 (0)