We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b1c7e commit 8a708abCopy full SHA for 8a708ab
2 files changed
__fixtures__/test-project/api/package.json
@@ -4,6 +4,7 @@
4
"private": true,
5
"dependencies": {
6
"@redwoodjs/api": "3.2.0",
7
+ "@redwoodjs/auth-providers-api": "^0.0.1",
8
"@redwoodjs/graphql-server": "3.2.0"
9
}
10
__fixtures__/test-project/web/package.json
@@ -14,6 +14,7 @@
14
},
15
16
"@redwoodjs/auth": "3.2.0",
17
+ "@redwoodjs/auth-providers-web": "^0.0.1",
18
"@redwoodjs/forms": "3.2.0",
19
"@redwoodjs/router": "3.2.0",
20
"@redwoodjs/web": "3.2.0",
0 commit comments