git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump @babel/plugin-transform-react-jsx

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

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

dependabot-preview[bot] authored on 22/06/2020 07:48:30
Showing 2 changed files
... ...
@@ -136,13 +136,32 @@
136 136
       }
137 137
     },
138 138
     "@babel/helper-builder-react-jsx": {
139
-      "version": "7.10.1",
140
-      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz",
141
-      "integrity": "sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw==",
139
+      "version": "7.10.3",
140
+      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.3.tgz",
141
+      "integrity": "sha512-vkxmuFvmovtqTZknyMGj9+uQAZzz5Z9mrbnkJnPkaYGfKTaSsYcjQdXP0lgrWLVh8wU6bCjOmXOpx+kqUi+S5Q==",
142 142
       "dev": true,
143 143
       "requires": {
144 144
         "@babel/helper-annotate-as-pure": "^7.10.1",
145
-        "@babel/types": "^7.10.1"
145
+        "@babel/types": "^7.10.3"
146
+      },
147
+      "dependencies": {
148
+        "@babel/helper-validator-identifier": {
149
+          "version": "7.10.3",
150
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
151
+          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
152
+          "dev": true
153
+        },
154
+        "@babel/types": {
155
+          "version": "7.10.3",
156
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
157
+          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
158
+          "dev": true,
159
+          "requires": {
160
+            "@babel/helper-validator-identifier": "^7.10.3",
161
+            "lodash": "^4.17.13",
162
+            "to-fast-properties": "^2.0.0"
163
+          }
164
+        }
146 165
       }
147 166
     },
148 167
     "@babel/helper-builder-react-jsx-experimental": {
... ...
@@ -927,15 +946,23 @@
927 946
       }
928 947
     },
929 948
     "@babel/plugin-transform-react-jsx": {
930
-      "version": "7.10.1",
931
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.1.tgz",
932
-      "integrity": "sha512-MBVworWiSRBap3Vs39eHt+6pJuLUAaK4oxGc8g+wY+vuSJvLiEQjW1LSTqKb8OUPtDvHCkdPhk7d6sjC19xyFw==",
949
+      "version": "7.10.3",
950
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.3.tgz",
951
+      "integrity": "sha512-Y21E3rZmWICRJnvbGVmDLDZ8HfNDIwjGF3DXYHx1le0v0mIHCs0Gv5SavyW5Z/jgAHLaAoJPiwt+Dr7/zZKcOQ==",
933 952
       "dev": true,
934 953
       "requires": {
935
-        "@babel/helper-builder-react-jsx": "^7.10.1",
954
+        "@babel/helper-builder-react-jsx": "^7.10.3",
936 955
         "@babel/helper-builder-react-jsx-experimental": "^7.10.1",
937
-        "@babel/helper-plugin-utils": "^7.10.1",
956
+        "@babel/helper-plugin-utils": "^7.10.3",
938 957
         "@babel/plugin-syntax-jsx": "^7.10.1"
958
+      },
959
+      "dependencies": {
960
+        "@babel/helper-plugin-utils": {
961
+          "version": "7.10.3",
962
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
963
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
964
+          "dev": true
965
+        }
939 966
       }
940 967
     },
941 968
     "@babel/plugin-transform-react-jsx-development": {
... ...
@@ -29,7 +29,7 @@
29 29
     "@babel/plugin-proposal-json-strings": "^7.0.0",
30 30
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
31 31
     "@babel/plugin-syntax-import-meta": "^7.0.0",
32
-    "@babel/plugin-transform-react-jsx": "^7.0.0",
32
+    "@babel/plugin-transform-react-jsx": "^7.10.3",
33 33
     "@babel/preset-env": "^7.5.5",
34 34
     "@babel/preset-flow": "^7.0.0",
35 35
     "@babel/preset-react": "^7.0.0",