v0.34.0 with code mods
This commit is contained in:
@@ -1,6 +1 @@
|
||||
const { getConfig } = require('@redwoodjs/core')
|
||||
|
||||
const config = getConfig({ type: 'jest', target: 'browser' })
|
||||
config.displayName.name = 'web'
|
||||
|
||||
module.exports = config
|
||||
module.exports = require('@redwoodjs/testing/config/jest/web')
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@redwoodjs/auth": "^0.33.0",
|
||||
"@redwoodjs/forms": "^0.33.0",
|
||||
"@redwoodjs/router": "^0.33.0",
|
||||
"@redwoodjs/web": "^0.33.0",
|
||||
"@redwoodjs/auth": "^0.34.0",
|
||||
"@redwoodjs/forms": "^0.34.0",
|
||||
"@redwoodjs/router": "^0.34.0",
|
||||
"@redwoodjs/web": "^0.34.0",
|
||||
"netlify-identity-widget": "^1.9.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
|
||||
Reference in New Issue
Block a user