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 Nov 4, 2023
1 parent ed302f0 commit 005c8e4
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 380 deletions.
20 changes: 10 additions & 10 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": "[email protected].0",
"packageManager": "[email protected].2",
"scripts": {
"start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js",
"start": "npx prisma migrate deploy && next start",
Expand Down Expand Up @@ -30,12 +30,12 @@
"@prisma/client": "5.5.2",
"@svgr/webpack": "8.1.0",
"@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",
"@trpc/client": "10.43.1",
"@trpc/next": "10.43.1",
"@trpc/react-query": "10.43.1",
"@trpc/server": "10.43.1",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
Expand All @@ -50,9 +50,9 @@
"prisma": "5.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-hook-form": "7.48.0",
"react-icons": "4.11.0",
"remeda": "1.28.0",
"remeda": "1.29.0",
"sass": "1.69.5",
"superjson": "2.2.0",
"tailwindcss": "3.3.5",
Expand All @@ -64,9 +64,9 @@
"@next/eslint-plugin-next": "14.0.1",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand Down
Loading

0 comments on commit 005c8e4

Please sign in to comment.