Skip to content

Commit

Permalink
Merge branch 'main' into dt-gql-sse
Browse files Browse the repository at this point in the history
  • Loading branch information
dthyresson authored Aug 16, 2023
2 parents 3a0eef7 + 865c908 commit f6eefbd
Show file tree
Hide file tree
Showing 68 changed files with 453 additions and 467 deletions.
6 changes: 3 additions & 3 deletions __fixtures__/test-project/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "6.0.5",
"@redwoodjs/auth-dbauth-api": "6.0.5",
"@redwoodjs/graphql-server": "6.0.5"
"@redwoodjs/api": "6.0.7",
"@redwoodjs/auth-dbauth-api": "6.0.7",
"@redwoodjs/graphql-server": "6.0.7"
}
}
2 changes: 1 addition & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "6.0.5"
"@redwoodjs/core": "6.0.7"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
10 changes: 5 additions & 5 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "6.0.5",
"@redwoodjs/forms": "6.0.5",
"@redwoodjs/router": "6.0.5",
"@redwoodjs/web": "6.0.5",
"@redwoodjs/auth-dbauth-web": "6.0.7",
"@redwoodjs/forms": "6.0.7",
"@redwoodjs/router": "6.0.7",
"@redwoodjs/web": "6.0.7",
"humanize-string": "2.1.0",
"prop-types": "15.8.1",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
"@redwoodjs/vite": "6.0.5",
"@redwoodjs/vite": "6.0.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"postcss-loader": "^7.3.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.5",
"version": "6.0.7",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "6.2.10",
"@playwright/test": "1.35.1",
"@playwright/test": "1.37.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -71,7 +71,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.31.1",
"core-js": "3.32.0",
"cypress": "12.15.0",
"cypress-wait-until": "1.7.2",
"dependency-cruiser": "13.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api-server",
"version": "6.0.5",
"version": "6.0.7",
"description": "Redwood's HTTP server for Serverless Functions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/url-data": "5.3.1",
"@redwoodjs/project-config": "6.0.5",
"@redwoodjs/project-config": "6.0.7",
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.31.1",
"core-js": "3.32.0",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.21.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@prisma/client": "5.1.0",
"@prisma/client": "5.1.1",
"@whatwg-node/fetch": "0.9.9",
"core-js": "3.31.1",
"core-js": "3.32.0",
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.0",
"pascalcase": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-api",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,14 +23,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@redwoodjs/api": "6.0.5",
"@redwoodjs/api": "6.0.7",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.6.1",
"typescript": "5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-setup",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-web",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.0.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/azureActiveDirectory/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-api",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,14 +23,14 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@redwoodjs/api": "6.0.5",
"@redwoodjs/api": "6.0.7",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.6.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-setup",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/azureActiveDirectory/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-web",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@azure/msal-browser": "2.37.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-api",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@clerk/clerk-sdk-node": "4.10.15",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@redwoodjs/api": "6.0.5",
"@redwoodjs/api": "6.0.7",
"@types/aws-lambda": "8.10.119",
"jest": "29.6.1",
"typescript": "5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-setup",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-web",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-custom-setup",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.5",
"core-js": "3.31.1"
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-api",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,15 +24,15 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"base64url": "3.0.1",
"core-js": "3.31.1",
"core-js": "3.32.0",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@redwoodjs/api": "6.0.5",
"@redwoodjs/api": "6.0.7",
"@simplewebauthn/server": "7.3.1",
"@types/crypto-js": "4.1.1",
"@types/md5": "2.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-setup",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.5",
"@redwoodjs/cli-helpers": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.1",
"core-js": "3.32.0",
"prompts": "2.4.2",
"secure-random-password": "0.2.3",
"terminal-link": "2.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-web",
"version": "6.0.5",
"version": "6.0.7",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.5",
"@redwoodjs/auth": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
Loading

0 comments on commit f6eefbd

Please sign in to comment.