fix(ci): make main deployable again — coverage, CVEs, and the image job (#22)
This commit was merged in pull request #22.
This commit is contained in:
+10
-3
@@ -23,8 +23,8 @@
|
||||
"clsx": "^2.1.1",
|
||||
"geist": "^1.7.2",
|
||||
"lucide-react": "^1.17.0",
|
||||
"next": "16.2.6",
|
||||
"next-auth": "5.0.0-beta.25",
|
||||
"next": "16.2.11",
|
||||
"next-auth": "5.0.0-beta.30",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"tailwind-merge": "^3.6.0"
|
||||
@@ -48,5 +48,12 @@
|
||||
"workerDirectory": [
|
||||
"public"
|
||||
]
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"nanoid@<3.3.18": ">=3.3.18",
|
||||
"postcss@<8.4.31": ">=8.4.31",
|
||||
"@auth/core@<0.41.3": ">=0.41.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user