Skip to content

Commit

Permalink
Add type declaration for react-speech-kit and update package.json
Browse files Browse the repository at this point in the history
Added a type declaration file for 'react-speech-kit' to improve TypeScript support. Also, updated package.json to include 'rimraf' for better file handling and removed specific versions for eslint and typescript for consistency.
  • Loading branch information
mikepsinn committed Oct 31, 2024
1 parent a999e21 commit 5295bc0
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 12,832 deletions.
42 changes: 0 additions & 42 deletions .eslintrc.json

This file was deleted.

6 changes: 2 additions & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,14 @@
"@types/react-calendar-heatmap": "^1.6.7",
"@types/react-speech-recognition": "^3.9.1",
"@types/regenerator-runtime": "^0.13.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.9.1",
"rimraf": "^5.0.10",
"ts-jest": "^29.1.4",
"ts-node": "latest",
"typescript": "latest"
"ts-node": "latest"
},
"trigger.dev": {
"endpointId": "the-decentralized-fda-1W-N"
Expand Down
Loading

0 comments on commit 5295bc0

Please sign in to comment.