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 committed May 16, 2022
1 parent 8b688f8 commit f656f7f
Show file tree
Hide file tree
Showing 20 changed files with 398 additions and 597 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -42,19 +42,19 @@
"devDependencies": {
"@actions/core": "1.8.2",
"@actions/exec": "1.1.1",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/node": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/node": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@playwright/test": "1.21.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-server/package.json
Expand Up @@ -27,8 +27,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/runtime-corejs3": "7.17.9",
"@fastify/http-proxy": "7.1.0",
"@fastify/static": "5.0.2",
"@fastify/url-data": "4.0.0",
Expand All @@ -47,8 +47,8 @@
"yargs": "17.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/aws-lambda": "8.10.97",
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Expand Up @@ -30,7 +30,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@prisma/client": "3.14.0",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
Expand All @@ -45,8 +45,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@clerk/clerk-sdk-node": "3.4.1",
"@redwoodjs/auth": "1.4.0",
"@types/aws-lambda": "8.10.97",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Expand Up @@ -22,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"core-js": "3.22.5"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.21.1",
"@azure/msal-browser": "2.24.0",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@clerk/clerk-js": "3.10.2",
"@clerk/clerk-sdk-node": "3.4.1",
"@clerk/types": "2.10.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Expand Up @@ -28,7 +28,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@prisma/sdk": "3.14.0",
"@redwoodjs/api-server": "1.4.0",
"@redwoodjs/internal": "1.4.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"yargs": "17.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/listr": "0.14.4",
"jest": "27.5.1",
"typescript": "4.6.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/codemods/package.json
Expand Up @@ -22,10 +22,10 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/plugin-transform-typescript": "7.16.8",
"@babel/runtime-corejs3": "7.17.9",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Expand Up @@ -34,25 +34,25 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/eslint-plugin": "7.16.5",
"@babel/node": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/eslint-plugin": "7.17.7",
"@babel/node": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.6",
"@redwoodjs/cli": "1.4.0",
"@redwoodjs/eslint-config": "1.4.0",
"@redwoodjs/internal": "1.4.0",
"@redwoodjs/testing": "1.4.0",
"babel-loader": "8.2.3",
"babel-loader": "8.2.5",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-inline-react-svg": "2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-redwood-app/package.json
Expand Up @@ -21,9 +21,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/node": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/core": "7.17.10",
"@babel/node": "7.17.10",
"@babel/runtime-corejs3": "7.17.9",
"@redwoodjs/internal": "1.4.0",
"@redwoodjs/telemetry": "1.4.0",
"chalk": "4.1.2",
Expand All @@ -35,7 +35,7 @@
"yargs": "17.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.17.10",
"jest": "27.5.1",
"typescript": "4.6.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Expand Up @@ -12,9 +12,9 @@
"build": "echo 'Nothing to build..'"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/eslint-parser": "7.16.5",
"@babel/eslint-plugin": "7.16.5",
"@babel/core": "7.17.10",
"@babel/eslint-parser": "7.17.0",
"@babel/eslint-plugin": "7.17.7",
"@redwoodjs/internal": "1.4.0",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
Expand All @@ -31,7 +31,7 @@
"prettier": "2.6.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.17.10",
"jest": "27.5.1",
"typescript": "4.6.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Expand Up @@ -21,14 +21,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"core-js": "3.22.5",
"pascalcase": "1.0.0",
"react-hook-form": "7.31.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-server/package.json
Expand Up @@ -22,7 +22,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@envelop/depth-limit": "1.5.2",
"@envelop/disable-introspection": "3.3.2",
"@envelop/filter-operation-type": "3.3.2",
Expand All @@ -44,8 +44,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@envelop/testing": "4.3.2",
"@envelop/types": "2.0.0",
"@redwoodjs/auth": "1.4.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/internal/package.json
Expand Up @@ -28,11 +28,11 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/parser": "7.16.7",
"@babel/plugin-transform-typescript": "7.16.7",
"@babel/register": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/traverse": "7.16.7",
"@babel/parser": "7.17.10",
"@babel/plugin-transform-typescript": "7.16.8",
"@babel/register": "7.17.7",
"@babel/runtime-corejs3": "7.17.9",
"@babel/traverse": "7.17.10",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/core": "2.5.1",
"@graphql-codegen/schema-ast": "2.4.1",
Expand All @@ -42,7 +42,7 @@
"@graphql-codegen/typescript-resolvers": "2.6.4",
"@redwoodjs/graphql-server": "1.4.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.5.0",
"babel-plugin-polyfill-corejs3": "0.5.2",
"chalk": "4.1.2",
"core-js": "3.22.5",
"deepmerge": "4.2.2",
Expand All @@ -59,8 +59,8 @@
"toml": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/babel-plugin-tester": "9.0.5",
"@types/babel__core": "7.1.19",
"@types/findup-sync": "4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/prerender/package.json
Expand Up @@ -24,7 +24,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@redwoodjs/auth": "1.4.0",
"@redwoodjs/internal": "1.4.0",
"@redwoodjs/router": "1.4.0",
Expand All @@ -37,8 +37,8 @@
"mime-types": "2.1.35"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/mime-types": "2.1.1",
"babel-plugin-tester": "10.1.0",
"jest": "27.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/record/package.json
Expand Up @@ -27,13 +27,13 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@prisma/client": "3.14.0",
"core-js": "3.22.5"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@prisma/sdk": "3.14.0",
"esbuild": "0.14.39",
"jest": "27.5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Expand Up @@ -22,15 +22,15 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "1.4.0",
"core-js": "3.22.5",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.16",
Expand Down
6 changes: 3 additions & 3 deletions packages/structure/package.json
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@prisma/sdk": "3.14.0",
"@redwoodjs/internal": "1.4.0",
"@types/line-column": "1.0.0",
Expand All @@ -55,8 +55,8 @@
"yargs-parser": "21.0.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.182",
"@types/lru-cache": "5.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/telemetry/package.json
Expand Up @@ -26,7 +26,7 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@redwoodjs/internal": "1.4.0",
"@redwoodjs/structure": "1.4.0",
"ci-info": "3.3.0",
Expand All @@ -38,8 +38,8 @@
"yargs": "17.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@types/envinfo": "7.8.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing/package.json
Expand Up @@ -26,7 +26,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@redwoodjs/auth": "1.4.0",
"@redwoodjs/graphql-server": "1.4.0",
"@redwoodjs/internal": "1.4.0",
Expand Down Expand Up @@ -57,8 +57,8 @@
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"typescript": "4.6.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down

0 comments on commit f656f7f

Please sign in to comment.