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 Dec 27, 2023
1 parent a20fc31 commit 3e79a29
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 866 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "my-nextjs-starter",
"version": "1.0.0",
"main": "index.js",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"scripts": {
"start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js",
"start": "npx prisma migrate deploy && next start",
Expand All @@ -25,14 +25,14 @@
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "3.3.2",
"@prisma/client": "5.7.0",
"@hookform/resolvers": "3.3.3",
"@prisma/client": "5.7.1",
"@t3-oss/env-nextjs": "0.7.1",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@types/node": "20.10.4",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
Expand All @@ -43,25 +43,25 @@
"jotai": "2.6.0",
"nanoid": "5.0.4",
"next": "14.0.4",
"pino": "8.17.1",
"pino": "8.17.2",
"postcss": "8.4.32",
"prisma": "5.7.0",
"prisma": "5.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.2",
"react-icons": "4.12.0",
"remeda": "1.30.0",
"remeda": "1.33.0",
"sass": "1.69.5",
"superjson": "2.2.1",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@next/eslint-plugin-next": "14.0.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand All @@ -73,22 +73,22 @@
"eslint-plugin-unused-imports": "3.0.0",
"scaffdog": "3.0.0",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"optionalDependencies": {
"@storybook/addon-actions": "7.6.5",
"@storybook/addon-essentials": "7.6.5",
"@storybook/addon-interactions": "7.6.5",
"@storybook/addon-links": "7.6.5",
"@storybook/addon-actions": "7.6.6",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/addon-postcss": "2.0.0",
"@storybook/nextjs": "7.6.5",
"@storybook/react": "7.6.5",
"@storybook/nextjs": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/testing-library": "0.2.2",
"husky": "8.0.3",
"hygen": "6.2.11",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"storybook": "7.6.5"
"storybook": "7.6.6"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 3e79a29

Please sign in to comment.