Procházet zdrojové kódy

chore(deps-dev): bump @babel/plugin-transform-typescript (#3713)

Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.14.3 to 7.14.5.
- [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.14.5/packages/babel-plugin-transform-typescript)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanilla_orig
dependabot[bot] před 4 roky
rodič
revize
273cac6b60
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 13 přidání a 42 odebrání
  1. 1
    1
      src/packages/utils/package.json
  2. 12
    41
      src/packages/utils/yarn.lock

+ 1
- 1
src/packages/utils/package.json Zobrazit soubor

@@ -38,7 +38,7 @@
38 38
     "@babel/plugin-transform-arrow-functions": "7.13.0",
39 39
     "@babel/plugin-transform-async-to-generator": "7.14.5",
40 40
     "@babel/plugin-transform-runtime": "^7.12.10",
41
-    "@babel/plugin-transform-typescript": "7.14.3",
41
+    "@babel/plugin-transform-typescript": "7.14.5",
42 42
     "@babel/preset-env": "7.14.5",
43 43
     "@babel/preset-typescript": "7.13.0",
44 44
     "babel-loader": "8.2.2",

+ 12
- 41
src/packages/utils/yarn.lock Zobrazit soubor

@@ -60,13 +60,6 @@
60 60
     jsesc "^2.5.1"
61 61
     source-map "^0.5.0"
62 62
 
63
-"@babel/helper-annotate-as-pure@^7.12.13":
64
-  version "7.12.13"
65
-  resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
66
-  integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==
67
-  dependencies:
68
-    "@babel/types" "^7.12.13"
69
-
70 63
 "@babel/helper-annotate-as-pure@^7.14.5":
71 64
   version "7.14.5"
72 65
   resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -92,18 +85,6 @@
92 85
     browserslist "^4.16.6"
93 86
     semver "^6.3.0"
94 87
 
95
-"@babel/helper-create-class-features-plugin@^7.14.3":
96
-  version "7.14.3"
97
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
98
-  integrity sha512-BnEfi5+6J2Lte9LeiL6TxLWdIlEv9Woacc1qXzXBgbikcOzMRM2Oya5XGg/f/ngotv1ej2A/b+3iJH8wbS1+lQ==
99
-  dependencies:
100
-    "@babel/helper-annotate-as-pure" "^7.12.13"
101
-    "@babel/helper-function-name" "^7.14.2"
102
-    "@babel/helper-member-expression-to-functions" "^7.13.12"
103
-    "@babel/helper-optimise-call-expression" "^7.12.13"
104
-    "@babel/helper-replace-supers" "^7.14.3"
105
-    "@babel/helper-split-export-declaration" "^7.12.13"
106
-
107 88
 "@babel/helper-create-class-features-plugin@^7.14.5":
108 89
   version "7.14.5"
109 90
   resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
@@ -271,16 +252,6 @@
271 252
     "@babel/traverse" "^7.13.0"
272 253
     "@babel/types" "^7.13.12"
273 254
 
274
-"@babel/helper-replace-supers@^7.14.3":
275
-  version "7.14.3"
276
-  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz#ca17b318b859d107f0e9b722d58cf12d94436600"
277
-  integrity sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA==
278
-  dependencies:
279
-    "@babel/helper-member-expression-to-functions" "^7.13.12"
280
-    "@babel/helper-optimise-call-expression" "^7.12.13"
281
-    "@babel/traverse" "^7.14.2"
282
-    "@babel/types" "^7.14.2"
283
-
284 255
 "@babel/helper-replace-supers@^7.14.5":
285 256
   version "7.14.5"
286 257
   resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
@@ -628,12 +599,12 @@
628 599
   dependencies:
629 600
     "@babel/helper-plugin-utils" "^7.14.5"
630 601
 
631
-"@babel/plugin-syntax-typescript@^7.12.13":
632
-  version "7.12.13"
633
-  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
634
-  integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
602
+"@babel/plugin-syntax-typescript@^7.14.5":
603
+  version "7.14.5"
604
+  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
605
+  integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
635 606
   dependencies:
636
-    "@babel/helper-plugin-utils" "^7.12.13"
607
+    "@babel/helper-plugin-utils" "^7.14.5"
637 608
 
638 609
 "@babel/plugin-transform-arrow-functions@7.13.0":
639 610
   version "7.13.0"
@@ -887,14 +858,14 @@
887 858
   dependencies:
888 859
     "@babel/helper-plugin-utils" "^7.14.5"
889 860
 
890
-"@babel/plugin-transform-typescript@7.14.3", "@babel/plugin-transform-typescript@^7.13.0":
891
-  version "7.14.3"
892
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.3.tgz#44f67f725a60cccee33d9d6fee5e4f338258f34f"
893
-  integrity sha512-G5Bb5pY6tJRTC4ag1visSgiDoGgJ1u1fMUgmc2ijLkcIdzP83Q1qyZX4ggFQ/SkR+PNOatkaYC+nKcTlpsX4ag==
861
+"@babel/plugin-transform-typescript@7.14.5", "@babel/plugin-transform-typescript@^7.13.0":
862
+  version "7.14.5"
863
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.5.tgz#5b41b59072f765bd1ec1d0b694e08c7df0f6f8a0"
864
+  integrity sha512-cFD5PKp4b8/KkwQ7h71FdPXFvz1RgwTFF9akRZwFldb9G0AHf7CgoPx96c4Q/ZVjh6V81tqQwW5YiHws16OzPg==
894 865
   dependencies:
895
-    "@babel/helper-create-class-features-plugin" "^7.14.3"
896
-    "@babel/helper-plugin-utils" "^7.13.0"
897
-    "@babel/plugin-syntax-typescript" "^7.12.13"
866
+    "@babel/helper-create-class-features-plugin" "^7.14.5"
867
+    "@babel/helper-plugin-utils" "^7.14.5"
868
+    "@babel/plugin-syntax-typescript" "^7.14.5"
898 869
 
899 870
 "@babel/plugin-transform-unicode-escapes@^7.14.5":
900 871
   version "7.14.5"

Načítá se…
Zrušit
Uložit