Update to Redwood 0.21.0

This commit is contained in:
Rob Cameron
2020-12-07 16:43:51 -08:00
parent 24282e2f84
commit 627e9f42b2
4 changed files with 433 additions and 250 deletions

View File

@@ -3,6 +3,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.20.0"
"@redwoodjs/api": "^0.21.0"
}
}

View File

@@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.20.0"
"@redwoodjs/core": "^0.21.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"

View File

@@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "^0.20.0",
"@redwoodjs/forms": "^0.20.0",
"@redwoodjs/router": "^0.20.0",
"@redwoodjs/web": "^0.20.0",
"@redwoodjs/auth": "^0.21.0",
"@redwoodjs/forms": "^0.21.0",
"@redwoodjs/router": "^0.21.0",
"@redwoodjs/web": "^0.21.0",
"netlify-identity-widget": "^1.9.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",

671
yarn.lock

File diff suppressed because it is too large Load Diff