Upgrade redwood to 0.27.1

resolves #262
This commit is contained in:
Kurt Hutten
2021-03-20 10:34:16 +11:00
parent 73c3a7c6f4
commit b349cd3fdd
4 changed files with 331 additions and 229 deletions

View File

@@ -8,13 +8,17 @@
},
"scripts": {},
"devDependencies": {
"@redwoodjs/core": "^0.26.2"
"@redwoodjs/core": "^0.27.1"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
},
"engines": {
"node": ">=12",
"node": ">=14",
"yarn": ">=1.15"
},
"resolutions": {
"react": "17.0.1",
"react-dom": "17.0.1"
}
}