Skip to content

Commit 270e1f4

Browse files
chore(deps): update dependency babel-plugin-typescript-to-proptypes to v2
1 parent e8ab174 commit 270e1f4

File tree

2 files changed

+55
-28
lines changed

2 files changed

+55
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@typescript-eslint/parser": "8.32.0",
131131
"babel-jest": "29.7.0",
132132
"babel-loader": "9.2.1",
133-
"babel-plugin-typescript-to-proptypes": "1.4.2",
133+
"babel-plugin-typescript-to-proptypes": "2.1.0",
134134
"browserslist": "4.24.5",
135135
"bundlesize": "0.18.2",
136136
"colors": "1.4.0",

yarn.lock

Lines changed: 54 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ __metadata:
447447
languageName: node
448448
linkType: hard
449449

450-
"@babel/helper-module-imports@npm:^7.0.0-beta.49, @babel/helper-module-imports@npm:^7.10.4, @babel/helper-module-imports@npm:^7.12.5, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7":
450+
"@babel/helper-module-imports@npm:^7.0.0-beta.49, @babel/helper-module-imports@npm:^7.10.4, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7":
451451
version: 7.24.7
452452
resolution: "@babel/helper-module-imports@npm:7.24.7"
453453
dependencies:
@@ -457,6 +457,16 @@ __metadata:
457457
languageName: node
458458
linkType: hard
459459

460+
"@babel/helper-module-imports@npm:^7.15.4, @babel/helper-module-imports@npm:^7.27.1":
461+
version: 7.27.1
462+
resolution: "@babel/helper-module-imports@npm:7.27.1"
463+
dependencies:
464+
"@babel/traverse": ^7.27.1
465+
"@babel/types": ^7.27.1
466+
checksum: 92d01c71c0e4aacdc2babce418a9a1a27a8f7d770a210ffa0f3933f321befab18b655bc1241bebc40767516731de0b85639140c42e45a8210abe1e792f115b28
467+
languageName: node
468+
linkType: hard
469+
460470
"@babel/helper-module-imports@npm:^7.25.7":
461471
version: 7.25.7
462472
resolution: "@babel/helper-module-imports@npm:7.25.7"
@@ -477,16 +487,6 @@ __metadata:
477487
languageName: node
478488
linkType: hard
479489

480-
"@babel/helper-module-imports@npm:^7.27.1":
481-
version: 7.27.1
482-
resolution: "@babel/helper-module-imports@npm:7.27.1"
483-
dependencies:
484-
"@babel/traverse": ^7.27.1
485-
"@babel/types": ^7.27.1
486-
checksum: 92d01c71c0e4aacdc2babce418a9a1a27a8f7d770a210ffa0f3933f321befab18b655bc1241bebc40767516731de0b85639140c42e45a8210abe1e792f115b28
487-
languageName: node
488-
linkType: hard
489-
490490
"@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2":
491491
version: 7.25.2
492492
resolution: "@babel/helper-module-transforms@npm:7.25.2"
@@ -594,6 +594,13 @@ __metadata:
594594
languageName: node
595595
linkType: hard
596596

597+
"@babel/helper-plugin-utils@npm:^7.27.1":
598+
version: 7.27.1
599+
resolution: "@babel/helper-plugin-utils@npm:7.27.1"
600+
checksum: 5d715055301badab62bdb2336075a77f8dc8bd290cad2bc1b37ea3bf1b3efc40594d308082229f239deb4d6b5b80b0a73bce000e595ea74416e0339c11037047
601+
languageName: node
602+
linkType: hard
603+
597604
"@babel/helper-remap-async-to-generator@npm:^7.24.7, @babel/helper-remap-async-to-generator@npm:^7.25.0":
598605
version: 7.25.0
599606
resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0"
@@ -1243,14 +1250,14 @@ __metadata:
12431250
languageName: node
12441251
linkType: hard
12451252

1246-
"@babel/plugin-syntax-typescript@npm:^7.12.1, @babel/plugin-syntax-typescript@npm:^7.7.2":
1247-
version: 7.24.7
1248-
resolution: "@babel/plugin-syntax-typescript@npm:7.24.7"
1253+
"@babel/plugin-syntax-typescript@npm:^7.14.5":
1254+
version: 7.27.1
1255+
resolution: "@babel/plugin-syntax-typescript@npm:7.27.1"
12491256
dependencies:
1250-
"@babel/helper-plugin-utils": ^7.24.7
1257+
"@babel/helper-plugin-utils": ^7.27.1
12511258
peerDependencies:
12521259
"@babel/core": ^7.0.0-0
1253-
checksum: 56fe84f3044ecbf038977281648db6b63bd1301f2fff6595820dc10ee276c1d1586919d48d52a8d497ecae32c958be38f42c1c8d174dc58aad856c516dc5b35a
1260+
checksum: 87836f7e32af624c2914c73cd6b9803cf324e07d43f61dbb973c6a86f75df725e12540d91fac7141c14b697aa9268fd064220998daced156e96ac3062d7afb41
12541261
languageName: node
12551262
linkType: hard
12561263

