Skip to content

Commit 7b91404

Browse files
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining) from 7.18.9 to 7.21.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-proposal-optional-chaining) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-optional-chaining" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81703db commit 7b91404

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/core": "7.19.3",
6464
"@babel/helper-skip-transparent-expression-wrappers": "7.18.9",
6565
"@babel/plugin-proposal-class-properties": "7.18.6",
66-
"@babel/plugin-proposal-optional-chaining": "7.18.9",
66+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
6767
"@babel/plugin-transform-classes": "7.19.0",
6868
"@babel/plugin-transform-runtime": "7.19.1",
6969
"@babel/plugin-transform-typescript": "7.19.3",

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
dependencies:
260260
"@babel/types" "^7.18.9"
261261

262-
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9", "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
262+
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
263263
version "7.20.0"
264264
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
265265
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
@@ -440,19 +440,10 @@
440440
"@babel/helper-plugin-utils" "^7.18.6"
441441
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
442442

443-
444-
version "7.18.9"
445-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
446-
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
447-
dependencies:
448-
"@babel/helper-plugin-utils" "^7.18.9"
449-
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
450-
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
451-
452-
"@babel/plugin-proposal-optional-chaining@^7.18.9", "@babel/plugin-proposal-optional-chaining@^7.20.7":
453-
version "7.20.7"
454-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz#49f2b372519ab31728cc14115bb0998b15bfda55"
455-
integrity sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==
443+
"@babel/[email protected]", "@babel/plugin-proposal-optional-chaining@^7.18.9", "@babel/plugin-proposal-optional-chaining@^7.20.7":
444+
version "7.21.0"
445+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
446+
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
456447
dependencies:
457448
"@babel/helper-plugin-utils" "^7.20.2"
458449
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"

0 commit comments

Comments
 (0)