Skip to content

Commit

Permalink
chore(deps): pin dependencies (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 545b9b7 commit 4f03b7b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.11.1
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@
"check": "biome check --apply ."
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.9.1",
"@hookform/resolvers": "3.3.4",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.9.1",
"next": "14.1.0",
"next-auth": "^4.24.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"zod": "^3.22.4"
"next-auth": "4.24.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.1",
"zod": "3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@playwright/test": "^1.41.2",
"@playwright/test": "1.41.2",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"dotenv-cli": "^7.3.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.17",
"dotenv-cli": "7.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"postcss": "8.4.35",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"prisma-erd-generator": "^1.11.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"prisma": "5.9.1",
"prisma-erd-generator": "1.11.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vitest": "^1.2.2"
}
}
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f03b7b

Please sign in to comment.