Merge pull request #12 from redwoodjs/dsp-upgrade-v0.31.0

upgrade v0.31.0
This commit is contained in:
David Price
2021-04-27 17:51:55 -07:00
committed by GitHub
4 changed files with 1053 additions and 729 deletions

View File

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

View File

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

View File

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

1769
yarn.lock

File diff suppressed because it is too large Load Diff