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 Jul 20, 2022
1 parent cca9228 commit cc5c3d7
Show file tree
Hide file tree
Showing 20 changed files with 933 additions and 1,128 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -42,19 +42,19 @@
"devDependencies": {
"@actions/core": "1.9.0",
"@actions/exec": "1.1.1",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/node": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/node": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.9",
"@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.9",
"@babel/preset-env": "7.18.9",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.18.9",
"@playwright/test": "1.23.4",
"@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 @@ -28,8 +28,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.18.9",
"@babel/runtime-corejs3": "7.18.9",
"@fastify/http-proxy": "7.1.0",
"@fastify/static": "5.0.2",
"@fastify/url-data": "4.0.0",
Expand All @@ -48,8 +48,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@types/aws-lambda": "8.10.101",
"@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.18.9",
"@prisma/client": "3.15.2",
"base64url": "3.0.1",
"core-js": "3.23.5",
Expand All @@ -46,8 +46,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@clerk/clerk-sdk-node": "3.8.6",
"@redwoodjs/auth": "2.1.0",
"@simplewebauthn/server": "5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Expand Up @@ -23,14 +23,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"core-js": "3.23.5"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.2",
"@azure/msal-browser": "2.28.0",
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@clerk/clerk-js": "3.16.4",
"@clerk/clerk-react": "3.5.0",
"@clerk/clerk-sdk-node": "3.8.6",
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.18.9",
"@prisma/sdk": "3.15.2",
"@redwoodjs/api-server": "2.1.0",
"@redwoodjs/internal": "2.1.0",
Expand Down Expand Up @@ -66,8 +66,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@types/listr": "0.14.4",
"jest": "27.5.1",
"typescript": "4.7.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.18.9",
"@babel/core": "7.18.9",
"@babel/plugin-transform-typescript": "7.18.8",
"@babel/runtime-corejs3": "7.18.9",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.23.5",
"cross-undici-fetch": "0.4.14",
Expand Down
28 changes: 14 additions & 14 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/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-private-property-in-object": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/eslint-plugin": "7.17.7",
"@babel/node": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.9",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.18.9",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@redwoodjs/cli": "2.1.0",
"@redwoodjs/eslint-config": "2.1.0",
"@redwoodjs/internal": "2.1.0",
"@redwoodjs/testing": "2.1.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.18.9",
"@babel/node": "7.18.9",
"@babel/runtime-corejs3": "7.18.9",
"@redwoodjs/internal": "2.1.0",
"@redwoodjs/telemetry": "2.1.0",
"chalk": "4.1.2",
Expand All @@ -35,7 +35,7 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.18.9",
"jest": "27.5.1",
"typescript": "4.7.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.18.9",
"@babel/eslint-parser": "7.18.9",
"@babel/eslint-plugin": "7.17.7",
"@redwoodjs/internal": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
Expand All @@ -31,7 +31,7 @@
"prettier": "2.7.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/cli": "7.18.9",
"jest": "27.5.1",
"typescript": "4.7.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Expand Up @@ -22,14 +22,14 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.18.9",
"core-js": "3.23.5",
"pascalcase": "1.0.0",
"react-hook-form": "7.33.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@testing-library/dom": "8.16.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.18.9",
"@envelop/depth-limit": "1.6.0",
"@envelop/disable-introspection": "3.4.0",
"@envelop/filter-operation-type": "3.4.0",
Expand All @@ -44,8 +44,8 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@envelop/testing": "4.4.0",
"@envelop/types": "2.0.0",
"@redwoodjs/auth": "2.1.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.18.9",
"@babel/plugin-transform-typescript": "7.18.8",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.18.9",
"@babel/traverse": "7.18.9",
"@graphql-codegen/cli": "2.9.0",
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/schema-ast": "2.5.0",
Expand All @@ -42,7 +42,7 @@
"@graphql-codegen/typescript-resolvers": "2.7.2",
"@redwoodjs/graphql-server": "2.1.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.23.5",
"deepmerge": "4.2.2",
Expand All @@ -60,8 +60,8 @@
"toml": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@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.18.9",
"@redwoodjs/auth": "2.1.0",
"@redwoodjs/internal": "2.1.0",
"@redwoodjs/router": "2.1.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.18.9",
"@babel/core": "7.18.9",
"@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.18.9",
"@prisma/client": "3.15.2",
"core-js": "3.23.5"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@prisma/sdk": "3.15.2",
"esbuild": "0.14.49",
"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.18.9",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "2.1.0",
"core-js": "3.23.5",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
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.18.9",
"@prisma/sdk": "3.15.2",
"@redwoodjs/internal": "2.1.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.18.9",
"@babel/core": "7.18.9",
"@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.18.9",
"@redwoodjs/internal": "2.1.0",
"@redwoodjs/structure": "2.1.0",
"ci-info": "3.3.2",
Expand All @@ -38,8 +38,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@types/envinfo": "7.8.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.10",
Expand Down

0 comments on commit cc5c3d7

Please sign in to comment.