Skip to content

Commit dca1948

Browse files
committed
fix: update yarn.lock
1 parent cefc8d6 commit dca1948

File tree

1 file changed

+69
-2
lines changed

1 file changed

+69
-2
lines changed

yarn.lock

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@
184184
dependencies:
185185
"@babel/types" "^7.0.0"
186186

187+
"@babel/helper-annotate-as-pure@^7.10.1":
188+
version "7.10.1"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
190+
integrity sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==
191+
dependencies:
192+
"@babel/types" "^7.10.1"
193+
187194
"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
188195
version "7.1.0"
189196
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
@@ -192,6 +199,23 @@
192199
"@babel/helper-explode-assignable-expression" "^7.1.0"
193200
"@babel/types" "^7.0.0"
194201

202+
"@babel/helper-builder-react-jsx-experimental@^7.10.1":
203+
version "7.10.1"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz#9a7d58ad184d3ac3bafb1a452cec2bad7e4a0bc8"
205+
integrity sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==
206+
dependencies:
207+
"@babel/helper-annotate-as-pure" "^7.10.1"
208+
"@babel/helper-module-imports" "^7.10.1"
209+
"@babel/types" "^7.10.1"
210+
211+
"@babel/helper-builder-react-jsx@^7.10.3":
212+
version "7.10.3"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.3.tgz#62c4b7bb381153a0a5f8d83189b94b9fb5384fc5"
214+
integrity sha512-vkxmuFvmovtqTZknyMGj9+uQAZzz5Z9mrbnkJnPkaYGfKTaSsYcjQdXP0lgrWLVh8wU6bCjOmXOpx+kqUi+S5Q==
215+
dependencies:
216+
"@babel/helper-annotate-as-pure" "^7.10.1"
217+
"@babel/types" "^7.10.3"
218+
195219
"@babel/helper-builder-react-jsx@^7.3.0":
196220
version "7.3.0"
197221
resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4"
@@ -275,6 +299,13 @@
275299
dependencies:
276300
"@babel/types" "^7.0.0"
277301

302+
"@babel/helper-module-imports@^7.10.1":
303+
version "7.10.3"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz#766fa1d57608e53e5676f23ae498ec7a95e1b11a"
305+
integrity sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w==
306+
dependencies:
307+
"@babel/types" "^7.10.3"
308+
278309
"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
279310
version "7.5.5"
280311
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
@@ -299,6 +330,11 @@
299330
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
300331
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
301332

333+
"@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.10.3":
334+
version "7.10.3"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz#aac45cccf8bc1873b99a85f34bceef3beb5d3244"
336+
integrity sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==
337+
302338
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
303339
version "7.5.5"
304340
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351"
@@ -342,6 +378,11 @@
342378
dependencies:
343379
"@babel/types" "^7.4.4"
344380

381+
"@babel/helper-validator-identifier@^7.10.3":
382+
version "7.10.3"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
384+
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
385+
345386
"@babel/helper-wrap-function@^7.1.0":
346387
version "7.2.0"
347388
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -478,7 +519,14 @@
478519
dependencies:
479520
"@babel/helper-plugin-utils" "^7.0.0"
480521

481-
"@babel/plugin-syntax-jsx@7.2.0", "@babel/plugin-syntax-jsx@^7.2.0":
522+
"@babel/plugin-syntax-jsx@^7.10.1":
523+
version "7.10.1"
524+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz#0ae371134a42b91d5418feb3c8c8d43e1565d2da"
525+
integrity sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==
526+
dependencies:
527+
"@babel/helper-plugin-utils" "^7.10.1"
528+
529+
"@babel/plugin-syntax-jsx@^7.2.0":
482530
version "7.2.0"
483531
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
484532
integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
@@ -723,7 +771,7 @@
723771
"@babel/helper-plugin-utils" "^7.0.0"
724772
"@babel/plugin-syntax-jsx" "^7.2.0"
725773

726-
"@babel/plugin-transform-react-jsx@7.3.0", "@babel/plugin-transform-react-jsx@^7.0.0":
774+
"@babel/plugin-transform-react-jsx@^7.0.0":
727775
version "7.3.0"
728776
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290"
729777
integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==
@@ -732,6 +780,16 @@
732780
"@babel/helper-plugin-utils" "^7.0.0"
733781
"@babel/plugin-syntax-jsx" "^7.2.0"
734782

783+
"@babel/plugin-transform-react-jsx@^7.3.0":
784+
version "7.10.3"
785+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.3.tgz#c07ad86b7c159287c89b643f201f59536231048e"
786+
integrity sha512-Y21E3rZmWICRJnvbGVmDLDZ8HfNDIwjGF3DXYHx1le0v0mIHCs0Gv5SavyW5Z/jgAHLaAoJPiwt+Dr7/zZKcOQ==
787+
dependencies:
788+
"@babel/helper-builder-react-jsx" "^7.10.3"
789+
"@babel/helper-builder-react-jsx-experimental" "^7.10.1"
790+
"@babel/helper-plugin-utils" "^7.10.3"
791+
"@babel/plugin-syntax-jsx" "^7.10.1"
792+
735793
"@babel/plugin-transform-regenerator@^7.4.5":
736794
version "7.4.5"
737795
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f"
@@ -916,6 +974,15 @@
916974
lodash "^4.17.13"
917975
to-fast-properties "^2.0.0"
918976

977+
"@babel/types@^7.10.1", "@babel/types@^7.10.3":
978+
version "7.10.3"
979+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
980+
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
981+
dependencies:
982+
"@babel/helper-validator-identifier" "^7.10.3"
983+
lodash "^4.17.13"
984+
to-fast-properties "^2.0.0"
985+
919986
"@basalt/twig-renderer@0.13.1":
920987
version "0.13.1"
921988
resolved "https://registry.yarnpkg.com/@basalt/twig-renderer/-/twig-renderer-0.13.1.tgz#00d184b9397dbcb1661950e2554e6525d62506ec"

0 commit comments

Comments
 (0)