Initially run 'yarn rw upgrade'

This commit is contained in:
David Corbitt
2022-01-18 17:42:51 -07:00
parent 1ce41a4260
commit d09a9a6e7b
4 changed files with 3464 additions and 1512 deletions

View File

@@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.38.0"
"@redwoodjs/core": "^0.41.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
@@ -19,4 +19,4 @@
"prisma": {
"seed": "yarn rw exec seed"
}
}
}