From 93270da747f63f6577fed65261441bb5f473fa79 Mon Sep 17 00:00:00 2001 From: Skye Date: Wed, 22 Feb 2023 00:06:30 +0900 Subject: [PATCH] fix: this is out-of-tree now --- .gitignore | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97008e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index ba8ea7f..4a5d3ae 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "next-auth": "^4" }, "devDependencies": { - "@next-auth/adapter-test": "workspace:*", - "@next-auth/tsconfig": "workspace:*", + "@next-auth/adapter-test": "https://github.com/nextauthjs/next-auth.git", + "@next-auth/tsconfig": "https://github.com/nextauthjs/next-auth.git", "jest": "^27.4.3", "mongodb": "^4.4.0", - "next-auth": "workspace:*" + "next-auth": "^4.19.2" }, "jest": { "preset": "@next-auth/adapter-test/jest"