This commit is contained in:
Skye 2023-02-22 00:43:16 +09:00
parent 7c6aa7bb42
commit 3ea523efac
Signed by: me
GPG key ID: 0104BC05F41B77B8
2 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules node_modules
yarn.lock yarn.lock
dist/

View file

@ -29,12 +29,13 @@
"dist" "dist"
], ],
"peerDependencies": { "peerDependencies": {
"realm-web": "^2.0.0", "next-auth": "^4",
"next-auth": "^4" "realm-web": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main", "@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
"next-auth": "^4",
"realm-web": "^2.0.0", "realm-web": "^2.0.0",
"next-auth": "^4" "typescript": "^4.9.5"
} }
} }