Skip to content

Commit f0d3e3e

Browse files
chore(deps-dev): bump @babel/preset-react from 7.23.3 to 7.24.1
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.23.3 to 7.24.1. - [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.24.1/packages/babel-preset-react) --- updated-dependencies: - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60b16bc commit f0d3e3e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@babel/helper-split-export-declaration" "^7.22.6"
126126
"@babel/helper-validator-identifier" "^7.22.20"
127127

128-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0":
128+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0":
129129
version "7.24.0"
130130
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
131131
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
@@ -154,7 +154,7 @@
154154
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
155155
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
156156

157-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
157+
"@babel/helper-validator-option@^7.23.5":
158158
version "7.23.5"
159159
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
160160
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
@@ -280,12 +280,12 @@
280280
dependencies:
281281
"@babel/helper-plugin-utils" "^7.22.5"
282282

283-
"@babel/plugin-transform-react-display-name@^7.23.3":
284-
version "7.23.3"
285-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz#70529f034dd1e561045ad3c8152a267f0d7b6200"
286-
integrity sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==
283+
"@babel/plugin-transform-react-display-name@^7.24.1":
284+
version "7.24.1"
285+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz#554e3e1a25d181f040cf698b93fd289a03bfdcdb"
286+
integrity sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==
287287
dependencies:
288-
"@babel/helper-plugin-utils" "^7.22.5"
288+
"@babel/helper-plugin-utils" "^7.24.0"
289289

290290
"@babel/plugin-transform-react-jsx-development@^7.22.5":
291291
version "7.22.5"
@@ -294,7 +294,7 @@
294294
dependencies:
295295
"@babel/plugin-transform-react-jsx" "^7.22.5"
296296

297-
"@babel/plugin-transform-react-jsx@^7.22.15", "@babel/plugin-transform-react-jsx@^7.22.5":
297+
"@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.23.4":
298298
version "7.23.4"
299299
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312"
300300
integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==
@@ -305,25 +305,25 @@
305305
"@babel/plugin-syntax-jsx" "^7.23.3"
306306
"@babel/types" "^7.23.4"
307307

308-
"@babel/plugin-transform-react-pure-annotations@^7.23.3":
309-
version "7.23.3"
310-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz#fabedbdb8ee40edf5da96f3ecfc6958e3783b93c"
311-
integrity sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==
308+
"@babel/plugin-transform-react-pure-annotations@^7.24.1":
309+
version "7.24.1"
310+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz#c86bce22a53956331210d268e49a0ff06e392470"
311+
integrity sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==
312312
dependencies:
313313
"@babel/helper-annotate-as-pure" "^7.22.5"
314-
"@babel/helper-plugin-utils" "^7.22.5"
314+
"@babel/helper-plugin-utils" "^7.24.0"
315315

316316
"@babel/preset-react@^7.23.3":
317-
version "7.23.3"
318-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.23.3.tgz#f73ca07e7590f977db07eb54dbe46538cc015709"
319-
integrity sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==
317+
version "7.24.1"
318+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95"
319+
integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==
320320
dependencies:
321-
"@babel/helper-plugin-utils" "^7.22.5"
322-
"@babel/helper-validator-option" "^7.22.15"
323-
"@babel/plugin-transform-react-display-name" "^7.23.3"
324-
"@babel/plugin-transform-react-jsx" "^7.22.15"
321+
"@babel/helper-plugin-utils" "^7.24.0"
322+
"@babel/helper-validator-option" "^7.23.5"
323+
"@babel/plugin-transform-react-display-name" "^7.24.1"
324+
"@babel/plugin-transform-react-jsx" "^7.23.4"
325325
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
326-
"@babel/plugin-transform-react-pure-annotations" "^7.23.3"
326+
"@babel/plugin-transform-react-pure-annotations" "^7.24.1"
327327

328328
"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
329329
version "7.24.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy