git.fiddlerwoaroof.com
Browse code

chore: bump @babel/plugin-transform-react-jsx in /react-demo

Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.3.0 to 7.16.7.
- [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.16.7/packages/babel-plugin-transform-react-jsx)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-react-jsx"
dependency-type: direct:development
update-type: version-update:semver-minor
...

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

dependabot[bot] authored on 10/01/2022 05:48:35
Showing 2 changed files
... ...
@@ -211,16 +211,6 @@
211 211
                 "@babel/types": "^7.0.0"
212 212
             }
213 213
         },
214
-        "@babel/helper-builder-react-jsx": {
215
-            "version": "7.3.0",
216
-            "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz",
217
-            "integrity": "sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==",
218
-            "dev": true,
219
-            "requires": {
220
-                "@babel/types": "^7.3.0",
221
-                "esutils": "^2.0.0"
222
-            }
223
-        },
224 214
         "@babel/helper-call-delegate": {
225 215
             "version": "7.4.4",
226 216
             "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
... ...
@@ -382,6 +372,12 @@
382 372
                 "@babel/types": "^7.4.4"
383 373
             }
384 374
         },
375
+        "@babel/helper-validator-identifier": {
376
+            "version": "7.16.7",
377
+            "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
378
+            "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
379
+            "dev": true
380
+        },
385 381
         "@babel/helper-wrap-function": {
386 382
             "version": "7.2.0",
387 383
             "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
... ...
@@ -780,14 +776,61 @@
780 776
             }
781 777
         },
782 778
         "@babel/plugin-transform-react-jsx": {
783
-            "version": "7.3.0",
784
-            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz",
785
-            "integrity": "sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==",
779
+            "version": "7.16.7",
780
+            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz",
781
+            "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==",
786 782
             "dev": true,
787 783
             "requires": {
788
-                "@babel/helper-builder-react-jsx": "^7.3.0",
789
-                "@babel/helper-plugin-utils": "^7.0.0",
790
-                "@babel/plugin-syntax-jsx": "^7.2.0"
784
+                "@babel/helper-annotate-as-pure": "^7.16.7",
785
+                "@babel/helper-module-imports": "^7.16.7",
786
+                "@babel/helper-plugin-utils": "^7.16.7",
787
+                "@babel/plugin-syntax-jsx": "^7.16.7",
788
+                "@babel/types": "^7.16.7"
789
+            },
790
+            "dependencies": {
791
+                "@babel/helper-annotate-as-pure": {
792
+                    "version": "7.16.7",
793
+                    "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
794
+                    "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
795
+                    "dev": true,
796
+                    "requires": {
797
+                        "@babel/types": "^7.16.7"
798
+                    }
799
+                },
800
+                "@babel/helper-module-imports": {
801
+                    "version": "7.16.7",
802
+                    "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
803
+                    "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
804
+                    "dev": true,
805
+                    "requires": {
806
+                        "@babel/types": "^7.16.7"
807
+                    }
808
+                },
809
+                "@babel/helper-plugin-utils": {
810
+                    "version": "7.16.7",
811
+                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
812
+                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
813
+                    "dev": true
814
+                },
815
+                "@babel/plugin-syntax-jsx": {
816
+                    "version": "7.16.7",
817
+                    "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
818
+                    "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
819
+                    "dev": true,
820
+                    "requires": {
821
+                        "@babel/helper-plugin-utils": "^7.16.7"
822
+                    }
823
+                },
824
+                "@babel/types": {
825
+                    "version": "7.16.7",
826
+                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
827
+                    "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
828
+                    "dev": true,
829
+                    "requires": {
830
+                        "@babel/helper-validator-identifier": "^7.16.7",
831
+                        "to-fast-properties": "^2.0.0"
832
+                    }
833
+                }
791 834
             }
792 835
         },
793 836
         "@babel/plugin-transform-react-jsx-self": {
... ...
@@ -12,7 +12,7 @@
12 12
     "@babel/cli": "^7.16.7",
13 13
     "@babel/core": "^7.5.0",
14 14
     "@babel/plugin-proposal-object-rest-spread": "^7.5.0",
15
-    "@babel/plugin-transform-react-jsx": "^7.0.0",
15
+    "@babel/plugin-transform-react-jsx": "^7.16.7",
16 16
     "@babel/preset-env": "^7.5.0",
17 17
     "@babel/preset-react": "^7.0.0",
18 18
     "babel-core": "^7.0.0-bridge.0",