Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Aug 29, 2024
1 parent 4f074d8 commit 1606279
Show file tree
Hide file tree
Showing 2 changed files with 1,863 additions and 1,998 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"react-hook-form": "^7.52.1"
"react-hook-form": "^7.53.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@storybook/addon-actions": "^7.6.17",
Expand All @@ -68,13 +68,13 @@
"@storybook/react-vite": "^7.6.17",
"@storybook/theming": "^7.6.17",
"@svgr/cli": "^8.1.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
Expand All @@ -85,7 +85,7 @@
"@vanilla-extract/sprinkles": "^1.6.3",
"@vanilla-extract/vite-plugin": "^4.0.15",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.1",
"@vitest/coverage-v8": "^2.0.5",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -95,20 +95,20 @@
"eslint-plugin-react-hooks": "^4.6.2",
"ethers": "5.7.2",
"framer-motion": "^7.6.7",
"happy-dom": "^14.12.3",
"husky": "^9.0.11",
"postcss": "^8.4.39",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.2",
"happy-dom": "^15.4.2",
"husky": "^9.1.5",
"postcss": "^8.4.41",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^7.6.17",
"typescript": "^4.9.5",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.1"
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"peerDependencies": {
"framer-motion": ">=6",
Expand Down
Loading

0 comments on commit 1606279

Please sign in to comment.