oops
This commit is contained in:
parent
7c6aa7bb42
commit
3ea523efac
2 changed files with 6 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
yarn.lock
|
||||
yarn.lock
|
||||
dist/
|
|
@ -29,12 +29,13 @@
|
|||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"realm-web": "^2.0.0",
|
||||
"next-auth": "^4"
|
||||
"next-auth": "^4",
|
||||
"realm-web": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
|
||||
"next-auth": "^4",
|
||||
"realm-web": "^2.0.0",
|
||||
"next-auth": "^4"
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue