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.16.7 to 7.17.3.
- [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.17.3/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 26/02/2022 00:16:04
Showing 2 changed files
... ...
@@ -963,6 +963,15 @@
963 963
                 "@babel/helper-plugin-utils": "^7.8.0"
964 964
             }
965 965
         },
966
+        "@babel/plugin-syntax-jsx": {
967
+            "version": "7.16.7",
968
+            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
969
+            "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
970
+            "dev": true,
971
+            "requires": {
972
+                "@babel/helper-plugin-utils": "^7.16.7"
973
+            }
974
+        },
966 975
         "@babel/plugin-syntax-logical-assignment-operators": {
967 976
             "version": "7.10.4",
968 977
             "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
... ...
@@ -1305,27 +1314,18 @@
1305 1314
             }
1306 1315
         },
1307 1316
         "@babel/plugin-transform-react-jsx": {
1308
-            "version": "7.16.7",
1309
-            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz",
1310
-            "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==",
1317
+            "version": "7.17.3",
1318
+            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz",
1319
+            "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==",
1311 1320
             "dev": true,
1312 1321
             "requires": {
1313 1322
                 "@babel/helper-annotate-as-pure": "^7.16.7",
1314 1323
                 "@babel/helper-module-imports": "^7.16.7",
1315 1324
                 "@babel/helper-plugin-utils": "^7.16.7",
1316 1325
                 "@babel/plugin-syntax-jsx": "^7.16.7",
1317
-                "@babel/types": "^7.16.7"
1326
+                "@babel/types": "^7.17.0"
1318 1327
             },
1319 1328
             "dependencies": {
1320
-                "@babel/helper-annotate-as-pure": {
1321
-                    "version": "7.16.7",
1322
-                    "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
1323
-                    "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
1324
-                    "dev": true,
1325
-                    "requires": {
1326
-                        "@babel/types": "^7.16.7"
1327
-                    }
1328
-                },
1329 1329
                 "@babel/helper-module-imports": {
1330 1330
                     "version": "7.16.7",
1331 1331
                     "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
... ...
@@ -1335,25 +1335,10 @@
1335 1335
                         "@babel/types": "^7.16.7"
1336 1336
                     }
1337 1337
                 },
1338
-                "@babel/helper-plugin-utils": {
1339
-                    "version": "7.16.7",
1340
-                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
1341
-                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
1342
-                    "dev": true
1343
-                },
1344
-                "@babel/plugin-syntax-jsx": {
1345
-                    "version": "7.16.7",
1346
-                    "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
1347
-                    "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
1348
-                    "dev": true,
1349
-                    "requires": {
1350
-                        "@babel/helper-plugin-utils": "^7.16.7"
1351
-                    }
1352
-                },
1353 1338
                 "@babel/types": {
1354
-                    "version": "7.16.7",
1355
-                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
1356
-                    "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
1339
+                    "version": "7.17.0",
1340
+                    "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
1341
+                    "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
1357 1342
                     "dev": true,
1358 1343
                     "requires": {
1359 1344
                         "@babel/helper-validator-identifier": "^7.16.7",
... ...
@@ -12,7 +12,7 @@
12 12
     "@babel/cli": "^7.17.6",
13 13
     "@babel/core": "^7.17.5",
14 14
     "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
15
-    "@babel/plugin-transform-react-jsx": "^7.16.7",
15
+    "@babel/plugin-transform-react-jsx": "^7.17.3",
16 16
     "@babel/preset-env": "^7.16.11",
17 17
     "@babel/preset-react": "^7.16.7",
18 18
     "babel-core": "^7.0.0-bridge.0",