Kurt/upgrade rw 38 (#575)

* Upgrade to rw 38

* Prisma migrate after V3 upgrade

* rw 0.38.1
This commit was merged in pull request #575.
This commit is contained in:
Kurt Hutten
2021-11-13 11:53:42 +11:00
committed by GitHub
parent a62c5bce03
commit e9859d85b8
9 changed files with 1465 additions and 1546 deletions

View File

@@ -20,10 +20,10 @@
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.5",
"@react-three/postprocessing": "^2.0.5",
"@redwoodjs/auth": "^0.37.5",
"@redwoodjs/forms": "^0.37.5",
"@redwoodjs/router": "^0.37.5",
"@redwoodjs/web": "^0.37.5",
"@redwoodjs/auth": "^0.38.1",
"@redwoodjs/forms": "^0.38.1",
"@redwoodjs/router": "^0.38.1",
"@redwoodjs/web": "^0.38.1",
"@sentry/browser": "^6.5.1",
"@tailwindcss/aspect-ratio": "0.2.1",
"axios": "^0.21.1",

View File

@@ -341,3 +341,9 @@
padding-bottom: 0;
}
}
.rw-input-error:focus {
outline: none;
border-color: #c53030;
box-shadow: 0 0 5px #c53030;
}