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 3, 2022
1 parent 38e0037 commit 14b99cf
Show file tree
Hide file tree
Showing 20 changed files with 378 additions and 577 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -42,16 +42,16 @@
"devDependencies": {
"@actions/core": "1.7.0",
"@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-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.9",
"@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
6 changes: 3 additions & 3 deletions packages/api-server/package.json
Expand Up @@ -27,7 +27,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"ansi-colors": "4.1.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
Expand All @@ -45,8 +45,8 @@
"yargs": "16.2.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.95",
"@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.13.0",
"cross-undici-fetch": "0.3.6",
"crypto-js": "4.1.1",
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",
"@redwoodjs/auth": "1.2.1",
"@types/crypto-js": "4.1.1",
"@types/jsonwebtoken": "8.5.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@auth0/auth0-spa-js": "1.21.0",
"@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.9.0",
"@clerk/clerk-sdk-node": "3.3.10",
"@clerk/types": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -64,8 +64,8 @@
"yargs": "16.2.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.4",
"cross-undici-fetch": "0.3.6",
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Expand Up @@ -32,25 +32,25 @@
"prepublishOnly": "NODE_ENV=production yarn build"
},
"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.5",
"@redwoodjs/cli": "1.2.1",
"@redwoodjs/eslint-config": "1.2.1",
"@redwoodjs/internal": "1.2.1",
"@redwoodjs/testing": "1.2.1",
"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.2.1",
"@redwoodjs/telemetry": "1.2.1",
"chalk": "4.1.2",
Expand All @@ -34,7 +34,7 @@
"yargs": "16.2.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.2.1",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.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,13 +21,13 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"pascalcase": "1.0.0",
"react-hook-form": "7.30.0"
},
"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
4 changes: 2 additions & 2 deletions packages/graphql-server/package.json
Expand Up @@ -43,8 +43,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.1",
"@envelop/types": "2.0.0",
"@redwoodjs/auth": "1.2.1",
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.1",
"@redwoodjs/graphql-server": "1.2.1",
"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.4",
"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.17.10",
"@babel/core": "7.17.10",
"@types/babel-plugin-tester": "9.0.4",
"@types/babel__core": "7.1.19",
"@types/findup-sync": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/prerender/package.json
Expand Up @@ -35,8 +35,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
4 changes: 2 additions & 2 deletions packages/record/package.json
Expand Up @@ -31,8 +31,8 @@
"core-js": "3.22.4"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@prisma/sdk": "3.13.0",
"esbuild": "0.14.38",
"jest": "27.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Expand Up @@ -28,8 +28,8 @@
"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",
"jest": "27.5.1",
"prop-types": "15.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/structure/package.json
Expand Up @@ -53,8 +53,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.2.1",
"@redwoodjs/structure": "1.2.1",
"ci-info": "3.3.0",
Expand All @@ -37,8 +37,8 @@
"yargs": "16.2.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": "16.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Expand Up @@ -55,8 +55,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
6 changes: 3 additions & 3 deletions packages/web/package.json
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@apollo/client": "3.5.10",
"@babel/runtime-corejs3": "7.16.7",
"@babel/runtime-corejs3": "7.17.9",
"@redwoodjs/auth": "1.2.1",
"graphql": "16.4.0",
"graphql-tag": "2.12.6",
Expand All @@ -47,8 +47,8 @@
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@types/react": "17.0.44",
Expand Down

0 comments on commit 14b99cf

Please sign in to comment.