Updates to Redwood 0.50.0

This commit is contained in:
Rob Cameron
2022-03-25 10:53:24 -07:00
parent 7158ea1588
commit 128ed45802
4 changed files with 596 additions and 539 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "0.49.1",
"@redwoodjs/graphql-server": "0.49.1"
"@redwoodjs/api": "^0.50.0",
"@redwoodjs/graphql-server": "^0.50.0"
}
}
}