Skip to content

Commit

Permalink
Merge pull request #29 from prtcl/chore/remove-unneeded-type
Browse files Browse the repository at this point in the history
chore/remove unused types
  • Loading branch information
prtcl authored Nov 11, 2024
2 parents b3ee5a0 + de357f6 commit c552c5e
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 169 deletions.
193 changes: 63 additions & 130 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^8.48.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^9.5.11",
Expand Down
Loading

0 comments on commit c552c5e

Please sign in to comment.