Skip to content

Commit

Permalink
Update types/node, terser, and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Oct 29, 2024
1 parent aac2412 commit 9529414
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.6.5",
"version": "1.6.6",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",
Expand Down Expand Up @@ -48,12 +48,12 @@
},
"homepage": "https://github.com/The-Best-Codes/best-bible#readme",
"devDependencies": {
"@types/node": "^22.5.5",
"@types/node": "^22.8.2",
"esbuild": "^0.24.0",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"terser": "^5.34.1",
"typescript": "^5.6.2"
"terser": "^5.36.0",
"typescript": "^5.6.3"
}
}

0 comments on commit 9529414

Please sign in to comment.