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

@@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.31.0",
"@redwoodjs/api-server": "^0.31.0",
"@redwoodjs/api": "0.32.2",
"@redwoodjs/api-server": "0.32.2",
"cloudinary": "^1.23.0"
}
}

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"
}
}

View File

@@ -16,10 +16,10 @@
"@headlessui/react": "^1.0.0",
"@material-ui/core": "^4.11.0",
"@monaco-editor/react": "^4.0.11",
"@redwoodjs/auth": "^0.31.0",
"@redwoodjs/forms": "^0.31.0",
"@redwoodjs/router": "^0.31.0",
"@redwoodjs/web": "^0.31.0",
"@redwoodjs/auth": "0.32.2",
"@redwoodjs/forms": "0.32.2",
"@redwoodjs/router": "0.32.2",
"@redwoodjs/web": "0.32.2",
"browser-fs-access": "^0.17.2",
"cloudinary-react": "^1.6.7",
"controlkit": "^0.1.9",
@@ -34,8 +34,8 @@
"opencascade.js": "^0.1.15",
"pako": "^2.0.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.2.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",

File diff suppressed because it is too large Load Diff