Skip to content

Commit a320899

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

File tree

2 files changed

+65
-38
lines changed

2 files changed

+65
-38
lines changed

packages/react-ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/cli": "7.26.4",
2121
"@babel/core": "7.28.0",
2222
"@babel/preset-env": "7.26.9",
23-
"@babel/preset-react": "7.26.3",
23+
"@babel/preset-react": "7.27.1",
2424
"@babel/preset-typescript": "7.26.0",
2525
"@chromatic-com/storybook": "^3.2.4",
2626
"@emotion/babel-preset-css-prop": "^11.12.0",

yarn.lock

Lines changed: 64 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,15 @@ __metadata:
948948
languageName: node
949949
linkType: hard
950950

951+
"@babel/helper-annotate-as-pure@npm:^7.27.1":
952+
version: 7.27.3
953+
resolution: "@babel/helper-annotate-as-pure@npm:7.27.3"
954+
dependencies:
955+
"@babel/types": ^7.27.3
956+
checksum: 63863a5c936ef82b546ca289c9d1b18fabfc24da5c4ee382830b124e2e79b68d626207febc8d4bffc720f50b2ee65691d7d12cc0308679dee2cd6bdc926b7190
957+
languageName: node
958+
linkType: hard
959+
951960
"@babel/helper-compilation-targets@npm:^7.22.6":
952961
version: 7.23.6
953962
resolution: "@babel/helper-compilation-targets@npm:7.23.6"
@@ -1175,6 +1184,13 @@ __metadata:
11751184
languageName: node
11761185
linkType: hard
11771186

1187+
"@babel/helper-plugin-utils@npm:^7.27.1":
1188+
version: 7.27.1
1189+
resolution: "@babel/helper-plugin-utils@npm:7.27.1"
1190+
checksum: 5d715055301badab62bdb2336075a77f8dc8bd290cad2bc1b37ea3bf1b3efc40594d308082229f239deb4d6b5b80b0a73bce000e595ea74416e0339c11037047
1191+
languageName: node
1192+
linkType: hard
1193+
11781194
"@babel/helper-remap-async-to-generator@npm:^7.25.9":
11791195
version: 7.25.9
11801196
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.9"
@@ -1559,6 +1575,17 @@ __metadata:
15591575
languageName: node
15601576
linkType: hard
15611577

1578+
"@babel/plugin-syntax-jsx@npm:^7.27.1":
1579+
version: 7.27.1
1580+
resolution: "@babel/plugin-syntax-jsx@npm:7.27.1"
1581+
dependencies:
1582+
"@babel/helper-plugin-utils": ^7.27.1
1583+
peerDependencies:
1584+
"@babel/core": ^7.0.0-0
1585+
checksum: c6d1324cff286a369aa95d99b8abd21dd07821b5d3affd5fe7d6058c84cff9190743287826463ee57a7beecd10fa1e4bc99061df532ee14e188c1c8937b13e3a
1586+
languageName: node
1587+
linkType: hard
1588+
15621589
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3":
15631590
version: 7.10.4
15641591
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
@@ -2132,25 +2159,25 @@ __metadata:
21322159
languageName: node
21332160
linkType: hard
21342161

2135-
"@babel/plugin-transform-react-display-name@npm:^7.25.9":
2136-
version: 7.25.9
2137-
resolution: "@babel/plugin-transform-react-display-name@npm:7.25.9"
2162+
"@babel/plugin-transform-react-display-name@npm:^7.27.1":
2163+
version: 7.28.0
2164+
resolution: "@babel/plugin-transform-react-display-name@npm:7.28.0"
21382165
dependencies:
2139-
"@babel/helper-plugin-utils": ^7.25.9
2166+
"@babel/helper-plugin-utils": ^7.27.1
21402167
peerDependencies:
21412168
"@babel/core": ^7.0.0-0
2142-
checksum: cd7020494e6f31c287834e8929e6a718d5b0ace21232fa30feb48622c2312045504c34b347dcff9e88145c349882b296a7d6b6cc3d3447d8c85502f16471747c
2169+
checksum: 268b1a9192974439d17949e170b01cac2a2aa003c844e2fe3b8361146f42f66487178cffdfa8ce862aa9e6c814bc37f879a70300cb3f067815d15fa6aad04e6d
21432170
languageName: node
21442171
linkType: hard
21452172

2146-
"@babel/plugin-transform-react-jsx-development@npm:^7.25.9":
2147-
version: 7.25.9
2148-
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.25.9"
2173+
"@babel/plugin-transform-react-jsx-development@npm:^7.27.1":
2174+
version: 7.27.1
2175+
resolution: "@babel/plugin-transform-react-jsx-development@npm:7.27.1"
21492176
dependencies:
2150-
"@babel/plugin-transform-react-jsx": ^7.25.9
2177+
"@babel/plugin-transform-react-jsx": ^7.27.1
21512178
peerDependencies:
21522179
"@babel/core": ^7.0.0-0
2153-
checksum: 537d38369537f1eb56041c4b770bc0733fde1801a7f5ffef40a1217ea448f33ee2fa8e6098a58a82fd00e432c1b9426a66849496da419020c9eca3b1b1a23779
2180+
checksum: b88865d5b8c018992f2332da939faa15c4d4a864c9435a5937beaff3fe43781432cc42e0a5d5631098e0bd4066fc33f5fa72203b388b074c3545fe7aaa21e474
21542181
languageName: node
21552182
linkType: hard
21562183

@@ -2169,30 +2196,30 @@ __metadata:
21692196
languageName: node
21702197
linkType: hard
21712198

