git.fiddlerwoaroof.com
Browse code

chore: bump @babel/preset-react from 7.6.3 to 7.16.7 in /react-demo

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.6.3 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-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
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 06:34:36
Showing 2 changed files
... ...
@@ -1445,15 +1445,6 @@
1445 1445
                 }
1446 1446
             }
1447 1447
         },
1448
-        "@babel/plugin-syntax-jsx": {
1449
-            "version": "7.2.0",
1450
-            "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz",
1451
-            "integrity": "sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==",
1452
-            "dev": true,
1453
-            "requires": {
1454
-                "@babel/helper-plugin-utils": "^7.0.0"
1455
-            }
1456
-        },
1457 1448
         "@babel/plugin-syntax-logical-assignment-operators": {
1458 1449
             "version": "7.10.4",
1459 1450
             "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
... ...
@@ -2017,12 +2008,20 @@
2017 2008
             }
2018 2009
         },
2019 2010
         "@babel/plugin-transform-react-display-name": {
2020
-            "version": "7.2.0",
2021
-            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz",
2022
-            "integrity": "sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A==",
2011
+            "version": "7.16.7",
2012
+            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz",
2013
+            "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==",
2023 2014
             "dev": true,
2024 2015
             "requires": {
2025
-                "@babel/helper-plugin-utils": "^7.0.0"
2016
+                "@babel/helper-plugin-utils": "^7.16.7"
2017
+            },
2018
+            "dependencies": {
2019
+                "@babel/helper-plugin-utils": {
2020
+                    "version": "7.16.7",
2021
+                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
2022
+                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
2023
+                    "dev": true
2024
+                }
2026 2025
             }
2027 2026
         },
2028 2027
         "@babel/plugin-transform-react-jsx": {
... ...
@@ -2083,24 +2082,31 @@
2083 2082
                 }
2084 2083
             }
2085 2084
         },
2086
-        "@babel/plugin-transform-react-jsx-self": {
2087
-            "version": "7.2.0",
2088
-            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz",
2089
-            "integrity": "sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg==",
2085
+        "@babel/plugin-transform-react-jsx-development": {
2086
+            "version": "7.16.7",
2087
+            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz",
2088
+            "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==",
2090 2089
             "dev": true,
2091 2090
             "requires": {
2092
-                "@babel/helper-plugin-utils": "^7.0.0",
2093
-                "@babel/plugin-syntax-jsx": "^7.2.0"
2091
+                "@babel/plugin-transform-react-jsx": "^7.16.7"
2094 2092
             }
2095 2093
         },
2096
-        "@babel/plugin-transform-react-jsx-source": {
2097
-            "version": "7.5.0",
2098
-            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz",
2099
-            "integrity": "sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg==",
2094
+        "@babel/plugin-transform-react-pure-annotations": {
2095
+            "version": "7.16.7",
2096
+            "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz",
2097
+            "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==",
2100 2098
             "dev": true,
2101 2099
             "requires": {
2102
-                "@babel/helper-plugin-utils": "^7.0.0",
2103
-                "@babel/plugin-syntax-jsx": "^7.2.0"
2100
+                "@babel/helper-annotate-as-pure": "^7.16.7",
2101
+                "@babel/helper-plugin-utils": "^7.16.7"
2102
+            },
2103
+            "dependencies": {
2104
+                "@babel/helper-plugin-utils": {
2105
+                    "version": "7.16.7",
2106
+                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
2107
+                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
2108
+                    "dev": true
2109
+                }
2104 2110
             }
2105 2111
         },
2106 2112
         "@babel/plugin-transform-regenerator": {
... ...
@@ -2370,16 +2376,25 @@
2370 2376
             }
2371 2377
         },
2372 2378
         "@babel/preset-react": {
2373
-            "version": "7.6.3",
2374
-            "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.6.3.tgz",
2375
-            "integrity": "sha512-07yQhmkZmRAfwREYIQgW0HEwMY9GBJVuPY4Q12UC72AbfaawuupVWa8zQs2tlL+yun45Nv/1KreII/0PLfEsgA==",
2379
+            "version": "7.16.7",
2380
+            "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
2381
+            "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
2376 2382
             "dev": true,
2377 2383
             "requires": {
2378
-                "@babel/helper-plugin-utils": "^7.0.0",
2379
-                "@babel/plugin-transform-react-display-name": "^7.0.0",
2380
-                "@babel/plugin-transform-react-jsx": "^7.0.0",
2381
-                "@babel/plugin-transform-react-jsx-self": "^7.0.0",
2382
-                "@babel/plugin-transform-react-jsx-source": "^7.0.0"
2384
+                "@babel/helper-plugin-utils": "^7.16.7",
2385
+                "@babel/helper-validator-option": "^7.16.7",
2386
+                "@babel/plugin-transform-react-display-name": "^7.16.7",
2387
+                "@babel/plugin-transform-react-jsx": "^7.16.7",
2388
+                "@babel/plugin-transform-react-jsx-development": "^7.16.7",
2389
+                "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
2390
+            },
2391
+            "dependencies": {
2392
+                "@babel/helper-plugin-utils": {
2393
+                    "version": "7.16.7",
2394
+                    "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
2395
+                    "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
2396
+                    "dev": true
2397
+                }
2383 2398
             }
2384 2399
         },
2385 2400
         "@babel/runtime": {
... ...
@@ -14,7 +14,7 @@
14 14
     "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
15 15
     "@babel/plugin-transform-react-jsx": "^7.16.7",
16 16
     "@babel/preset-env": "^7.16.7",
17
-    "@babel/preset-react": "^7.0.0",
17
+    "@babel/preset-react": "^7.16.7",
18 18
     "babel-core": "^7.0.0-bridge.0",
19 19
     "eslint-plugin-react": "^7.28.0",
20 20
     "npm": "^8.3.0",