Skip to content

Commit

Permalink
Update babel monorepo to v7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 8d01d38 commit 4c0335f
Show file tree
Hide file tree
Showing 44 changed files with 169 additions and 169 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@babel/core": "^7.22.20",
"@babel/generator": "7.23.6",
"@babel/node": "7.23.9",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/plugin-proposal-decorators": "7.24.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "7.23.4",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "7.2.2",
"@playwright/test": "1.41.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@prisma/client": "5.10.2",
"@whatwg-node/fetch": "0.9.16",
"core-js": "3.35.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
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 @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@clerk/clerk-sdk-node": "4.13.7",
"core-js": "3.35.1"
},
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 @@ -21,7 +21,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
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 @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/project-config": "7.0.0",
"base64url": "3.0.1",
"core-js": "3.35.1",
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 @@ -21,7 +21,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.35.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.35.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"firebase-admin": "11.11.1"
},
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 @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"jsonwebtoken": "9.0.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 @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"jsonwebtoken": "9.0.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 @@ -21,7 +21,7 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
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 @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/cli-helpers": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"react": "0.0.0-experimental-e5205658f-20230913"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/register": "^7.22.15",
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@babel/traverse": "^7.22.20",
"@redwoodjs/project-config": "7.0.0",
"babel-plugin-auto-import": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@iarna/toml": "2.2.5",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/core": "1.21.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 @@ -27,7 +27,7 @@
"@babel/core": "^7.22.20",
"@babel/parser": "^7.22.16",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@babel/traverse": "^7.22.20",
"@iarna/toml": "2.2.5",
"@redwoodjs/project-config": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/cli": "7.23.9",
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@redwoodjs/cli": "7.0.0",
"@redwoodjs/eslint-config": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"core-js": "3.35.1",
"graphql": "16.8.1",
"pascalcase": "1.0.0",
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 @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@envelop/core": "5.0.0",
"@envelop/depth-limit": "4.0.0",
"@envelop/disable-introspection": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "^7.22.16",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@babel/traverse": "^7.22.20",
"@graphql-codegen/add": "4.0.1",
"@graphql-codegen/cli": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"@redwoodjs/internal": "7.0.0",
"@redwoodjs/project-config": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@prisma/client": "5.10.2",
"@redwoodjs/project-config": "7.0.0",
"core-js": "3.35.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@iarna/toml": "2.2.5",
"@prisma/internals": "5.10.2",
"@redwoodjs/project-config": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/project-config": "7.0.0",
"@redwoodjs/structure": "7.0.0",
"@whatwg-node/fetch": "0.9.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/auth": "7.0.0",
"@redwoodjs/babel-config": "7.0.0",
"@redwoodjs/context": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"test:watch": "vitest watch src"
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.9",
"@babel/runtime-corejs3": "7.24.0",
"@redwoodjs/internal": "7.0.0",
"@redwoodjs/project-config": "7.0.0",
"@redwoodjs/web": "7.0.0",
Expand Down
Loading

0 comments on commit 4c0335f

Please sign in to comment.