Skip to content

Commit 8a708ab

Browse files
committed
chore: update test project fixture
1 parent b8b1c7e commit 8a708ab

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

__fixtures__/test-project/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@redwoodjs/api": "3.2.0",
7+
"@redwoodjs/auth-providers-api": "^0.0.1",
78
"@redwoodjs/graphql-server": "3.2.0"
89
}
910
}

__fixtures__/test-project/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@redwoodjs/auth": "3.2.0",
17+
"@redwoodjs/auth-providers-web": "^0.0.1",
1718
"@redwoodjs/forms": "3.2.0",
1819
"@redwoodjs/router": "3.2.0",
1920
"@redwoodjs/web": "3.2.0",

0 commit comments

Comments
 (0)