Skip to content

Commit

Permalink
Merge branch 'main' into renovate/isbot-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Nov 16, 2023
2 parents 5974c6d + 1f2829d commit 345f7e4
Show file tree
Hide file tree
Showing 25 changed files with 83 additions and 96 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/babel__generator": "7.6.5",
"@types/babel__generator": "7.6.7",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.4",
"@types/jest": "29.5.8",
"@types/jscodeshift": "0.11.6",
"@types/ncp": "2.0.5",
"@types/prompts": "2.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@types/aws-lambda": "8.10.126",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/qs": "6.9.7",
"@types/split2": "4.2.0",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"aws-lambda": "1.0.7",
"jest": "29.7.0",
"typescript": "5.2.2"
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@simplewebauthn/typescript-types": "7.4.0",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.0",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/babel-plugin-tester": "9.0.7",
"@types/babel__core": "7.20.2",
"@types/babel__core": "7.20.4",
"babel-plugin-tester": "11.0.4",
"esbuild": "0.19.5",
"jest": "29.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@babel/cli": "7.23.0",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/pascalcase": "1.0.1",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0",
"typescript": "5.2.2"
},
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.6.0",
"@types/fs-extra": "11.0.1",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"esbuild": "0.19.5",
"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.24",
"@types/yargs": "17.0.31",
"esbuild": "0.19.5",
"fast-glob": "3.3.2",
"jest": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/babel__core": "7.20.2",
"@types/babel__core": "7.20.4",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.4",
"@types/jest": "29.5.8",
"@types/jscodeshift": "0.11.6",
"@types/prettier": "2.7.3",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"fs-extra": "11.1.1",
"tempy": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"webpack-retry-chunk-load-plugin": "3.1.1"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"jest": "29.7.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/plugin-transform-typescript": "^7.22.15",
"@types/babel__core": "7.20.2",
"@types/babel__core": "7.20.4",
"esbuild": "0.19.5",
"jest": "29.7.0",
"klaw-sync": "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.126",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/qs": "6.9.7",
"esbuild": "0.19.5",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@redwoodjs/project-config": "6.0.7",
"@redwoodjs/realtime": "6.0.7",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/uuid": "9.0.7",
"@whatwg-node/fetch": "0.9.14",
"aws-lambda": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@types/fs-extra": "11.0.1",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/lru-cache": "7.10.10",
"@types/node": "18.18.9",
"@types/vscode": "1.79.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@tremor/react": "3.4.1",
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.201",
"@types/mailparser": "^3",
"@types/qs": "6.9.7",
"@types/react": "18.2.14",
Expand All @@ -77,7 +77,7 @@
"@types/smtp-server": "^3",
"@types/split2": "4.2.0",
"@types/uuid": "9.0.7",
"@types/yargs": "17.0.24",
"@types/yargs": "17.0.31",
"@vitejs/plugin-react": "4.1.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.24",
"@types/yargs": "17.0.31",
"jest": "29.7.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/aws-lambda": "8.10.126",
"@types/babel-core": "6.25.8",
"@types/jest": "29.5.4",
"@types/babel-core": "6.25.10",
"@types/jest": "29.5.8",
"@types/node": "18.18.9",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
Expand Down
Loading

0 comments on commit 345f7e4

Please sign in to comment.