metamigo: do nextauth v3 -> v4 upgrades
This commit is contained in:
parent
a33f80c497
commit
45f8cb1234
13 changed files with 158 additions and 123 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo run dev"
|
||||
"dev": "dotenv -- turbo run dev",
|
||||
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli"
|
||||
},
|
||||
"packageManager": "npm@9.3.1",
|
||||
"workspaces": [
|
||||
|
|
@ -16,7 +17,7 @@
|
|||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||
},
|
||||
"author": "Darren Clarke",
|
||||
"license": "ISC",
|
||||
"dlicense": "ISC",
|
||||
"overrides": {
|
||||
"@mui/styles": {
|
||||
"react": "18.2.0"
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8"
|
||||
"prettier": "^2.8.8",
|
||||
"dotenv-cli": "latest"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue