Upgrade redwood to 0.32.2

This commit is contained in:
Kurt Hutten
2021-06-05 12:32:13 +10:00
parent 4a351385e1
commit e433648fe6
4 changed files with 1104 additions and 643 deletions

View File

@@ -8,20 +8,25 @@
},
"scripts": {},
"devDependencies": {
"@redwoodjs/core": "^0.31.0"
"@redwoodjs/core": "0.32.2"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
"rules": {
"react/no-unescaped-entities": ["error", {"forbid": [">", "}", "\""]}]
"react/no-unescaped-entities": [
"error",
{
"forbid": [
">",
"}",
"\""
]
}
]
}
},
"engines": {
"node": ">=14",
"yarn": ">=1.15"
},
"resolutions": {
"react": "17.0.1",
"react-dom": "17.0.1"
}
}