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 Jan 28, 2024
1 parent 7465a9f commit 06be820
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
14 changes: 7 additions & 7 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.14.3",
"packageManager": "pnpm@8.15.0",
"scripts": {
"start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js",
"start": "npx prisma migrate deploy && next start",
Expand All @@ -27,20 +27,20 @@
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@prisma/client": "5.8.1",
"@t3-oss/env-nextjs": "0.7.3",
"@t3-oss/env-nextjs": "0.8.0",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@types/node": "20.11.6",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"css-loader": "6.9.1",
"dayjs": "1.11.10",
"dotenv-cli": "7.3.0",
"jotai": "2.6.2",
"jotai": "2.6.3",
"nanoid": "5.0.4",
"next": "14.1.0",
"pino": "8.17.2",
Expand All @@ -58,7 +58,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@faker-js/faker": "8.4.0",
"@next/eslint-plugin-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
Expand All @@ -69,11 +69,11 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.14.0",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-unused-imports": "3.0.0",
"scaffdog": "3.0.0",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.1"
"vitest": "1.2.2"
},
"optionalDependencies": {
"@storybook/addon-actions": "7.6.10",
Expand Down
Loading

0 comments on commit 06be820

Please sign in to comment.