upgrade rw + lint (#521)

* Various linting fixes

* Fix component name

* Upgrade to redwood 0.36.4
This commit was merged in pull request #521.
This commit is contained in:
Kurt Hutten
2021-09-20 19:08:03 +10:00
committed by GitHub
parent 39ce35b219
commit f6df9d1988
16 changed files with 161 additions and 193 deletions

View File

@@ -19,10 +19,10 @@
"@monaco-editor/react": "^4.0.11",
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.5",
"@redwoodjs/auth": "^0.36.3",
"@redwoodjs/forms": "^0.36.3",
"@redwoodjs/router": "^0.36.3",
"@redwoodjs/web": "^0.36.3",
"@redwoodjs/auth": "^0.36.4",
"@redwoodjs/forms": "^0.36.4",
"@redwoodjs/router": "^0.36.4",
"@redwoodjs/web": "^0.36.4",
"@sentry/browser": "^6.5.1",
"@tailwindcss/aspect-ratio": "0.2.1",
"axios": "^0.21.1",
@@ -61,4 +61,4 @@
"raw-loader": "^4.0.2",
"tailwindcss": "^2.2.7"
}
}
}