Skip to content

Commit

Permalink
Update and dedupe deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Feb 4, 2025
1 parent 5c63068 commit 88b45ec
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 214 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"peerDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@tanstack/react-query": "^5.65.0",
"@tanstack/react-query": "^5.66.0",
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0",
"react-hook-form": "^7.54.0",
Expand All @@ -93,19 +93,19 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/addon-designs": "^8.1.0",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/blocks": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/react-webpack5": "^8.5.2",
"@storybook/test": "^8.5.2",
"@storybook/blocks": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/react-webpack5": "^8.5.3",
"@storybook/test": "^8.5.3",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.65.0",
"@tanstack/react-query": "^5.66.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
Expand Down Expand Up @@ -138,16 +138,16 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"rollup": "^4.32.1",
"rollup": "^4.34.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"storybook": "^8.5.2",
"storybook": "^8.5.3",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"viem": "^2.22.16",
"typescript-eslint": "^8.23.0",
"viem": "^2.22.19",
"wagmi": "^2.14.9"
},
"bugs": {
Expand Down
Loading

0 comments on commit 88b45ec

Please sign in to comment.