Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2023
1 parent c863878 commit 7b744c7
Show file tree
Hide file tree
Showing 47 changed files with 416 additions and 415 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"devDependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/generator": "7.20.14",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/generator": "7.21.1",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.20.13",
"@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.20.5",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.20.13",
"@babel/preset-typescript": "7.21.0",
"@babel/runtime-corejs3": "7.21.0",
"@npmcli/arborist": "6.2.3",
"@nrwl/nx-cloud": "15.0.3",
"@playwright/test": "1.30.0",
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.19.6",
"@babel/runtime-corejs3": "7.20.13",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/runtime-corejs3": "7.21.0",
"@fastify/http-proxy": "8.4.0",
"@fastify/static": "6.9.0",
"@fastify/url-data": "5.3.1",
Expand All @@ -48,8 +48,8 @@
"yargs": "17.7.1"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/aws-lambda": "8.10.110",
"@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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@prisma/client": "4.10.1",
"@whatwg-node/fetch": "0.8.1",
"core-js": "3.28.0",
Expand All @@ -42,8 +42,8 @@
"title-case": "3.0.3"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/aws-lambda": "8.10.110",
"@types/jsonwebtoken": "9.0.1",
"@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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.28.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/jsonwebtoken": "9.0.1",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.6",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/react": "18.0.28",
"jest": "29.4.2",
"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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.28.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.110",
"@types/jsonwebtoken": "9.0.1",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@azure/msal-browser": "2.33.0",
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/netlify-identity-widget": "1.9.3",
"@types/react": "18.0.28",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@clerk/clerk-sdk-node": "4.7.4",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.110",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@clerk/clerk-react": "4.11.3",
"@clerk/types": "3.28.1",
"@types/react": "18.0.28",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"base64url": "3.0.1",
"core-js": "3.28.0",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@simplewebauthn/server": "6.2.2",
"@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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"@simplewebauthn/browser": "6.2.2",
"core-js": "3.28.0",
Expand All @@ -31,8 +31,8 @@
"terminal-link": "2.1.1"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@simplewebauthn/typescript-types": "6.2.1",
"@types/secure-random-password": "0.2.1",
"@types/yargs": "17.0.22",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"@simplewebauthn/browser": "6.2.2",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@simplewebauthn/typescript-types": "6.2.1",
"@types/react": "18.0.28",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.28.0",
"firebase-admin": "10.3.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.110",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/react": "18.0.28",
"firebase": "9.17.1",
"jest": "29.4.2",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.28.0",
"jsonwebtoken": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@redwoodjs/api": "4.0.0",
"@types/aws-lambda": "8.10.110",
"@types/jsonwebtoken": "9.0.1",
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.20.13",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/cli-helpers": "4.0.0",
"core-js": "3.28.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@types/yargs": "17.0.22",
"jest": "29.4.2",
"typescript": "4.9.5"
Expand Down
Loading

0 comments on commit 7b744c7

Please sign in to comment.