Skip to content

Commit 3e73279

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.14.5 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 6d0074d commit 3e73279

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/cli": "7.15.7",
3939
"@babel/core": "7.15.5",
40-
"@babel/plugin-proposal-optional-chaining": "7.14.5",
40+
"@babel/plugin-proposal-optional-chaining": "7.21.0",
4141
"@babel/plugin-transform-runtime": "7.15.0",
4242
"@babel/preset-env": "7.15.6",
4343
"@babel/register": "7.15.3",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
dependencies:
255255
"@babel/types" "^7.20.2"
256256

257-
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
257+
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
258258
version "7.20.0"
259259
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
260260
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
@@ -433,19 +433,10 @@
433433
"@babel/helper-plugin-utils" "^7.18.6"
434434
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
435435

436-
437-
version "7.14.5"
438-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
439-
integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
440-
dependencies:
441-
"@babel/helper-plugin-utils" "^7.14.5"
442-
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
443-
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
444-
445-
"@babel/plugin-proposal-optional-chaining@^7.14.5", "@babel/plugin-proposal-optional-chaining@^7.20.7":
446-
version "7.20.7"
447-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz#49f2b372519ab31728cc14115bb0998b15bfda55"
448-
integrity sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==
436+
"@babel/[email protected]", "@babel/plugin-proposal-optional-chaining@^7.14.5", "@babel/plugin-proposal-optional-chaining@^7.20.7":
437+
version "7.21.0"
438+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
439+
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
449440
dependencies:
450441
"@babel/helper-plugin-utils" "^7.20.2"
451442
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"

0 commit comments

Comments
 (0)