Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Apr 11, 2024
1 parent 5deb43b commit 0cb788d
Show file tree
Hide file tree
Showing 76 changed files with 699 additions and 699 deletions.
6 changes: 3 additions & 3 deletions __fixtures__/test-project/api/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "7.3.1",
"@redwoodjs/auth-dbauth-api": "7.3.1",
"@redwoodjs/graphql-server": "7.3.1"
"@redwoodjs/api": "7.3.2",
"@redwoodjs/auth-dbauth-api": "7.3.2",
"@redwoodjs/graphql-server": "7.3.2"
}
}
4 changes: 2 additions & 2 deletions __fixtures__/test-project/package.json
Expand Up @@ -7,8 +7,8 @@
]
},
"devDependencies": {
"@redwoodjs/core": "7.3.1",
"@redwoodjs/project-config": "7.3.1"
"@redwoodjs/core": "7.3.2",
"@redwoodjs/project-config": "7.3.2"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
10 changes: 5 additions & 5 deletions __fixtures__/test-project/web/package.json
Expand Up @@ -11,16 +11,16 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "7.3.1",
"@redwoodjs/forms": "7.3.1",
"@redwoodjs/router": "7.3.1",
"@redwoodjs/web": "7.3.1",
"@redwoodjs/auth-dbauth-web": "7.3.2",
"@redwoodjs/forms": "7.3.2",
"@redwoodjs/router": "7.3.2",
"@redwoodjs/web": "7.3.2",
"humanize-string": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "7.3.1",
"@redwoodjs/vite": "7.3.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.18",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.3.1",
"version": "7.3.2",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/fastify/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/fastify-web",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,11 +24,11 @@
"@fastify/http-proxy": "9.5.0",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "7.3.1",
"@redwoodjs/project-config": "7.3.2",
"fast-glob": "3.3.2"
},
"devDependencies": {
"@redwoodjs/framework-tools": "7.3.1",
"@redwoodjs/framework-tools": "7.3.2",
"fastify": "4.26.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/api-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api-server",
"version": "7.3.1",
"version": "7.3.2",
"description": "Redwood's HTTP server for Serverless Functions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@fastify/url-data": "5.4.0",
"@redwoodjs/context": "7.3.1",
"@redwoodjs/fastify-web": "7.3.1",
"@redwoodjs/project-config": "7.3.1",
"@redwoodjs/web-server": "7.3.1",
"@redwoodjs/context": "7.3.2",
"@redwoodjs/fastify-web": "7.3.2",
"@redwoodjs/project-config": "7.3.2",
"@redwoodjs/web-server": "7.3.2",
"chalk": "4.1.2",
"chokidar": "3.6.0",
"dotenv-defaults": "5.0.2",
Expand All @@ -49,7 +49,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@redwoodjs/framework-tools": "7.3.1",
"@redwoodjs/framework-tools": "7.3.2",
"@types/aws-lambda": "8.10.136",
"@types/lodash": "4.17.0",
"@types/qs": "6.9.14",
Expand All @@ -62,7 +62,7 @@
"vitest": "1.4.0"
},
"peerDependencies": {
"@redwoodjs/graphql-server": "7.3.1"
"@redwoodjs/graphql-server": "7.3.2"
},
"peerDependenciesMeta": {
"@redwoodjs/graphql-server": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "7.3.1",
"@redwoodjs/api": "7.3.2",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-auth0-web",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.3.1",
"@redwoodjs/auth": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/azureActiveDirectory/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "7.3.1",
"@redwoodjs/api": "7.3.2",
"@types/aws-lambda": "8.10.136",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/azureActiveDirectory/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-azure-active-directory-web",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.3.1",
"@redwoodjs/auth": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "7.3.1",
"@redwoodjs/api": "7.3.2",
"@types/aws-lambda": "8.10.136",
"typescript": "5.4.3",
"vitest": "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/clerk/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-clerk-web",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.3.1",
"@redwoodjs/auth": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/custom/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-custom-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/dbAuth/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/project-config": "7.3.1",
"@redwoodjs/project-config": "7.3.2",
"base64url": "3.0.1",
"core-js": "3.36.1",
"md5": "2.3.0",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "7.3.1",
"@redwoodjs/api": "7.3.2",
"@simplewebauthn/server": "7.4.0",
"@types/md5": "2.3.5",
"@types/uuid": "9.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.36.1",
"prompts": "2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/dbAuth/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-dbauth-web",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.3.1",
"@redwoodjs/auth": "7.3.2",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.36.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/firebase/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-api",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/cli": "7.24.1",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "7.3.1",
"@redwoodjs/api": "7.3.2",
"@types/aws-lambda": "8.10.136",
"typescript": "5.4.3",
"vitest": "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-providers/firebase/setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/auth-firebase-setup",
"version": "7.3.1",
"version": "7.3.2",
"repository": {
"type": "git",
"url": "https://github.com/redwoodjs/redwood.git",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.3.1",
"@redwoodjs/cli-helpers": "7.3.2",
"core-js": "3.36.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0cb788d

Please sign in to comment.