Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#6389)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2022
1 parent 811b11a commit 9a0af6d
Show file tree
Hide file tree
Showing 20 changed files with 246 additions and 238 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"@actions/core": "1.9.1",
"@actions/exec": "1.1.1",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@babel/generator": "7.19.0",
"@babel/node": "7.18.10",
"@babel/node": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.0",
"@babel/plugin-proposal-decorators": "7.19.1",
"@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.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@nrwl/nx-cloud": "14.3.0",
"@playwright/test": "1.25.1",
"@testing-library/jest-dom": "5.16.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 @@ -28,8 +28,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/runtime-corejs3": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/runtime-corejs3": "7.19.1",
"@fastify/http-proxy": "8.2.2",
"@fastify/static": "6.5.0",
"@fastify/url-data": "5.1.0",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/aws-lambda": "8.10.101",
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@prisma/client": "4.3.1",
"base64url": "3.0.1",
"core-js": "3.25.1",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@clerk/clerk-sdk-node": "3.9.2",
"@redwoodjs/auth": "3.0.0",
"@simplewebauthn/server": "6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/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.19.0",
"@babel/runtime-corejs3": "7.19.1",
"core-js": "3.25.1"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.3",
"@azure/msal-browser": "2.28.1",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@clerk/clerk-js": "3.17.0",
"@clerk/clerk-react": "3.5.1",
"@clerk/clerk-sdk-node": "3.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/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.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@prisma/internals": "4.3.1",
"@redwoodjs/api-server": "3.0.0",
"@redwoodjs/internal": "3.0.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/listr": "0.14.4",
"jest": "29.0.3",
"typescript": "4.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"dependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/plugin-transform-typescript": "7.19.0",
"@babel/runtime-corejs3": "7.19.0",
"@babel/core": "7.19.1",
"@babel/plugin-transform-typescript": "7.19.1",
"@babel/runtime-corejs3": "7.19.1",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.25.1",
"cross-undici-fetch": "0.4.14",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
},
"dependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/eslint-plugin": "7.18.10",
"@babel/node": "7.18.10",
"@babel/core": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@babel/node": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.0",
"@babel/plugin-proposal-decorators": "7.19.1",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.10",
"@babel/preset-env": "7.19.0",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@redwoodjs/cli": "3.0.0",
"@redwoodjs/eslint-config": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/core": "7.19.0",
"@babel/node": "7.18.10",
"@babel/runtime-corejs3": "7.19.0",
"@babel/core": "7.19.1",
"@babel/node": "7.19.1",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/internal": "3.0.0",
"@redwoodjs/telemetry": "3.0.0",
"chalk": "4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "echo 'Nothing to build..'"
},
"dependencies": {
"@babel/core": "7.19.0",
"@babel/eslint-parser": "7.18.9",
"@babel/eslint-plugin": "7.18.10",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@redwoodjs/internal": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/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.19.0",
"@babel/runtime-corejs3": "7.19.1",
"core-js": "3.25.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.35.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@testing-library/dom": "8.17.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@envelop/depth-limit": "1.6.2",
"@envelop/disable-introspection": "3.4.2",
"@envelop/filter-operation-type": "3.4.2",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@envelop/testing": "4.4.2",
"@envelop/types": "2.3.1",
"@redwoodjs/auth": "3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/parser": "7.19.0",
"@babel/plugin-transform-typescript": "7.19.0",
"@babel/parser": "7.19.1",
"@babel/plugin-transform-typescript": "7.19.1",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.19.0",
"@babel/traverse": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@babel/traverse": "7.19.1",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.11.7",
"@graphql-codegen/core": "2.6.2",
Expand All @@ -43,7 +43,7 @@
"@graphql-codegen/typescript-resolvers": "2.7.3",
"@redwoodjs/graphql-server": "3.0.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.5.3",
"babel-plugin-polyfill-corejs3": "0.6.0",
"chalk": "4.1.2",
"core-js": "3.25.1",
"deepmerge": "4.2.2",
Expand All @@ -62,7 +62,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/babel-plugin-tester": "9.0.5",
"@types/babel__core": "7.1.19",
"@types/findup-sync": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/prerender/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.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/auth": "3.0.0",
"@redwoodjs/internal": "3.0.0",
"@redwoodjs/router": "3.0.0",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/mime-types": "2.1.1",
"babel-plugin-tester": "10.1.0",
"jest": "29.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@prisma/client": "4.3.1",
"core-js": "3.25.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@prisma/internals": "4.3.1",
"esbuild": "0.15.7",
"jest": "29.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "3.0.0",
"core-js": "3.25.1",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.48",
"@types/react-dom": "17.0.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@prisma/internals": "4.3.1",
"@redwoodjs/internal": "3.0.0",
"@types/line-column": "1.0.0",
Expand All @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.184",
"@types/lru-cache": "5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/internal": "3.0.0",
"@redwoodjs/structure": "3.0.0",
"ci-info": "3.3.2",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@types/envinfo": "7.8.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/auth": "3.0.0",
"@redwoodjs/graphql-server": "3.0.0",
"@redwoodjs/internal": "3.0.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"typescript": "4.7.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@apollo/client": "3.6.9",
"@babel/runtime-corejs3": "7.19.0",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/auth": "3.0.0",
"core-js": "3.25.1",
"graphql": "16.6.0",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/prop-types": "15.7.5",
Expand Down
Loading

0 comments on commit 9a0af6d

Please sign in to comment.