Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jun 11, 2024
1 parent 7464807 commit c25a862
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
"scripts": {
"start": "bun --hot ./server.ts",
"build": "tsup",
"docs": "bunx typedoc",
"docs": "typedoc",
"test": "bun test",
"watch": "bun test --watch",
"publish:npm": "np",
"pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*"
"pretty-print": "prettier --write '*.{html,json,ts}' 'src/*.*'"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/web": "^0.0.142",
"bun-types": "^1.0.31",
"np": "^10.0.1",
"@types/node": "^20.14.2",
"@types/web": "^0.0.148",
"bun-types": "^1.1.12",
"np": "^10.0.5",
"open": "^10.1.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"prettier-plugin-organize-imports": "3.2.4",
"tsup": "^8.0.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion umd.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit c25a862

Please sign in to comment.