-
Notifications
You must be signed in to change notification settings - Fork 31
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
ee0fbdf
commit 4c8db62
Showing
3 changed files
with
165 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
targets: "defaults", | ||
presets: ["@babel/preset-env", "@babel/preset-typescript"], | ||
} |
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 |
---|---|---|
|
@@ -353,7 +353,7 @@ | |
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz" | ||
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== | ||
|
||
"@babel/helper-plugin-utils@^7.19.0": | ||
"@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" | ||
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== | ||
|
@@ -680,6 +680,16 @@ | |
"@babel/helper-remap-async-to-generator" "^7.22.20" | ||
"@babel/plugin-syntax-async-generators" "^7.8.4" | ||
|
||
"@babel/plugin-transform-async-generator-functions@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce" | ||
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ== | ||
dependencies: | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-remap-async-to-generator" "^7.22.20" | ||
"@babel/plugin-syntax-async-generators" "^7.8.4" | ||
|
||
"@babel/plugin-transform-async-to-generator@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa" | ||
|
@@ -878,6 +888,16 @@ | |
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
|
||
"@babel/plugin-transform-modules-systemjs@^7.23.9": | ||
version "7.23.9" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be" | ||
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw== | ||
dependencies: | ||
"@babel/helper-hoist-variables" "^7.22.5" | ||
"@babel/helper-module-transforms" "^7.23.3" | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
|
||
"@babel/plugin-transform-modules-umd@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz#5d4395fccd071dfefe6585a4411aa7d6b7d769e9" | ||
|
@@ -936,6 +956,17 @@ | |
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-transform-parameters" "^7.23.3" | ||
|
||
"@babel/plugin-transform-object-rest-spread@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1" | ||
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w== | ||
dependencies: | ||
"@babel/compat-data" "^7.23.5" | ||
"@babel/helper-compilation-targets" "^7.23.6" | ||
"@babel/helper-plugin-utils" "^7.24.0" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-transform-parameters" "^7.23.3" | ||
|
||
"@babel/plugin-transform-object-super@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd" | ||
|
@@ -1179,6 +1210,92 @@ | |
core-js-compat "^3.31.0" | ||
semver "^6.3.1" | ||
|
||
"@babel/preset-env@^7.24.0": | ||
version "7.24.0" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc" | ||
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA== | ||
dependencies: | ||
"@babel/compat-data" "^7.23.5" | ||
"@babel/helper-compilation-targets" "^7.23.6" | ||
"@babel/helper-plugin-utils" "^7.24.0" | ||
"@babel/helper-validator-option" "^7.23.5" | ||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3" | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3" | ||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7" | ||
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" | ||
"@babel/plugin-syntax-async-generators" "^7.8.4" | ||
"@babel/plugin-syntax-class-properties" "^7.12.13" | ||
"@babel/plugin-syntax-class-static-block" "^7.14.5" | ||
"@babel/plugin-syntax-dynamic-import" "^7.8.3" | ||
"@babel/plugin-syntax-export-namespace-from" "^7.8.3" | ||
"@babel/plugin-syntax-import-assertions" "^7.23.3" | ||
"@babel/plugin-syntax-import-attributes" "^7.23.3" | ||
"@babel/plugin-syntax-import-meta" "^7.10.4" | ||
"@babel/plugin-syntax-json-strings" "^7.8.3" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
"@babel/plugin-syntax-private-property-in-object" "^7.14.5" | ||
"@babel/plugin-syntax-top-level-await" "^7.14.5" | ||
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" | ||
"@babel/plugin-transform-arrow-functions" "^7.23.3" | ||
"@babel/plugin-transform-async-generator-functions" "^7.23.9" | ||
"@babel/plugin-transform-async-to-generator" "^7.23.3" | ||
"@babel/plugin-transform-block-scoped-functions" "^7.23.3" | ||
"@babel/plugin-transform-block-scoping" "^7.23.4" | ||
"@babel/plugin-transform-class-properties" "^7.23.3" | ||
"@babel/plugin-transform-class-static-block" "^7.23.4" | ||
"@babel/plugin-transform-classes" "^7.23.8" | ||
"@babel/plugin-transform-computed-properties" "^7.23.3" | ||
"@babel/plugin-transform-destructuring" "^7.23.3" | ||
"@babel/plugin-transform-dotall-regex" "^7.23.3" | ||
"@babel/plugin-transform-duplicate-keys" "^7.23.3" | ||
"@babel/plugin-transform-dynamic-import" "^7.23.4" | ||
"@babel/plugin-transform-exponentiation-operator" "^7.23.3" | ||
"@babel/plugin-transform-export-namespace-from" "^7.23.4" | ||
"@babel/plugin-transform-for-of" "^7.23.6" | ||
"@babel/plugin-transform-function-name" "^7.23.3" | ||
"@babel/plugin-transform-json-strings" "^7.23.4" | ||
"@babel/plugin-transform-literals" "^7.23.3" | ||
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4" | ||
"@babel/plugin-transform-member-expression-literals" "^7.23.3" | ||
"@babel/plugin-transform-modules-amd" "^7.23.3" | ||
"@babel/plugin-transform-modules-commonjs" "^7.23.3" | ||
"@babel/plugin-transform-modules-systemjs" "^7.23.9" | ||
"@babel/plugin-transform-modules-umd" "^7.23.3" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" | ||
"@babel/plugin-transform-new-target" "^7.23.3" | ||
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4" | ||
"@babel/plugin-transform-numeric-separator" "^7.23.4" | ||
"@babel/plugin-transform-object-rest-spread" "^7.24.0" | ||
"@babel/plugin-transform-object-super" "^7.23.3" | ||
"@babel/plugin-transform-optional-catch-binding" "^7.23.4" | ||
"@babel/plugin-transform-optional-chaining" "^7.23.4" | ||
"@babel/plugin-transform-parameters" "^7.23.3" | ||
"@babel/plugin-transform-private-methods" "^7.23.3" | ||
"@babel/plugin-transform-private-property-in-object" "^7.23.4" | ||
"@babel/plugin-transform-property-literals" "^7.23.3" | ||
"@babel/plugin-transform-regenerator" "^7.23.3" | ||
"@babel/plugin-transform-reserved-words" "^7.23.3" | ||
"@babel/plugin-transform-shorthand-properties" "^7.23.3" | ||
"@babel/plugin-transform-spread" "^7.23.3" | ||
"@babel/plugin-transform-sticky-regex" "^7.23.3" | ||
"@babel/plugin-transform-template-literals" "^7.23.3" | ||
"@babel/plugin-transform-typeof-symbol" "^7.23.3" | ||
"@babel/plugin-transform-unicode-escapes" "^7.23.3" | ||
"@babel/plugin-transform-unicode-property-regex" "^7.23.3" | ||
"@babel/plugin-transform-unicode-regex" "^7.23.3" | ||
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3" | ||
"@babel/preset-modules" "0.1.6-no-external-plugins" | ||
babel-plugin-polyfill-corejs2 "^0.4.8" | ||
babel-plugin-polyfill-corejs3 "^0.9.0" | ||
babel-plugin-polyfill-regenerator "^0.5.5" | ||
core-js-compat "^3.31.0" | ||
semver "^6.3.1" | ||
|
||
"@babel/preset-flow@^7.22.15": | ||
version "7.23.3" | ||
resolved "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.23.3.tgz#8084e08b9ccec287bd077ab288b286fab96ffab1" | ||
|
@@ -1197,9 +1314,9 @@ | |
"@babel/types" "^7.4.4" | ||
esutils "^2.0.2" | ||
|
||
"@babel/preset-typescript@^7.23.0": | ||
"@babel/preset-typescript@^7.23.0", "@babel/preset-typescript@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz#14534b34ed5b6d435aa05f1ae1c5e7adcc01d913" | ||
integrity sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
@@ -4040,9 +4157,9 @@ babel-plugin-jest-hoist@^27.5.1: | |
"@types/babel__core" "^7.0.0" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-polyfill-corejs2@^0.4.7: | ||
babel-plugin-polyfill-corejs2@^0.4.7, babel-plugin-polyfill-corejs2@^0.4.8: | ||
version "0.4.8" | ||
resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269" | ||
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg== | ||
dependencies: | ||
"@babel/compat-data" "^7.22.6" | ||
|
@@ -4057,9 +4174,17 @@ babel-plugin-polyfill-corejs3@^0.8.7: | |
"@babel/helper-define-polyfill-provider" "^0.4.4" | ||
core-js-compat "^3.33.1" | ||
|
||
babel-plugin-polyfill-regenerator@^0.5.4: | ||
babel-plugin-polyfill-corejs3@^0.9.0: | ||
version "0.9.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81" | ||
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg== | ||
dependencies: | ||
"@babel/helper-define-polyfill-provider" "^0.5.0" | ||
core-js-compat "^3.34.0" | ||
|
||
babel-plugin-polyfill-regenerator@^0.5.4, babel-plugin-polyfill-regenerator@^0.5.5: | ||
version "0.5.5" | ||
resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a" | ||
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg== | ||
dependencies: | ||
"@babel/helper-define-polyfill-provider" "^0.5.0" | ||
|
@@ -4215,6 +4340,16 @@ browserslist@^4.14.5, browserslist@^4.22.1, browserslist@^4.22.2: | |
node-releases "^2.0.14" | ||
update-browserslist-db "^1.0.13" | ||
|
||
browserslist@^4.22.3: | ||
version "4.23.0" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab" | ||
integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== | ||
dependencies: | ||
caniuse-lite "^1.0.30001587" | ||
electron-to-chromium "^1.4.668" | ||
node-releases "^2.0.14" | ||
update-browserslist-db "^1.0.13" | ||
|
||
[email protected]: | ||
version "2.1.1" | ||
resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" | ||
|
@@ -4302,6 +4437,11 @@ caniuse-lite@^1.0.30001580: | |
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001585.tgz" | ||
integrity sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q== | ||
|
||
caniuse-lite@^1.0.30001587: | ||
version "1.0.30001593" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001593.tgz#7cda1d9e5b0cad6ebab4133b1f239d4ea44fe659" | ||
integrity sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ== | ||
|
||
case-sensitive-paths-webpack-plugin@^2.4.0: | ||
version "2.4.0" | ||
resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz" | ||
|
@@ -4668,6 +4808,13 @@ core-js-compat@^3.33.1: | |
dependencies: | ||
browserslist "^4.22.2" | ||
|
||
core-js-compat@^3.34.0: | ||
version "3.36.0" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.0.tgz#087679119bc2fdbdefad0d45d8e5d307d45ba190" | ||
integrity sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw== | ||
dependencies: | ||
browserslist "^4.22.3" | ||
|
||
core-util-is@~1.0.0: | ||
version "1.0.3" | ||
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" | ||
|
@@ -5122,6 +5269,11 @@ electron-to-chromium@^1.4.648: | |
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.659.tgz" | ||
integrity sha512-sRJ3nV3HowrYpBtPF9bASQV7OW49IgZC01Xiq43WfSE3RTCkK0/JidoCmR73Hyc1mN+l/H4Yqx0eNiomvExFZg== | ||
|
||
electron-to-chromium@^1.4.668: | ||
version "1.4.690" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz#dd5145d45c49c08a9a6f7454127e660bdf9a3fa7" | ||
integrity sha512-+2OAGjUx68xElQhydpcbqH50hE8Vs2K6TkAeLhICYfndb67CVH0UsZaijmRUE3rHlIxU1u0jxwhgVe6fK3YANA== | ||
|
||
emittery@^0.8.1: | ||
version "0.8.1" | ||
resolved "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz" | ||
|