Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Dec 22, 2023
1 parent 40951f1 commit e5c6bc1
Show file tree
Hide file tree
Showing 6 changed files with 4,863 additions and 4,873 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# All files are checked into the repo with LF
* text=auto eol=lf
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.1
20.10.0
13 changes: 0 additions & 13 deletions babel.config.cjs

This file was deleted.

6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"checkJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "nodenext",
"rootDirs": [
"src"
],
Expand All @@ -13,4 +13,4 @@
"node_modules",
"**/node_modules/*"
]
}
}
Loading

0 comments on commit e5c6bc1

Please sign in to comment.