Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @types/babel__core to v7.20.2 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@preconstruct/cli": "2.1.5",
"@types/babel__core": "7.1.19",
"@types/babel__core": "7.20.2",
"@types/babel__preset-env": "7.9.2",
"@types/prettier": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.16.0",
Expand Down
48 changes: 41 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,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: 836851ca5ec813077bbb303acc992d75a360267aa3b5de7134d220411c852a6f17de7c0d0b8c8dcc0f567f67874c00f4528672b2a4f1bc978a3ada64c8c78467
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.14.5, @babel/helper-validator-identifier@npm:^7.14.9, @babel/helper-validator-identifier@npm:^7.15.7":
version: 7.15.7
resolution: "@babel/helper-validator-identifier@npm:7.15.7"
Expand All @@ -603,6 +610,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.19":
version: 7.22.19
resolution: "@babel/helper-validator-identifier@npm:7.22.19"
checksum: cf1f94d35cdb2d0f519b31954d1c54929fb31cf8af70fed12b3a1e777c296fabe747e56d9ae3d181c1c96f33ac66aff9501189542554b6fe0508748a38c1c17f
languageName: node
linkType: hard

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

"@babel/parser@npm:^7.20.7":
version: 7.22.16
resolution: "@babel/parser@npm:7.22.16"
bin:
parser: ./bin/babel-parser.js
checksum: 944c756b5bdeb07b9fec16ecef6b3c61aff9d4c4b924abadcf01afa1840a740b8e2357ae00482b5b37daad6d2bfd848c947f27ad65138d687b6fdc924bc59edd
languageName: node
linkType: hard

"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.16.7":
version: 7.16.7
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.16.7"
Expand Down Expand Up @@ -1864,6 +1887,17 @@ __metadata:
languageName: node
linkType: hard

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

"@eslint/eslintrc@npm:^1.2.1":
version: 1.2.1
resolution: "@eslint/eslintrc@npm:1.2.1"
Expand Down Expand Up @@ -2841,16 +2875,16 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:7.1.19":
version: 7.1.19
resolution: "@types/babel__core@npm:7.1.19"
"@types/babel__core@npm:7.20.2":
version: 7.20.2
resolution: "@types/babel__core@npm:7.20.2"
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: 8c9fa87a1c2224cbec251683a58bebb0d74c497118034166aaa0491a4e2627998a6621fc71f8a60ffd27d9c0c52097defedf7637adc6618d0331c15adb302338
checksum: 564fbaa8ff1305d50807ada0ec227c3e7528bebb2f8fe6b2ed88db0735a31511a74ad18729679c43eeed8025ed29d408f53059289719e95ab1352ed559a100bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -4855,7 +4889,7 @@ fsevents@~2.3.2:
"@babel/preset-react": 7.16.7
"@babel/preset-typescript": 7.16.7
"@preconstruct/cli": 2.1.5
"@types/babel__core": 7.1.19
"@types/babel__core": 7.20.2
"@types/babel__preset-env": 7.9.2
"@types/prettier": 2.4.4
"@typescript-eslint/eslint-plugin": 5.16.0
Expand Down
Loading