Updates to Redwood 0.44.1

This commit is contained in:
Rob Cameron
2022-02-07 11:29:48 -08:00
parent baca28a5fa
commit 42c6916ea5
7 changed files with 2449 additions and 1712 deletions

View File

@@ -1 +1,8 @@
module.exports = require('@redwoodjs/testing/config/jest/api')
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
const config = {
rootDir: '../',
preset: '@redwoodjs/testing/config/jest/api',
}
module.exports = config

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.41.0",
"@redwoodjs/graphql-server": "^0.41.0"
"@redwoodjs/api": "^0.44.1",
"@redwoodjs/graphql-server": "^0.44.1"
}
}

8
jest.config.js Normal file
View File

@@ -0,0 +1,8 @@
// This the Redwood root jest config
// Each side, e.g. ./web/ and ./api/ has specific config that references this root
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
module.exports = {
rootDir: '.',
projects: ['<rootDir>/{*,!(node_modules)/**/}/jest.config.js'],
}

View File

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

View File

@@ -1 +1,8 @@
module.exports = require('@redwoodjs/testing/config/jest/web')
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
const config = {
rootDir: '../',
preset: '@redwoodjs/testing/config/jest/web',
}
module.exports = config

View File

@@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "^0.41.0",
"@redwoodjs/forms": "^0.41.0",
"@redwoodjs/router": "^0.41.0",
"@redwoodjs/web": "^0.41.0",
"@redwoodjs/auth": "^0.44.1",
"@redwoodjs/forms": "^0.44.1",
"@redwoodjs/router": "^0.44.1",
"@redwoodjs/web": "^0.44.1",
"netlify-identity-widget": "^1.9.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",

4119
yarn.lock

File diff suppressed because it is too large Load Diff