Skip to content

Commit

Permalink
updated typescript
Browse files Browse the repository at this point in the history
Typescript versioning got corrupted along the line, causing errors on code due to the missing version numbers. Resolved, please commit
  • Loading branch information
BrianStas committed Jan 17, 2025
1 parent e81057a commit 631c991
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 631c991

Please sign in to comment.