Skip to content

Commit

Permalink
update @types/node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Nov 12, 2023
1 parent 34cd934 commit 6077146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DTS=base64.d.ts
all: $(MJS) $(JS)

$(MJS): $(PJ) $(TS)
tsc -d --target es6 $(TS) && mv $(JS) $(MJS)
-tsc -d --target es6 $(TS) > /dev/null; mv $(JS) $(MJS)

$(ES6): $(MJS)
util/makecjs $(MJS) > $(ES6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "make clean && make test"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^20.9.0",
"mocha": "^10.0.0",
"typescript": "^5.0.0"
},
Expand Down

0 comments on commit 6077146

Please sign in to comment.