Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 33e0230 commit f682a3b
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 917 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.8.0
nodejs 20.9.0
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,45 @@
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "3.3.1",
"@prisma/client": "5.4.1",
"@hookform/resolvers": "3.3.2",
"@prisma/client": "5.5.2",
"@svgr/webpack": "8.1.0",
"@t3-oss/env-nextjs": "0.7.0",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@t3-oss/env-nextjs": "0.7.1",
"@trpc/client": "10.43.0",
"@trpc/next": "10.43.0",
"@trpc/react-query": "10.43.0",
"@trpc/server": "10.43.0",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
"css-loader": "6.8.1",
"dayjs": "1.11.10",
"dotenv-cli": "7.3.0",
"jotai": "2.4.3",
"nanoid": "5.0.1",
"next": "13.5.4",
"pino": "8.15.6",
"jotai": "2.5.0",
"nanoid": "5.0.2",
"next": "13.5.6",
"pino": "8.16.1",
"postcss": "8.4.31",
"prisma": "5.4.1",
"prisma": "5.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-icons": "4.11.0",
"remeda": "1.27.0",
"sass": "1.69.0",
"remeda": "1.28.0",
"sass": "1.69.5",
"superjson": "1.13.3",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "8.1.0",
"@next/eslint-plugin-next": "13.5.4",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.51.0",
"@faker-js/faker": "8.2.0",
"@next/eslint-plugin-next": "13.5.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
Expand All @@ -78,19 +78,19 @@
"vitest": "0.34.6"
},
"optionalDependencies": {
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-actions": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/addon-postcss": "2.0.0",
"@storybook/nextjs": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/nextjs": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/testing-library": "0.2.2",
"husky": "8.0.3",
"hygen": "6.2.11",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"storybook": "7.4.6"
"storybook": "7.5.1"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit f682a3b

Please sign in to comment.