Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 14, 2023
1 parent 0c83254 commit 2f05407
Show file tree
Hide file tree
Showing 48 changed files with 1,004 additions and 995 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/glob": "0.4.0",
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/generator": "7.22.3",
"@babel/node": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@babel/generator": "7.22.5",
"@babel/node": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.3",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@babel/runtime-corejs3": "7.22.3",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "6.2.9",
"@playwright/test": "1.34.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/runtime-corejs3": "7.22.3",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
"@fastify/http-proxy": "9.2.0",
"@fastify/static": "6.10.2",
"@fastify/url-data": "5.3.1",
Expand All @@ -50,8 +50,8 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/aws-lambda": "8.10.117",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.7",
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.3",
"@babel/runtime-corejs3": "7.22.5",
"@prisma/client": "4.15.0",
"@whatwg-node/fetch": "0.9.6",
"core-js": "3.30.2",
Expand All @@ -42,8 +42,8 @@
"title-case": "3.0.3"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/aws-lambda": "8.10.117",
"@types/jsonwebtoken": "9.0.2",
"@types/memjs": "1",
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,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"core-js": "3.30.2",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/jsonwebtoken": "9.0.2",
"jest": "29.5.0",
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,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
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,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.0.7",
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/react": "18.2.12",
"jest": "29.5.0",
"react": "18.2.0",
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,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"core-js": "3.30.2",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.117",
"@types/jsonwebtoken": "9.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
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,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@azure/msal-browser": "2.37.1",
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.2.12",
"jest": "29.5.0",
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,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@clerk/clerk-sdk-node": "4.10.6",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.117",
"jest": "29.5.0",
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,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
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,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@clerk/clerk-react": "4.18.0",
"@clerk/types": "3.42.0",
"@types/react": "18.2.12",
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,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
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,16 +22,16 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"base64url": "3.0.1",
"core-js": "3.30.2",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@simplewebauthn/server": "7.3.0",
"@types/crypto-js": "4.1.1",
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.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.30.2",
Expand All @@ -31,8 +31,8 @@
"terminal-link": "2.1.1"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@simplewebauthn/typescript-types": "7.0.0",
"@types/secure-random-password": "0.2.1",
"@types/yargs": "17.0.24",
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
Expand Up @@ -23,14 +23,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/auth": "5.0.0",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@simplewebauthn/typescript-types": "7.0.0",
"@types/react": "18.2.12",
"jest": "29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"core-js": "3.30.2",
"firebase-admin": "10.3.0"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.117",
"jest": "29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/react": "18.2.12",
"firebase": "9.22.2",
"jest": "29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"core-js": "3.30.2",
"jsonwebtoken": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@redwoodjs/api": "5.0.0",
"@types/aws-lambda": "8.10.117",
"@types/jsonwebtoken": "9.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.3",
"@babel/runtime-corejs3": "7.22.5",
"@redwoodjs/cli-helpers": "5.0.0",
"core-js": "3.30.2"
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/cli": "7.22.5",
"@babel/core": "7.22.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.1.3"
Expand Down
Loading

0 comments on commit 2f05407

Please sign in to comment.