Skip to content

Commit

Permalink
chore: Fix dependencies and update TypeScript
Browse files Browse the repository at this point in the history
configuration
  • Loading branch information
ptsgrn committed Dec 4, 2023
1 parent 3316a99 commit 92895b5
Show file tree
Hide file tree
Showing 6 changed files with 2,288 additions and 36 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NC='\033[0m' # No Color

# build web app
echo -e ">> ${BLUE}Building web app...${NC}"
cd $CDIR/web
cd web

# install dependencies
npm i
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/express-status-monitor": "^1.3.3",
"@types/jsonfile": "^6.1.4",
"@types/luxon": "^3.3.6",
"@types/node": "18",
"@types/node": "^18.19.1",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
Expand Down
45 changes: 12 additions & 33 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
// This is where our types will go
"src/types"
]
}
},
"types": ["node"]
}
Loading

0 comments on commit 92895b5

Please sign in to comment.