Skip to content

Commit

Permalink
feat: package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Anshuman Chhapolia <anshuman@smoketrees.in>
  • Loading branch information
achhapolia10 committed Mar 22, 2024
1 parent 4f8dd1e commit 2658af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-ts",
"version": "2.0.0",
"version": "3.0.0",
"description": "TypeScript version of our Node.js template",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
}
},
"dependencies": {
"@smoke-trees/postgres-backend": "^2.3.0",
"@smoke-trees/postgres-backend": "^2.3.1",
"@smoke-trees/smoke-context": "^1.4.8",
"chai-http": "^4.4.0",
"compression": "^1.7.4",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"c8": "^9.1.0",
"chai": "4",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"nodemon": "^3.1.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 2658af7

Please sign in to comment.