Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency @types/babel__core to v7.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent a89f4b4 commit d7c1012
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 93 deletions.
208 changes: 123 additions & 85 deletions .pnp.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0",
"@types/babel__core": "7.1.16",
"@types/babel__core": "7.20.4",
"@types/babel__preset-env": "7.9.2",
"@types/common-tags": "1.8.1",
"@types/eventsource": "1.1.7",
Expand Down
48 changes: 41 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-string-parser@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/helper-string-parser@npm:7.22.5"
checksum: 43622b7f87fda6b5f4a4e6eabef0562d3ce96089673654767c9a8ca6a0c02a2b95a83918bc5c9a640fac301aa4b19e342caa2e0fd53d6303783b19c91f103a2a
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.12.11":
version: 7.12.11
resolution: "@babel/helper-validator-identifier@npm:7.12.11"
Expand Down Expand Up @@ -1018,6 +1025,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
checksum: 8955fc7aaaddb063d04e47800f8d036e46c6ba9cc5262d2686046dfb2b96cde57a8b77c89d6222e7979ad60bdf17231bea10688bde02e203acc71854c3db18d9
languageName: node
linkType: hard

"@babel/helper-validator-option@npm:^7.12.17":
version: 7.12.17
resolution: "@babel/helper-validator-option@npm:7.12.17"
Expand Down Expand Up @@ -1203,6 +1217,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.20.7":
version: 7.23.0
resolution: "@babel/parser@npm:7.23.0"
bin:
parser: ./bin/babel-parser.js
checksum: 60242180a451fff3fe0dcf9c074ab7b1b9594a1e1bd774bb2ea33ca118d94b823bb39f7911faaa06c29dc4e5b233f197de7e7c4fdeb481c690854cc21cd4ec1a
languageName: node
linkType: hard

"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.15.4":
version: 7.15.4
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.15.4"
Expand Down Expand Up @@ -2339,6 +2362,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.20.7":
version: 7.23.0
resolution: "@babel/types@npm:7.23.0"
dependencies:
"@babel/helper-string-parser": ^7.22.5
"@babel/helper-validator-identifier": ^7.22.20
to-fast-properties: ^2.0.0
checksum: 09385e5c1a49287496d1e285ed7fa49230d5d2c04f22bde9bb8f5983ef9af1de264d8f402679b5eac2a6a9b575a798567844563b367a07daee9aff3e794589c3
languageName: node
linkType: hard

"@bcoe/v8-coverage@npm:^0.2.3":
version: 0.2.3
resolution: "@bcoe/v8-coverage@npm:0.2.3"
Expand Down Expand Up @@ -3028,16 +3062,16 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:7.1.16":
version: 7.1.16
resolution: "@types/babel__core@npm:7.1.16"
"@types/babel__core@npm:7.20.4":
version: 7.20.4
resolution: "@types/babel__core@npm:7.20.4"
dependencies:
"@babel/parser": ^7.1.0
"@babel/types": ^7.0.0
"@babel/parser": ^7.20.7
"@babel/types": ^7.20.7
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 4a5f8c659082d0a43029b5e99b805615d2186b2c8e48d14ac9da0040e8ccffdfd2de0370c9a172ca2963d18ba682c78f3f8624dfe228c6c3c4cd08bde4596b57
checksum: 382f3a9c5fbeca83feae047bba821e3877f76aafe1f8256a6904da0ec097595fea7bc031990727e213b4481b6ec1bec6559c88a4321a39a93c7a83752f6fa254
languageName: node
linkType: hard

Expand Down Expand Up @@ -8080,7 +8114,7 @@ fsevents@^2.3.2:
"@babel/preset-typescript": 7.15.0
"@octokit/types": ^6.12.2
"@octokit/webhooks": 7.21.0
"@types/babel__core": 7.1.16
"@types/babel__core": 7.20.4
"@types/babel__preset-env": 7.9.2
"@types/common-tags": 1.8.1
"@types/eventsource": 1.1.7
Expand Down

0 comments on commit d7c1012

Please sign in to comment.