-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2263af2
commit 35fd8ac
Showing
2 changed files
with
105 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ | |
"@jridgewell/gen-mapping" "^0.3.0" | ||
"@jridgewell/trace-mapping" "^0.3.9" | ||
|
||
"@babel/cli@7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.9.tgz#51036166fd0e9cfb26eee1b9ddc264a0d6d5f843" | ||
integrity sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q== | ||
"@babel/cli@7.26.4": | ||
version "7.26.4" | ||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.26.4.tgz#4101ff8ee5de8447a6c395397a97921056411d20" | ||
integrity sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw== | ||
dependencies: | ||
"@jridgewell/trace-mapping" "^0.3.25" | ||
commander "^6.2.0" | ||
|
@@ -47,6 +47,15 @@ | |
"@babel/highlight" "^7.25.9" | ||
picocolors "^1.0.0" | ||
|
||
"@babel/code-frame@^7.26.0": | ||
version "7.26.2" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" | ||
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
js-tokens "^4.0.0" | ||
picocolors "^1.0.0" | ||
|
||
"@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" | ||
|
@@ -57,21 +66,26 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8" | ||
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw== | ||
|
||
"@babel/[email protected]": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" | ||
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== | ||
"@babel/compat-data@^7.26.0": | ||
version "7.26.3" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02" | ||
integrity sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g== | ||
|
||
"@babel/[email protected]": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" | ||
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.25.9" | ||
"@babel/generator" "^7.25.9" | ||
"@babel/code-frame" "^7.26.0" | ||
"@babel/generator" "^7.26.0" | ||
"@babel/helper-compilation-targets" "^7.25.9" | ||
"@babel/helper-module-transforms" "^7.25.9" | ||
"@babel/helpers" "^7.25.9" | ||
"@babel/parser" "^7.25.9" | ||
"@babel/helper-module-transforms" "^7.26.0" | ||
"@babel/helpers" "^7.26.0" | ||
"@babel/parser" "^7.26.0" | ||
"@babel/template" "^7.25.9" | ||
"@babel/traverse" "^7.25.9" | ||
"@babel/types" "^7.25.9" | ||
"@babel/types" "^7.26.0" | ||
convert-source-map "^2.0.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
|
@@ -137,6 +151,17 @@ | |
"@jridgewell/trace-mapping" "^0.3.25" | ||
jsesc "^3.0.2" | ||
|
||
"@babel/generator@^7.26.0": | ||
version "7.26.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019" | ||
integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ== | ||
dependencies: | ||
"@babel/parser" "^7.26.3" | ||
"@babel/types" "^7.26.3" | ||
"@jridgewell/gen-mapping" "^0.3.5" | ||
"@jridgewell/trace-mapping" "^0.3.25" | ||
jsesc "^3.0.2" | ||
|
||
"@babel/helper-annotate-as-pure@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" | ||
|
@@ -338,6 +363,15 @@ | |
"@babel/helper-validator-identifier" "^7.25.9" | ||
"@babel/traverse" "^7.25.9" | ||
|
||
"@babel/helper-module-transforms@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" | ||
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.25.9" | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
"@babel/traverse" "^7.25.9" | ||
|
||
"@babel/helper-optimise-call-expression@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" | ||
|
@@ -492,13 +526,13 @@ | |
"@babel/traverse" "^7.23.0" | ||
"@babel/types" "^7.23.0" | ||
|
||
"@babel/helpers@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" | ||
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== | ||
"@babel/helpers@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" | ||
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== | ||
dependencies: | ||
"@babel/template" "^7.25.9" | ||
"@babel/types" "^7.25.9" | ||
"@babel/types" "^7.26.0" | ||
|
||
"@babel/highlight@^7.22.13": | ||
version "7.22.20" | ||
|
@@ -531,6 +565,13 @@ | |
dependencies: | ||
"@babel/types" "^7.25.9" | ||
|
||
"@babel/parser@^7.26.0", "@babel/parser@^7.26.3": | ||
version "7.26.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234" | ||
integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA== | ||
dependencies: | ||
"@babel/types" "^7.26.3" | ||
|
||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe" | ||
|
@@ -744,10 +785,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-syntax-import-assertions@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" | ||
integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== | ||
"@babel/plugin-syntax-import-assertions@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" | ||
integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
|
||
|
@@ -758,10 +799,10 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-syntax-import-attributes@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" | ||
integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== | ||
"@babel/plugin-syntax-import-attributes@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" | ||
integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
|
||
|
@@ -968,10 +1009,10 @@ | |
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/plugin-syntax-class-static-block" "^7.14.5" | ||
|
||
"@babel/plugin-transform-class-static-block@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" | ||
integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== | ||
"@babel/plugin-transform-class-static-block@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" | ||
integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== | ||
dependencies: | ||
"@babel/helper-create-class-features-plugin" "^7.25.9" | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
|
@@ -1574,6 +1615,14 @@ | |
"@babel/helper-plugin-utils" "^7.25.9" | ||
regenerator-transform "^0.15.2" | ||
|
||
"@babel/plugin-transform-regexp-modifiers@^7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" | ||
integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== | ||
dependencies: | ||
"@babel/helper-create-regexp-features-plugin" "^7.25.9" | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
|
||
"@babel/plugin-transform-reserved-words@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz#832cd35b81c287c4bcd09ce03e22199641f964fb" | ||
|
@@ -1756,12 +1805,12 @@ | |
"@babel/helper-create-regexp-features-plugin" "^7.25.9" | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
|
||
"@babel/preset-env@7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" | ||
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== | ||
"@babel/preset-env@7.26.0": | ||
version "7.26.0" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" | ||
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== | ||
dependencies: | ||
"@babel/compat-data" "^7.25.9" | ||
"@babel/compat-data" "^7.26.0" | ||
"@babel/helper-compilation-targets" "^7.25.9" | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
"@babel/helper-validator-option" "^7.25.9" | ||
|
@@ -1771,16 +1820,16 @@ | |
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9" | ||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9" | ||
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" | ||
"@babel/plugin-syntax-import-assertions" "^7.25.9" | ||
"@babel/plugin-syntax-import-attributes" "^7.25.9" | ||
"@babel/plugin-syntax-import-assertions" "^7.26.0" | ||
"@babel/plugin-syntax-import-attributes" "^7.26.0" | ||
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" | ||
"@babel/plugin-transform-arrow-functions" "^7.25.9" | ||
"@babel/plugin-transform-async-generator-functions" "^7.25.9" | ||
"@babel/plugin-transform-async-to-generator" "^7.25.9" | ||
"@babel/plugin-transform-block-scoped-functions" "^7.25.9" | ||
"@babel/plugin-transform-block-scoping" "^7.25.9" | ||
"@babel/plugin-transform-class-properties" "^7.25.9" | ||
"@babel/plugin-transform-class-static-block" "^7.25.9" | ||
"@babel/plugin-transform-class-static-block" "^7.26.0" | ||
"@babel/plugin-transform-classes" "^7.25.9" | ||
"@babel/plugin-transform-computed-properties" "^7.25.9" | ||
"@babel/plugin-transform-destructuring" "^7.25.9" | ||
|
@@ -1813,6 +1862,7 @@ | |
"@babel/plugin-transform-private-property-in-object" "^7.25.9" | ||
"@babel/plugin-transform-property-literals" "^7.25.9" | ||
"@babel/plugin-transform-regenerator" "^7.25.9" | ||
"@babel/plugin-transform-regexp-modifiers" "^7.26.0" | ||
"@babel/plugin-transform-reserved-words" "^7.25.9" | ||
"@babel/plugin-transform-shorthand-properties" "^7.25.9" | ||
"@babel/plugin-transform-spread" "^7.25.9" | ||
|
@@ -1934,10 +1984,10 @@ | |
"@babel/types" "^7.4.4" | ||
esutils "^2.0.2" | ||
|
||
"@babel/preset-react@7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.25.9.tgz#5f473035dc2094bcfdbc7392d0766bd42dce173e" | ||
integrity sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw== | ||
"@babel/preset-react@7.26.3": | ||
version "7.26.3" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa" | ||
integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.25.9" | ||
"@babel/helper-validator-option" "^7.25.9" | ||
|
@@ -2045,6 +2095,14 @@ | |
"@babel/helper-string-parser" "^7.25.9" | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
|
||
"@babel/types@^7.26.0", "@babel/types@^7.26.3": | ||
version "7.26.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0" | ||
integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.25.9" | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
|