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] authored Dec 2, 2024
1 parent fc147a5 commit f04e53a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"presets": ["next/babel"]
},
"resolutions": {
"postcss": "8.4.47"
"postcss": "8.4.49"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.9.1",
"@prisma/client": "6.0.0",
"@prisma/client": "6.0.1",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query": "5.62.0",
"@tanstack/react-query-devtools": "5.62.0",
"@tanstack/react-query": "5.62.1",
"@tanstack/react-query-devtools": "5.62.1",
"daisyui": "4.12.14",
"fastest-validator": "1.19.0",
"jotai": "2.10.3",
Expand Down Expand Up @@ -57,10 +57,10 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.12",
"@types/react-copy-to-clipboard": "5.0.7",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "2.1.6",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
Expand All @@ -74,12 +74,12 @@
"msw": "2.6.6",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prisma": "6.0.0",
"prisma": "6.0.1",
"sort-package-json": "2.12.0",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"vite": "6.0.1",
"vitest": "2.1.6"
"vite": "6.0.2",
"vitest": "2.1.8"
},
"msw": {
"workerDirectory": "public"
Expand Down

0 comments on commit f04e53a

Please sign in to comment.