Skip to content

Commit

Permalink
feat: revert package
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 19, 2024
1 parent e6b2c29 commit cab3148
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 102 deletions.
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "2.7.1",
"sinon": "^14.0.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.7.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@ionicprotocol/chains": "workspace:*",
Expand All @@ -52,6 +52,6 @@
"decimal.js": "^10.4.0",
"node-cache": "^5.1.2",
"utf-8-validate": "^5.0.9",
"viem": "^2.21.55"
"viem": "^2.21.12"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"prettier": "3.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.7.2"
"typescript": "^5.5.3"
},
"dependencies": {
"utf-8-validate": "^6.0.4",
"viem": "^2.21.55"
"viem": "^2.21.12"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@reown/appkit": "^1.6.0",
"@reown/appkit-adapter-wagmi": "^1.6.0",
"@reown/appkit": "^1.2.0",
"@reown/appkit-adapter-wagmi": "^1.2.0",
"@sentry/nextjs": "^8.35.0",
"@supabase/supabase-js": "^2.45.6",
"@tanstack/react-query": "^5.59.16",
Expand All @@ -57,7 +57,7 @@
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.55",
"viem": "^2.21.34",
"wagmi": "^2.12.25",
"zustand": "^4.5.4"
},
Expand All @@ -78,6 +78,6 @@
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5.7.2"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit cab3148

Please sign in to comment.