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 21, 2023
1 parent c3cd8f2 commit 7b894d6
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 825 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"postcss": "8.4.24"
},
"dependencies": {
"@apollo/client": "3.7.15",
"@apollo/client": "3.7.16",
"@headlessui/react": "1.7.15",
"@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,43 +48,43 @@
"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/testing-library": "0.1.0",
"@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.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/react": "18.2.12",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@types/react": "18.2.13",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@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 7b894d6

Please sign in to comment.