git.fiddlerwoaroof.com
Browse code

chore: bump @babel/preset-react from 7.18.6 to 7.22.3 in /react-demo

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.18.6 to 7.22.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.22.3/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 29/05/2023 08:59:38
Showing 2 changed files
... ...
@@ -18,7 +18,7 @@
18 18
         "@babel/core": "^7.21.8",
19 19
         "@babel/plugin-transform-react-jsx": "^7.21.5",
20 20
         "@babel/preset-env": "^7.21.5",
21
-        "@babel/preset-react": "^7.18.6",
21
+        "@babel/preset-react": "^7.22.3",
22 22
         "@rollup/plugin-babel": "^6.0.3",
23 23
         "@rollup/plugin-commonjs": "^25.0.0",
24 24
         "@rollup/plugin-node-resolve": "^15.0.2",
... ...
@@ -1397,16 +1397,16 @@
1397 1397
       }
1398 1398
     },
1399 1399
     "node_modules/@babel/plugin-transform-react-jsx": {
1400
-      "version": "7.21.5",
1401
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.5.tgz",
1402
-      "integrity": "sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==",
1400
+      "version": "7.22.3",
1401
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.3.tgz",
1402
+      "integrity": "sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==",
1403 1403
       "dev": true,
1404 1404
       "dependencies": {
1405 1405
         "@babel/helper-annotate-as-pure": "^7.18.6",
1406 1406
         "@babel/helper-module-imports": "^7.21.4",
1407 1407
         "@babel/helper-plugin-utils": "^7.21.5",
1408 1408
         "@babel/plugin-syntax-jsx": "^7.21.4",
1409
-        "@babel/types": "^7.21.5"
1409
+        "@babel/types": "^7.22.3"
1410 1410
       },
1411 1411
       "engines": {
1412 1412
         "node": ">=6.9.0"
... ...
@@ -1691,15 +1691,15 @@
1691 1691
       }
1692 1692
     },
1693 1693
     "node_modules/@babel/preset-react": {
1694
-      "version": "7.18.6",
1695
-      "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
1696
-      "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
1694
+      "version": "7.22.3",
1695
+      "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.3.tgz",
1696
+      "integrity": "sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==",
1697 1697
       "dev": true,
1698 1698
       "dependencies": {
1699
-        "@babel/helper-plugin-utils": "^7.18.6",
1700
-        "@babel/helper-validator-option": "^7.18.6",
1699
+        "@babel/helper-plugin-utils": "^7.21.5",
1700
+        "@babel/helper-validator-option": "^7.21.0",
1701 1701
         "@babel/plugin-transform-react-display-name": "^7.18.6",
1702
-        "@babel/plugin-transform-react-jsx": "^7.18.6",
1702
+        "@babel/plugin-transform-react-jsx": "^7.22.3",
1703 1703
         "@babel/plugin-transform-react-jsx-development": "^7.18.6",
1704 1704
         "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
1705 1705
       },
... ...
@@ -1764,9 +1764,9 @@
1764 1764
       }
1765 1765
     },
1766 1766
     "node_modules/@babel/types": {
1767
-      "version": "7.21.5",
1768
-      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz",
1769
-      "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==",
1767
+      "version": "7.22.3",
1768
+      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.3.tgz",
1769
+      "integrity": "sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==",
1770 1770
       "dev": true,
1771 1771
       "dependencies": {
1772 1772
         "@babel/helper-string-parser": "^7.21.5",
... ...
@@ -9026,16 +9026,16 @@
9026 9026
       }
9027 9027
     },
9028 9028
     "@babel/plugin-transform-react-jsx": {
9029
-      "version": "7.21.5",
9030
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.5.tgz",
9031
-      "integrity": "sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==",
9029
+      "version": "7.22.3",
9030
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.3.tgz",
9031
+      "integrity": "sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==",
9032 9032
       "dev": true,
9033 9033
       "requires": {
9034 9034
         "@babel/helper-annotate-as-pure": "^7.18.6",
9035 9035
         "@babel/helper-module-imports": "^7.21.4",
9036 9036
         "@babel/helper-plugin-utils": "^7.21.5",
9037 9037
         "@babel/plugin-syntax-jsx": "^7.21.4",
9038
-        "@babel/types": "^7.21.5"
9038
+        "@babel/types": "^7.22.3"
9039 9039
       }
9040 9040
     },
9041 9041
     "@babel/plugin-transform-react-jsx-development": {
... ...
@@ -9239,15 +9239,15 @@
9239 9239
       }
9240 9240
     },
9241 9241
     "@babel/preset-react": {
9242
-      "version": "7.18.6",
9243
-      "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz",
9244
-      "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==",
9242
+      "version": "7.22.3",
9243
+      "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.3.tgz",
9244
+      "integrity": "sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==",
9245 9245
       "dev": true,
9246 9246
       "requires": {
9247
-        "@babel/helper-plugin-utils": "^7.18.6",
9248
-        "@babel/helper-validator-option": "^7.18.6",
9247
+        "@babel/helper-plugin-utils": "^7.21.5",
9248
+        "@babel/helper-validator-option": "^7.21.0",
9249 9249
         "@babel/plugin-transform-react-display-name": "^7.18.6",
9250
-        "@babel/plugin-transform-react-jsx": "^7.18.6",
9250
+        "@babel/plugin-transform-react-jsx": "^7.22.3",
9251 9251
         "@babel/plugin-transform-react-jsx-development": "^7.18.6",
9252 9252
         "@babel/plugin-transform-react-pure-annotations": "^7.18.6"
9253 9253
       }
... ...
@@ -9297,9 +9297,9 @@
9297 9297
       }
9298 9298
     },
9299 9299
     "@babel/types": {
9300
-      "version": "7.21.5",
9301
-      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz",
9302
-      "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==",
9300
+      "version": "7.22.3",
9301
+      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.3.tgz",
9302
+      "integrity": "sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==",
9303 9303
       "dev": true,
9304 9304
       "requires": {
9305 9305
         "@babel/helper-string-parser": "^7.21.5",
... ...
@@ -12,7 +12,7 @@
12 12
     "@babel/core": "^7.21.8",
13 13
     "@babel/plugin-transform-react-jsx": "^7.21.5",
14 14
     "@babel/preset-env": "^7.21.5",
15
-    "@babel/preset-react": "^7.18.6",
15
+    "@babel/preset-react": "^7.22.3",
16 16
     "@rollup/plugin-babel": "^6.0.3",
17 17
     "@rollup/plugin-commonjs": "^25.0.0",
18 18
     "@rollup/plugin-node-resolve": "^15.0.2",