@@ -1265,6 +1272,17 @@ __metadata:
12651272
languageName: node
12661273
linkType: hard
12671274

1275+
"@babel/plugin-syntax-typescript@npm:^7.7.2":
1276+
version: 7.24.7
1277+
resolution: "@babel/plugin-syntax-typescript@npm:7.24.7"
1278+
dependencies:
1279+
"@babel/helper-plugin-utils": ^7.24.7
1280+
peerDependencies:
1281+
"@babel/core": ^7.0.0-0
1282+
checksum: 56fe84f3044ecbf038977281648db6b63bd1301f2fff6595820dc10ee276c1d1586919d48d52a8d497ecae32c958be38f42c1c8d174dc58aad856c516dc5b35a
1283+
languageName: node
1284+
linkType: hard
1285+
12681286
"@babel/plugin-syntax-unicode-sets-regex@npm:^7.18.6":
12691287
version: 7.18.6
12701288
resolution: "@babel/plugin-syntax-unicode-sets-regex@npm:7.18.6"
@@ -2390,7 +2408,7 @@ __metadata:
23902408
languageName: node
23912409
linkType: hard
23922410

2393-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.12.6, @babel/types@npm:^7.12.7, @babel/types@npm:^7.18.9, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
2411+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.12.7, @babel/types@npm:^7.18.9, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
23942412
version: 7.25.2
23952413
resolution: "@babel/types@npm:7.25.2"
23962414
dependencies:
@@ -2401,6 +2419,16 @@ __metadata:
24012419
languageName: node
24022420
linkType: hard
24032421

2422+
"@babel/types@npm:^7.15.6":
2423+
version: 7.27.3
2424+
resolution: "@babel/types@npm:7.27.3"
2425+
dependencies:
2426+
"@babel/helper-string-parser": ^7.27.1
2427+
"@babel/helper-validator-identifier": ^7.27.1
2428+
checksum: f0d43c0231f3ebc118480e149292dcd92ea128e2650285ced99ff2e5610db2171305f59aa07406ba0cb36af8e4331a53a69576d6b0c3f3176144dd3ad514b9ae
2429+
languageName: node
2430+
linkType: hard
2431+
24042432
"@babel/types@npm:^7.25.7":
24052433
version: 7.25.7
24062434
resolution: "@babel/types@npm:7.25.7"
@@ -10787,18 +10815,17 @@ __metadata:
1078710815
languageName: node
1078810816
linkType: hard
1078910817

10790-
"babel-plugin-typescript-to-proptypes@npm:1.4.2":
10791-
version: 1.4.2
10792-
resolution: "babel-plugin-typescript-to-proptypes@npm:1.4.2"
10818+
"babel-plugin-typescript-to-proptypes@npm:2.1.0":
10819+
version: 2.1.0
10820+
resolution: "babel-plugin-typescript-to-proptypes@npm:2.1.0"
1079310821
dependencies:
10794-
"@babel/helper-module-imports": ^7.12.5
10795-
"@babel/helper-plugin-utils": ^7.10.4
10796-
"@babel/plugin-syntax-typescript": ^7.12.1
10797-
"@babel/types": ^7.12.6
10822+
"@babel/helper-module-imports": ^7.15.4
10823+
"@babel/plugin-syntax-typescript": ^7.14.5
10824+
"@babel/types": ^7.15.6
1079810825
peerDependencies:
1079910826
"@babel/core": ^7.0.0
10800-
typescript: ^3.0.0 || ^4.0.0
10801-
checksum: 00a9e3f44c98a9f22b8201d7a24d82928ae6e39aec208f8101d8f3d9d5ea8b5ec420b7ae45558d8c1b6f554031305731973b1731d6a61e2a769a2d39827ae23a
10827+
typescript: ^4.0.0 || ^5.0.0
10828+
checksum: a616db818d2015c25e10e6d299eade4dffff019770ee62935e03c154507388afe87749c45f4ed55c93beacc8ca961d75cd3cd866df4fa7b003690da18cd15a4f
1080210829
languageName: node
1080310830
linkType: hard
1080410831

@@ -24236,7 +24263,7 @@ __metadata:
2423624263
"@typescript-eslint/parser": 8.32.0
2423724264
babel-jest: 29.7.0
2423824265
babel-loader: 9.2.1
24239-
babel-plugin-typescript-to-proptypes: 1.4.2
24266+
babel-plugin-typescript-to-proptypes: 2.1.0
2424024267
browserslist: 4.24.5
2424124268
bundlesize: 0.18.2
2424224269
colors: 1.4.0

0 commit comments

Comments
 (0)