Skip to content

Commit

Permalink
chore: Update dependencies (#104)
Browse files Browse the repository at this point in the history
Also requires some changes to formatting, to keep Prettier happy 🙄 

BREAKING CHANGE: Node 18+ required by rollup v4 and semantic-release v22
  • Loading branch information
chriswilty authored Sep 20, 2024
1 parent eed48b8 commit cd79db0
Show file tree
Hide file tree
Showing 14 changed files with 153,820 additions and 6,675 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Always use LF for line endings
* text eol=lf
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
dist

.idea
1 change: 1 addition & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
trailingComma: "es5"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
notifications:
email: false
node_js:
- '10'
- '18'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
Expand Down
Loading

0 comments on commit cd79db0

Please sign in to comment.