Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Apr 2, 2024
1 parent 40c6840 commit eebfaec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 338 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage/
.github/
dist/*.spec.js
dist/*.spec.d.ts
src/
341 changes: 5 additions & 336 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"test": "echo true",
"start": "node dist/serve.js"
"start": "node ./dist/serve.js"
},
"prettier": "@cloud-cli/prettier-config",
"repository": {
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"better-sqlite3": "^8.2.0"
"better-sqlite3": "^9.4.3"
},
"devDependencies": {
"@cloud-cli/prettier-config": "^1.0.0",
Expand Down

0 comments on commit eebfaec

Please sign in to comment.