Upgrade redwood 34.1

This commit is contained in:
Kurt Hutten
2021-06-19 11:09:13 +10:00
parent 13f769af5e
commit 3e0f17ee3c
8 changed files with 386 additions and 407 deletions

View File

@@ -1,6 +1 @@
const { getConfig } = require('@redwoodjs/core')
const config = getConfig({ type: 'jest', target: 'node' })
config.displayName.name = 'api'
module.exports = config
module.exports = require('@redwoodjs/testing/config/jest/api')

View File

@@ -3,10 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.33.0",
"@redwoodjs/api-server": "^0.33.0",
"@redwoodjs/api": "^0.34.1",
"@sentry/node": "^6.5.1",
"cloudinary": "^1.23.0",
"graphql-tag": "^2.12.4"
}
}
}