Skip to content

Commit

Permalink
chore(deps): update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent a3fe20b commit 42d0367
Show file tree
Hide file tree
Showing 4 changed files with 805 additions and 821 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@hookform/resolvers": "3.9.0",
"@prisma/client": "5.20.0",
"@radix-ui/react-dialog": "1.1.2",
Expand All @@ -60,56 +60,56 @@
"isomorphic-dompurify": "2.16.0",
"jsdom": "25.0.1",
"lucide-react": "0.452.0",
"next": "14.2.14",
"next-auth": "5.0.0-beta.22",
"next": "14.2.15",
"next-auth": "5.0.0-beta.23",
"next-view-transitions": "0.3.2",
"prisma": "5.20.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hook-form": "7.53.1",
"recoil": "0.7.7",
"server-only": "0.0.1",
"tailwind-merge": "2.5.3",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"unified": "11.0.5",
"vaul": "0.9.1",
"vaul": "0.9.9",
"zod": "3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@playwright/test": "1.48.0",
"@storybook/addon-a11y": "8.3.5",
"@playwright/test": "1.48.1",
"@storybook/addon-a11y": "8.3.6",
"@storybook/addon-coverage": "1.0.4",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-onboarding": "8.3.5",
"@storybook/addon-storysource": "8.3.5",
"@storybook/addon-themes": "8.3.5",
"@storybook/blocks": "8.3.5",
"@storybook/nextjs": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/test": "8.3.5",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-onboarding": "8.3.6",
"@storybook/addon-storysource": "8.3.6",
"@storybook/addon-themes": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/nextjs": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/test": "8.3.6",
"@storybook/test-runner": "0.19.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/bcryptjs": "2.4.6",
"@types/node": "20.16.11",
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.1.2",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.14",
"eslint-config-next": "14.2.15",
"eslint-plugin-storybook": "0.9.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-unused-imports": "4.1.4",
"git-cz": "4.9.0",
"license-checker": "25.0.1",
"markdownlint-cli2": "0.14.0",
"npm-run-all2": "6.2.3",
"npm-run-all2": "6.2.4",
"postcss": "8.4.47",
"rehype": "13.0.2",
"rehype-external-links": "3.0.0",
Expand All @@ -119,11 +119,11 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"standard-version": "9.5.0",
"storybook": "8.3.5",
"storybook": "8.3.6",
"storybook-dark-mode": "4.0.2",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"vitest": "2.1.2"
"typescript": "5.6.3",
"vitest": "2.1.3"
}
}
Loading

0 comments on commit 42d0367

Please sign in to comment.