Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent c3cd8f2 commit a5fd7c6
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 664 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@heroicons/react": "2.0.18",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.1.1",
"@rainbow-me/rainbowkit": "0.12.14",
"@rainbow-me/rainbowkit": "0.12.15",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.2.0",
"@tailwindcss/forms": "0.5.3",
"class-variance-authority": "0.6.0",
Expand All @@ -48,26 +48,26 @@
"graphql": "16.6.0",
"jotai": "1.13.1",
"loglevel": "1.8.1",
"next": "13.4.5",
"next": "13.4.6",
"next-auth": "4.22.1",
"next-secure-headers": "2.2.0",
"next-validations": "0.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.44.3",
"react-hook-form": "7.45.0",
"react-hot-toast": "2.4.1",
"siwe": "2.1.4",
"use-local-storage-state": "18.3.3",
"wagmi": "0.12.15",
"wagmi": "0.12.16",
"yup": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@storybook/addon-essentials": "7.0.20",
"@storybook/addon-interactions": "7.0.20",
"@storybook/addon-links": "7.0.20",
"@storybook/nextjs": "7.0.20",
"@storybook/react": "7.0.20",
"@storybook/addon-essentials": "7.0.22",
"@storybook/addon-interactions": "7.0.22",
"@storybook/addon-links": "7.0.22",
"@storybook/nextjs": "7.0.22",
"@storybook/react": "7.0.22",
"@storybook/testing-library": "0.1.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
Expand All @@ -76,15 +76,15 @@
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vitejs/plugin-react": "3.1.0",
"@vitest/ui": "0.32.0",
"@vitest/ui": "0.32.2",
"autoprefixer": "10.4.14",
"@babel/eslint-parser": "7.22.5",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"c8": "7.14.0",
"concurrently": "8.2.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-storybook": "0.6.12",
"husky": "8.0.3",
Expand All @@ -97,11 +97,11 @@
"prettier": "2.8.8",
"rustywind": "0.16.0",
"sort-package-json": "2.4.1",
"storybook": "7.0.20",
"storybook": "7.0.22",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.32.0"
"vitest": "0.32.2"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit a5fd7c6

Please sign in to comment.