Skip to content

Commit

Permalink
build: move @types to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Aug 22, 2024
1 parent 6da768a commit b65ad92
Show file tree
Hide file tree
Showing 2 changed files with 13,331 additions and 9,732 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"dependencies": {
"@heroicons/react": "^2.0.11",
"@metamask/eth-sig-util": "^7.0.1",
"@types/node": "^20.12.11",
"@types/react-dom": "^18.0.4",
"daisyui": "^2.13.5",
"ethers": "^5.7.1",
"next": "12.1.0",
Expand All @@ -35,7 +33,9 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^28.1.8",
"@types/node": "^20.12.11",
"@types/react": "18.0.1",
"@types/react-dom": "^18.0.4",
"autoprefixer": "^10.4.0",
"cypress": "^11",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit b65ad92

Please sign in to comment.