upgrade v0.37.4 with code mods

This commit is contained in:
David Price
2021-10-18 21:11:53 -07:00
parent 853efae075
commit ba3286fe5f
4 changed files with 122 additions and 103 deletions

View File

@@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.37.0"
"@redwoodjs/core": "^0.37.4"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
@@ -15,5 +15,8 @@
"engines": {
"node": ">=14",
"yarn": ">=1.15"
},
"resolutions": {
"@webpack-cli/serve": "1.5.2"
}
}