Skip to content

Commit

Permalink
fix: moved typescript eslint plugin to devdependencies (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Dec 7, 2024
1 parent 229709c commit 6207039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@mui/material": "^6.1.5",
"@next/mdx": "^14.1.0",
"@tanstack/react-table": "^8.19.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"isomorphic-dompurify": "0.24.0",
"next": "^14.1.0",
"next-compose-plugins": "^2.2.1",
Expand All @@ -49,6 +48,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-table": "^7.7.12",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"babel-loader": "^9.2.1",
"csv-parse": "^5.6.0",
"eslint": "^8.57.1",
Expand Down

0 comments on commit 6207039

Please sign in to comment.