upgrade v0.31.0

This commit is contained in:
David Price
2021-04-27 17:36:16 -07:00
parent 3b59bc12ca
commit abbc5986fc
4 changed files with 1053 additions and 729 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@redwoodjs/api": "^0.28.3" "@redwoodjs/api": "^0.31.0",
"@redwoodjs/api-server": "^0.31.0"
} }
} }

View File

@@ -7,7 +7,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@redwoodjs/core": "^0.28.3" "@redwoodjs/core": "^0.31.0"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "@redwoodjs/eslint-config" "extends": "@redwoodjs/eslint-config"

View File

@@ -13,10 +13,10 @@
] ]
}, },
"dependencies": { "dependencies": {
"@redwoodjs/auth": "^0.28.3", "@redwoodjs/auth": "^0.31.0",
"@redwoodjs/forms": "^0.28.3", "@redwoodjs/forms": "^0.31.0",
"@redwoodjs/router": "^0.28.3", "@redwoodjs/router": "^0.31.0",
"@redwoodjs/web": "^0.28.3", "@redwoodjs/web": "^0.31.0",
"netlify-identity-widget": "^1.9.1", "netlify-identity-widget": "^1.9.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^17.0.1", "react": "^17.0.1",

1769
yarn.lock

File diff suppressed because it is too large Load Diff