Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update dependency @keystone-6/core to ^2.2.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2022
1 parent 0a7d339 commit ae15a2c
Show file tree
Hide file tree
Showing 6 changed files with 325 additions and 316 deletions.
6 changes: 6 additions & 0 deletions .changeset/nervous-pumpkins-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@opensaas/keystone-nextjs-auth": minor
"@opensaas-keystone/next-auth-backend": patch
---

Update dependency @keystone-6/core to ^2.2.0
5 changes: 2 additions & 3 deletions backend/keystone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const auth = createAuth({

export default auth.withAuth(
config({
// @ts-ignore
server: {
cors: {
origin: [process.env.FRONTEND || 'http://localhost:7777'],
Expand All @@ -66,12 +65,12 @@ export default auth.withAuth(
async () => [
{
mode: 'copy',
inputPath: Path.join(__dirname, './customPages/signin.js'),
inputPath: Path.resolve('./customPages/signin.js'),
outputPath: 'pages/auth/signin.js',
},
{
mode: 'copy',
inputPath: Path.join(__dirname, './customPages/error.js'),
inputPath: Path.resolve('./customPages/error.js'),
outputPath: 'pages/auth/error.js',
},
],
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "keystone prisma migrate deploy && keystone start"
},
"dependencies": {
"@keystone-6/core": "^2.1.0",
"@keystone-6/core": "^2.2.0",
"@keystone-6/fields-document": "^4.0.1",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,5 @@
"packages/*",
"services/*"
]
},
"engines": {
"node": "^v16.13.2"
}
}
4 changes: 2 additions & 2 deletions packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"next-auth": "^4.10.3"
},
"devDependencies": {
"@keystone-6/core": "^2.1.0",
"@keystone-6/core": "^2.2.0",
"react": "^18.1.0"
},
"peerDependencies": {
"@keystone-6/core": "^2.1.0",
"@keystone-6/core": "^2.2.0",
"react": "^18.1.0"
},
"engines": {
Expand Down
Loading

0 comments on commit ae15a2c

Please sign in to comment.