Skip to content

Commit

Permalink
Merge pull request #20 from chingu-voyages/brian/tsfix
Browse files Browse the repository at this point in the history
updated typescript
  • Loading branch information
tigeryash authored Jan 17, 2025
2 parents e81057a + 631c991 commit 5610082
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5.7.3"
}
}

0 comments on commit 5610082

Please sign in to comment.