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"