Upgrade redwood to 0.33

Resolves #341.
This commit is contained in:
Kurt Hutten
2021-06-05 12:52:39 +10:00
parent e433648fe6
commit 563700d995
9 changed files with 3744 additions and 1569 deletions

View File

@@ -8,7 +8,7 @@
},
"scripts": {},
"devDependencies": {
"@redwoodjs/core": "0.32.2"
"@redwoodjs/core": "^0.33.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
@@ -29,4 +29,4 @@
"node": ">=14",
"yarn": ">=1.15"
}
}
}