Skip to content

Commit

Permalink
Merge branch 'main' into feat/create-suspending-cell
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored Aug 30, 2023
2 parents 5177391 + 4f2791a commit 756647e
Show file tree
Hide file tree
Showing 71 changed files with 1,568 additions and 1,605 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check_create_redwood_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion .github/actions/check_test_project_fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion .github/actions/only_doc_changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
402 changes: 201 additions & 201 deletions .yarn/releases/yarn-3.6.1.cjs → .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:

preferInteractive: true

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __fixtures__/test-project/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ nmMode: hardlinks-local
# Heads up: right now, Redwood expects this to be `node-modules`.
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
2 changes: 1 addition & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"@actions/exec": "1.1.1",
"@actions/glob": "0.4.0",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@babel/generator": "7.22.10",
"@babel/node": "7.22.10",
"@babel/plugin-proposal-decorators": "7.22.10",
"@babel/plugin-transform-class-properties": "7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "7.22.11",
"@babel/plugin-transform-private-methods": "7.22.5",
"@babel/plugin-transform-private-property-in-object": "7.22.5",
"@babel/plugin-transform-private-property-in-object": "7.22.11",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime-corejs3": "7.22.10",
"@babel/preset-typescript": "7.22.11",
"@babel/runtime-corejs3": "7.22.11",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "6.2.10",
"@playwright/test": "1.37.0",
Expand All @@ -62,12 +62,12 @@
"@tsd/typescript": "5.1.6",
"@types/babel__generator": "7.6.4",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/jscodeshift": "0.11.6",
"@types/ncp": "2.0.5",
"@types/prompts": "2.4.4",
"all-contributors-cli": "6.26.1",
"babel-jest": "29.6.2",
"babel-jest": "29.6.4",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
Expand All @@ -78,7 +78,7 @@
"eslint": "8.46.0",
"fast-glob": "3.3.1",
"fs-extra": "11.1.1",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-runner-tsd": "5.0.0",
"jscodeshift": "0.15.0",
"lerna": "7.1.4",
Expand All @@ -98,6 +98,6 @@
"yargs": "17.7.2",
"zx": "7.2.2"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/url-data": "5.3.1",
Expand All @@ -50,14 +50,14 @@
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/aws-lambda": "8.10.119",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.7",
"@types/split2": "4.2.0",
"@types/yargs": "17.0.24",
"aws-lambda": "1.0.7",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@prisma/client": "5.2.0",
"@whatwg-node/fetch": "0.9.9",
"core-js": "3.32.0",
Expand All @@ -43,13 +43,13 @@
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"@types/memjs": "1",
"@types/pascalcase": "1.0.1",
"@types/split2": "4.2.0",
"jest": "29.6.2",
"jest": "29.6.4",
"memjs": "1.3.1",
"redis": "4.6.7",
"split2": "4.2.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
Expand Up @@ -22,17 +22,17 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@redwoodjs/api": "6.0.7",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/yargs": "17.0.24",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,16 +22,16 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.1.1",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/react": "18.2.14",
"jest": "29.6.2",
"jest": "29.6.4",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.6"
},
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
Expand Up @@ -22,18 +22,18 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@redwoodjs/api": "6.0.7",
"@types/aws-lambda": "8.10.119",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/yargs": "17.0.24",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,17 +22,17 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@azure/msal-browser": "2.38.1",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.2.14",
"jest": "29.6.2",
"jest": "29.6.4",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.6"
},
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
Expand Up @@ -22,16 +22,16 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@clerk/clerk-sdk-node": "4.10.15",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@redwoodjs/api": "6.0.7",
"@types/aws-lambda": "8.10.119",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/yargs": "17.0.24",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,17 +22,17 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@clerk/clerk-react": "4.22.0",
"@clerk/types": "3.46.1",
"@types/react": "18.2.14",
"jest": "29.6.2",
"jest": "29.6.4",
"react": "18.3.0-canary-035a41c4e-20230704",
"typescript": "5.1.6"
},
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
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@types/yargs": "17.0.24",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"base64url": "3.0.1",
"core-js": "3.32.0",
"crypto-js": "4.1.1",
Expand All @@ -31,13 +31,13 @@
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@redwoodjs/api": "6.0.7",
"@simplewebauthn/server": "7.3.1",
"@types/crypto-js": "4.1.1",
"@types/md5": "2.3.2",
"@types/uuid": "9.0.2",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
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
Expand Up @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.10",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/cli-helpers": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.32.0",
Expand All @@ -32,11 +32,11 @@
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"@simplewebauthn/typescript-types": "7.0.0",
"@types/secure-random-password": "0.2.1",
"@types/yargs": "17.0.24",
"jest": "29.6.2",
"jest": "29.6.4",
"typescript": "5.1.6"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Loading

0 comments on commit 756647e

Please sign in to comment.