Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2022
1 parent 1608ab2 commit 05a05ca
Show file tree
Hide file tree
Showing 20 changed files with 156 additions and 156 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/exec": "1.1.1",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/generator": "7.19.0",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/generator": "7.19.3",
"@babel/node": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.1",
"@babel/plugin-proposal-decorators": "7.19.3",
"@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.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-env": "7.19.3",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 @@ -46,8 +46,8 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@clerk/clerk-sdk-node": "3.9.2",
"@redwoodjs/auth": "3.0.3",
"@simplewebauthn/server": "6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.4",
"@azure/msal-browser": "2.28.3",
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 @@ -65,8 +65,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 @@ -22,9 +22,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/plugin-transform-typescript": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/plugin-transform-typescript": "7.19.3",
"@babel/runtime-corejs3": "7.19.1",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.25.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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.1",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-env": "7.19.3",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime-corejs3": "7.19.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/node": "7.19.1",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/internal": "3.0.3",
Expand All @@ -36,7 +36,7 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/cli": "7.19.3",
"@types/prompts": "2.4.0",
"jest": "29.0.3",
"typescript": "4.7.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "echo 'Nothing to build..'"
},
"dependencies": {
"@babel/core": "7.19.1",
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@redwoodjs/internal": "3.0.3",
Expand All @@ -31,7 +31,7 @@
"prettier": "2.7.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/cli": "7.19.3",
"jest": "29.0.3",
"typescript": "4.7.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"react-hook-form": "7.36.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@testing-library/dom": "8.18.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 @@ -44,8 +44,8 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@envelop/testing": "4.4.2",
"@envelop/types": "2.3.1",
"@redwoodjs/auth": "3.0.3",
Expand Down
10 changes: 5 additions & 5 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.1",
"@babel/plugin-transform-typescript": "7.19.1",
"@babel/parser": "7.19.3",
"@babel/plugin-transform-typescript": "7.19.3",
"@babel/register": "7.18.9",
"@babel/runtime-corejs3": "7.19.1",
"@babel/traverse": "7.19.1",
"@babel/traverse": "7.19.3",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.11.7",
"@graphql-codegen/core": "2.6.2",
Expand Down Expand Up @@ -62,8 +62,8 @@
"typescript": "4.7.4"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 @@ -38,8 +38,8 @@
"mime-types": "2.1.35"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 @@ -32,8 +32,8 @@
"core-js": "3.25.3"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@prisma/internals": "4.3.1",
"esbuild": "0.15.9",
"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 @@ -29,8 +29,8 @@
"lodash.isequal": "4.5.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/lodash.isequal": "4.5.6",
"@types/react": "17.0.50",
"@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 @@ -55,8 +55,8 @@
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.185",
"@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 @@ -38,8 +38,8 @@
"yargs": "17.5.1"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@types/envinfo": "7.8.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"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 @@ -48,8 +48,8 @@
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@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 05a05ca

Please sign in to comment.