Skip to content

Commit

Permalink
Update dependency @types/babel__core to v7.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent 4e27817 commit 5dcbd3a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 8 deletions.
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.0",
"@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.19.4":
version: 7.19.4
resolution: "@babel/helper-string-parser@npm:7.19.4"
checksum: b2f8a3920b30dfac81ec282ac4ad9598ea170648f8254b10f475abe6d944808fb006aab325d3eb5a8ad3bea8dfa888cfa6ef471050dae5748497c110ec060943
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.19.1":
version: 7.19.1
resolution: "@babel/helper-validator-identifier@npm:7.19.1"
checksum: 0eca5e86a729162af569b46c6c41a63e18b43dbe09fda1d2a3c8924f7d617116af39cac5e4cd5d431bb760b4dca3c0970e0c444789b1db42bcf1fa41fbad0a3a
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.21.3
resolution: "@babel/parser@npm:7.21.3"
bin:
parser: ./bin/babel-parser.js
checksum: a71e6456a1260c2a943736b56cc0acdf5f2a53c6c79e545f56618967e51f9b710d1d3359264e7c979313a7153741b1d95ad8860834cc2ab4ce4f428b13cc07be
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.21.3
resolution: "@babel/types@npm:7.21.3"
dependencies:
"@babel/helper-string-parser": ^7.19.4
"@babel/helper-validator-identifier": ^7.19.1
to-fast-properties: ^2.0.0
checksum: b750274718ba9cefd0b81836c464009bb6ba339fccce51b9baff497a0a2d96c044c61dc90cf203cec0adc770454b53a9681c3f7716883c802b85ab84c365ba35
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.0":
version: 7.20.0
resolution: "@types/babel__core@npm:7.20.0"
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: 49b601a0a7637f1f387442c8156bd086cfd10ff4b82b0e1994e73a6396643b5435366fb33d6b604eade8467cca594ef97adcbc412aede90bb112ebe88d0ad6df
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.0
"@types/babel__preset-env": 7.9.2
"@types/prettier": 2.4.4
"@typescript-eslint/eslint-plugin": 5.16.0
Expand Down

0 comments on commit 5dcbd3a

Please sign in to comment.