|
@@ -629,6 +629,16 @@
|
629
|
629
|
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0"
|
630
|
630
|
}
|
631
|
631
|
},
|
|
632
|
+ "@babel/plugin-proposal-optional-chaining": {
|
|
633
|
+ "version": "7.2.0",
|
|
634
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.2.0.tgz",
|
|
635
|
+ "integrity": "sha512-ea3Q6edZC/55wEBVZAEz42v528VulyO0eir+7uky/sT4XRcdkWJcFi1aPtitTlwUzGnECWJNExWww1SStt+yWw==",
|
|
636
|
+ "dev": true,
|
|
637
|
+ "requires": {
|
|
638
|
+ "@babel/helper-plugin-utils": "^7.0.0",
|
|
639
|
+ "@babel/plugin-syntax-optional-chaining": "^7.2.0"
|
|
640
|
+ }
|
|
641
|
+ },
|
632
|
642
|
"@babel/plugin-proposal-unicode-property-regex": {
|
633
|
643
|
"version": "7.0.0",
|
634
|
644
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0.tgz",
|
|
@@ -746,6 +756,23 @@
|
746
|
756
|
"@babel/helper-plugin-utils": "^7.0.0"
|
747
|
757
|
}
|
748
|
758
|
},
|
|
759
|
+ "@babel/plugin-syntax-optional-chaining": {
|
|
760
|
+ "version": "7.8.3",
|
|
761
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
|
|
762
|
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
|
|
763
|
+ "dev": true,
|
|
764
|
+ "requires": {
|
|
765
|
+ "@babel/helper-plugin-utils": "^7.8.0"
|
|
766
|
+ },
|
|
767
|
+ "dependencies": {
|
|
768
|
+ "@babel/helper-plugin-utils": {
|
|
769
|
+ "version": "7.10.4",
|
|
770
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
|
|
771
|
+ "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
|
|
772
|
+ "dev": true
|
|
773
|
+ }
|
|
774
|
+ }
|
|
775
|
+ },
|
749
|
776
|
"@babel/plugin-transform-arrow-functions": {
|
750
|
777
|
"version": "7.0.0",
|
751
|
778
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0.tgz",
|