Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.21.5 (#8168)
Browse files Browse the repository at this point in the history
* chore(deps): update babel monorepo to v7.21.5

* chore: update snapshots
  • Loading branch information
renovate[bot] authored and jtoar committed Apr 29, 2023
1 parent b75acb5 commit 375b85a
Show file tree
Hide file tree
Showing 49 changed files with 432 additions and 434 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"devDependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/generator": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@babel/generator": "7.21.5",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.21.0",
"@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.0",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@babel/runtime-corejs3": "7.21.0",
"@babel/preset-typescript": "7.21.5",
"@babel/runtime-corejs3": "7.21.5",
"@faker-js/faker": "7.6.0",
"@npmcli/arborist": "6.2.8",
"@nrwl/nx-cloud": "16.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/runtime-corejs3": "7.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@fastify/http-proxy": "9.0.0",
"@fastify/static": "6.10.1",
"@fastify/url-data": "5.3.1",
Expand All @@ -49,8 +49,8 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/aws-lambda": "8.10.114",
"@types/lodash.escape": "4.0.7",
"@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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@prisma/client": "4.13.0",
"@whatwg-node/fetch": "0.8.8",
"core-js": "3.30.1",
Expand All @@ -42,8 +42,8 @@
"title-case": "3.0.3"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/aws-lambda": "8.10.114",
"@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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"core-js": "3.30.1",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.0.4",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/react": "18.2.0",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"core-js": "3.30.1",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@types/aws-lambda": "8.10.114",
"@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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@azure/msal-browser": "2.36.0",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.2.0",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@clerk/clerk-sdk-node": "4.8.6",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@types/aws-lambda": "8.10.114",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@clerk/clerk-react": "4.15.3",
"@clerk/types": "3.35.3",
"@types/react": "18.2.0",
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"base64url": "3.0.1",
"core-js": "3.30.1",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@simplewebauthn/server": "7.2.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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.30.1",
Expand All @@ -31,8 +31,8 @@
"terminal-link": "2.1.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.2",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@simplewebauthn/typescript-types": "7.0.0",
"@types/react": "18.2.0",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"core-js": "3.30.1",
"firebase-admin": "10.3.0"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@types/aws-lambda": "8.10.114",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/react": "18.2.0",
"firebase": "9.21.0",
"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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"core-js": "3.30.1",
"jsonwebtoken": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@redwoodjs/api": "5.0.2",
"@types/aws-lambda": "8.10.114",
"@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.21.0",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/cli-helpers": "5.0.2",
"core-js": "3.30.1"
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/cli": "7.21.5",
"@babel/core": "7.21.5",
"@types/yargs": "17.0.24",
"jest": "29.5.0",
"typescript": "5.0.4"
Expand Down
Loading

0 comments on commit 375b85a

Please sign in to comment.