2172-
"@babel/plugin-transform-react-jsx@npm:^7.25.9":
2173-
version: 7.25.9
2174-
resolution: "@babel/plugin-transform-react-jsx@npm:7.25.9"
2199+
"@babel/plugin-transform-react-jsx@npm:^7.27.1":
2200+
version: 7.27.1
2201+
resolution: "@babel/plugin-transform-react-jsx@npm:7.27.1"
21752202
dependencies:
2176-
"@babel/helper-annotate-as-pure": ^7.25.9
2177-
"@babel/helper-module-imports": ^7.25.9
2178-
"@babel/helper-plugin-utils": ^7.25.9
2179-
"@babel/plugin-syntax-jsx": ^7.25.9
2180-
"@babel/types": ^7.25.9
2203+
"@babel/helper-annotate-as-pure": ^7.27.1
2204+
"@babel/helper-module-imports": ^7.27.1
2205+
"@babel/helper-plugin-utils": ^7.27.1
2206+
"@babel/plugin-syntax-jsx": ^7.27.1
2207+
"@babel/types": ^7.27.1
21812208
peerDependencies:
21822209
"@babel/core": ^7.0.0-0
2183-
checksum: 5c6523c3963e3c6cf4c3cc2768a3766318af05b8f6c17aff52a4010e2c170e87b2fcdc94e9c9223ae12158664df4852ce81b9c8d042c15ea8fd83d6375f9f30f
2210+
checksum: 960d36e5d11ba68e4fbf1e2b935c153cb6ea7b0004f838aaee8baf7de30462b8f0562743a39ce3c370cc70b8f79d3c549104a415a615b2b0055b71fd025df0f3
21842211
languageName: node
21852212
linkType: hard
21862213

2187-
"@babel/plugin-transform-react-pure-annotations@npm:^7.25.9":
2188-
version: 7.25.9
2189-
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.25.9"
2214+
"@babel/plugin-transform-react-pure-annotations@npm:^7.27.1":
2215+
version: 7.27.1
2216+
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.27.1"
21902217
dependencies:
2191-
"@babel/helper-annotate-as-pure": ^7.25.9
2192-
"@babel/helper-plugin-utils": ^7.25.9
2218+
"@babel/helper-annotate-as-pure": ^7.27.1
2219+
"@babel/helper-plugin-utils": ^7.27.1
21932220
peerDependencies:
21942221
"@babel/core": ^7.0.0-0
2195-
checksum: 9995c0fc7c25d3aaaa0ce84233de02eab2564ea111d0813ec5baa538eb21520402879cc787ad1ad4c2061b99cebc3beb09910e64c9592e8ccb42ae62d9e4fd9a
2222+
checksum: a6f591c5e85a1ab0685d4a25afe591fe8d11dc0b73c677cf9560ff8d540d036a1cce9efcb729fc9092def4d854dc304ffdc063a89a9247900b69c516bf971a4c
21962223
languageName: node
21972224
linkType: hard
21982225

@@ -2441,19 +2468,19 @@ __metadata:
24412468
languageName: node
24422469
linkType: hard
24432470

2444-
"@babel/preset-react@npm:7.26.3":
2445-
version: 7.26.3
2446-
resolution: "@babel/preset-react@npm:7.26.3"
2471+
"@babel/preset-react@npm:7.27.1":
2472+
version: 7.27.1
2473+
resolution: "@babel/preset-react@npm:7.27.1"
24472474
dependencies:
2448-
"@babel/helper-plugin-utils": ^7.25.9
2449-
"@babel/helper-validator-option": ^7.25.9
2450-
"@babel/plugin-transform-react-display-name": ^7.25.9
2451-
"@babel/plugin-transform-react-jsx": ^7.25.9
2452-
"@babel/plugin-transform-react-jsx-development": ^7.25.9
2453-
"@babel/plugin-transform-react-pure-annotations": ^7.25.9
2475+
"@babel/helper-plugin-utils": ^7.27.1
2476+
"@babel/helper-validator-option": ^7.27.1
2477+
"@babel/plugin-transform-react-display-name": ^7.27.1
2478+
"@babel/plugin-transform-react-jsx": ^7.27.1
2479+
"@babel/plugin-transform-react-jsx-development": ^7.27.1
2480+
"@babel/plugin-transform-react-pure-annotations": ^7.27.1
24542481
peerDependencies:
24552482
"@babel/core": ^7.0.0-0
2456-
checksum: 9c76f145026715c8e4a1f6c44f208918e700227d8d8a8068f4ae10d87031d23eb8b483e508cd4452d65066f731b7a8169527e66e83ffe165595e8db7899dd859
2483+
checksum: 00bc146f9c742eed804c598d3f31b7d889c1baf8c768989b7f84a93ca527dd1518d3b86781e89ca45cae6dbee136510d3a121658e01416c5578aecf751517bb5
24572484
languageName: node
24582485
linkType: hard
24592486

@@ -2631,7 +2658,7 @@ __metadata:
26312658
languageName: node
26322659
linkType: hard
26332660

2634-
"@babel/types@npm:^7.27.1, @babel/types@npm:^7.28.0, @babel/types@npm:^7.28.2":
2661+
"@babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.0, @babel/types@npm:^7.28.2":
26352662
version: 7.28.2
26362663
resolution: "@babel/types@npm:7.28.2"
26372664
dependencies:
@@ -9657,7 +9684,7 @@ __metadata:
96579684
"@babel/cli": 7.26.4
96589685
"@babel/core": 7.28.0
96599686
"@babel/preset-env": 7.26.9
9660-
"@babel/preset-react": 7.26.3
9687+
"@babel/preset-react": 7.27.1
96619688
"@babel/preset-typescript": 7.26.0
96629689
"@chromatic-com/storybook": ^3.2.4
96639690
"@emotion/babel-preset-css-prop": ^11.12.0

0 commit comments

Comments
 (0)