Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Sep 18, 2024
1 parent 84f0049 commit aa8fd95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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.0",
"version": "1.6.1",
"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 @@ -41,11 +41,11 @@
},
"homepage": "https://github.com/The-Best-Codes/best-bible#readme",
"devDependencies": {
"@types/node": "^22.2.0",
"esbuild": "^0.23.0",
"@types/node": "^22.5.5",
"esbuild": "^0.23.1",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}

0 comments on commit aa8fd95

Please sign in to comment.