Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/lodash": "4.14.201",
"@types/qs": "6.9.10",
"@types/split2": "4.2.3",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"aws-lambda": "1.0.7",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@simplewebauthn/typescript-types": "7.4.0",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/cli": "7.23.4",
"@types/lodash": "4.14.201",
"@types/pascalcase": "1.0.3",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@prisma/client": "5.7.0",
"@types/fs-extra": "11.0.4",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"esbuild": "0.19.9",
"fast-glob": "3.3.2",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"esbuild": "0.19.9",
"fast-glob": "3.3.2",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "29.5.8",
"@types/jscodeshift": "0.11.6",
"@types/prettier": "2.7.3",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"fs-extra": "11.2.0",
"tempy": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/smtp-server": "3",
"@types/split2": "4.2.3",
"@types/uuid": "9.0.7",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"aws-lambda": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.22.20",
"@types/envinfo": "7.8.3",
"@types/uuid": "9.0.7",
"@types/yargs": "17.0.31",
"@types/yargs": "17.0.32",
"jest": "29.7.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8082,7 +8082,7 @@ __metadata:
"@types/lodash": "npm:4.14.201"
"@types/qs": "npm:6.9.10"
"@types/split2": "npm:4.2.3"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
ansi-colors: "npm:4.1.3"
aws-lambda: "npm:1.0.7"
chalk: "npm:4.1.2"
Expand Down Expand Up @@ -8175,7 +8175,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8227,7 +8227,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8278,7 +8278,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8313,7 +8313,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8351,7 +8351,7 @@ __metadata:
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@simplewebauthn/browser": "npm:7.4.0"
"@simplewebauthn/typescript-types": "npm:7.4.0"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
prompts: "npm:2.4.2"
Expand Down Expand Up @@ -8402,7 +8402,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8453,7 +8453,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8504,7 +8504,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8556,7 +8556,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.23.6"
"@redwoodjs/cli-helpers": "npm:6.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
core-js: "npm:3.34.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -8640,7 +8640,7 @@ __metadata:
"@redwoodjs/babel-config": "npm:6.0.7"
"@redwoodjs/project-config": "npm:6.0.7"
"@types/fs-extra": "npm:11.0.4"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
chalk: "npm:4.1.2"
dotenv-defaults: "npm:5.0.2"
esbuild: "npm:0.19.9"
Expand Down Expand Up @@ -8671,7 +8671,7 @@ __metadata:
"@redwoodjs/telemetry": "npm:6.0.7"
"@types/lodash": "npm:4.14.201"
"@types/pascalcase": "npm:1.0.3"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
chalk: "npm:4.1.2"
core-js: "npm:3.34.0"
dotenv: "npm:16.3.1"
Expand All @@ -8698,7 +8698,7 @@ __metadata:
"@storybook/addon-docs": "npm:7.6.4"
"@storybook/addon-essentials": "npm:7.6.4"
"@storybook/react-webpack5": "npm:7.6.4"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
chalk: "npm:4.1.2"
esbuild: "npm:0.19.9"
execa: "npm:5.1.1"
Expand Down Expand Up @@ -8798,7 +8798,7 @@ __metadata:
"@types/jest": "npm:29.5.8"
"@types/jscodeshift": "npm:0.11.6"
"@types/prettier": "npm:2.7.3"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
"@vscode/ripgrep": "npm:1.15.6"
"@whatwg-node/fetch": "npm:0.9.14"
cheerio: "npm:1.0.0-rc.12"
Expand Down Expand Up @@ -9372,7 +9372,7 @@ __metadata:
"@types/smtp-server": "npm:3"
"@types/split2": "npm:4.2.3"
"@types/uuid": "npm:9.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
"@vitejs/plugin-react": "npm:4.2.1"
ansi-colors: "npm:4.1.3"
autoprefixer: "npm:10.4.16"
Expand Down Expand Up @@ -9449,7 +9449,7 @@ __metadata:
"@redwoodjs/structure": "npm:6.0.7"
"@types/envinfo": "npm:7.8.3"
"@types/uuid": "npm:9.0.7"
"@types/yargs": "npm:17.0.31"
"@types/yargs": "npm:17.0.32"
"@whatwg-node/fetch": "npm:0.9.14"
ci-info: "npm:4.0.0"
core-js: "npm:3.34.0"
Expand Down Expand Up @@ -12628,12 +12628,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.31, @types/yargs@npm:^17.0.8":
version: 17.0.31
resolution: "@types/yargs@npm:17.0.31"
"@types/yargs@npm:17.0.32, @types/yargs@npm:^17.0.8":
version: 17.0.32
resolution: "@types/yargs@npm:17.0.32"
dependencies:
"@types/yargs-parser": "npm:*"
checksum: 1e04df99bd0ad8ac8b3748b6ac0e99a9a4efe20b9cd8eab69ac9503fe87ab9bec312ad56982e969cdb0e2c0679431434ad571f6934049adb15fa35b22810c867
checksum: 2095e8aad8a4e66b86147415364266b8d607a3b95b4239623423efd7e29df93ba81bb862784a6e08664f645cc1981b25fd598f532019174cd3e5e1e689e1cccf
languageName: node
linkType: hard

Expand Down