Merge branch 'renovate/babel-monorepo' into 'develop'
Update babel monorepo to v7.28.3 See merge request pleroma/pleroma-fe!2220
This commit is contained in:
commit
48651518df
2 changed files with 108 additions and 64 deletions
10
package.json
10
package.json
|
|
@ -17,7 +17,7 @@
|
||||||
"lint-fix": "eslint --fix src test/unit/specs test/e2e/specs"
|
"lint-fix": "eslint --fix src test/unit/specs test/e2e/specs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.28.2",
|
"@babel/runtime": "7.28.3",
|
||||||
"@chenfengyuan/vue-qrcode": "2.0.0",
|
"@chenfengyuan/vue-qrcode": "2.0.0",
|
||||||
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
||||||
"@fortawesome/free-regular-svg-icons": "6.7.2",
|
"@fortawesome/free-regular-svg-icons": "6.7.2",
|
||||||
|
|
@ -54,11 +54,11 @@
|
||||||
"vuex": "4.1.0"
|
"vuex": "4.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.28.0",
|
"@babel/core": "7.28.3",
|
||||||
"@babel/eslint-parser": "7.28.0",
|
"@babel/eslint-parser": "7.28.0",
|
||||||
"@babel/plugin-transform-runtime": "7.28.0",
|
"@babel/plugin-transform-runtime": "7.28.3",
|
||||||
"@babel/preset-env": "7.28.0",
|
"@babel/preset-env": "7.28.3",
|
||||||
"@babel/register": "7.27.1",
|
"@babel/register": "7.28.3",
|
||||||
"@ungap/event-target": "0.2.4",
|
"@ungap/event-target": "0.2.4",
|
||||||
"@vitejs/plugin-vue": "^5.2.1",
|
"@vitejs/plugin-vue": "^5.2.1",
|
||||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||||
|
|
|
||||||
162
yarn.lock
162
yarn.lock
|
|
@ -61,21 +61,21 @@
|
||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
||||||
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
||||||
|
|
||||||
"@babel/core@7.28.0":
|
"@babel/core@7.28.3":
|
||||||
version "7.28.0"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
|
||||||
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
|
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ampproject/remapping" "^2.2.0"
|
"@ampproject/remapping" "^2.2.0"
|
||||||
"@babel/code-frame" "^7.27.1"
|
"@babel/code-frame" "^7.27.1"
|
||||||
"@babel/generator" "^7.28.0"
|
"@babel/generator" "^7.28.3"
|
||||||
"@babel/helper-compilation-targets" "^7.27.2"
|
"@babel/helper-compilation-targets" "^7.27.2"
|
||||||
"@babel/helper-module-transforms" "^7.27.3"
|
"@babel/helper-module-transforms" "^7.28.3"
|
||||||
"@babel/helpers" "^7.27.6"
|
"@babel/helpers" "^7.28.3"
|
||||||
"@babel/parser" "^7.28.0"
|
"@babel/parser" "^7.28.3"
|
||||||
"@babel/template" "^7.27.2"
|
"@babel/template" "^7.27.2"
|
||||||
"@babel/traverse" "^7.28.0"
|
"@babel/traverse" "^7.28.3"
|
||||||
"@babel/types" "^7.28.0"
|
"@babel/types" "^7.28.2"
|
||||||
convert-source-map "^2.0.0"
|
convert-source-map "^2.0.0"
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
gensync "^1.0.0-beta.2"
|
gensync "^1.0.0-beta.2"
|
||||||
|
|
@ -145,6 +145,17 @@
|
||||||
"@jridgewell/trace-mapping" "^0.3.28"
|
"@jridgewell/trace-mapping" "^0.3.28"
|
||||||
jsesc "^3.0.2"
|
jsesc "^3.0.2"
|
||||||
|
|
||||||
|
"@babel/generator@^7.28.3":
|
||||||
|
version "7.28.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
|
||||||
|
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/parser" "^7.28.3"
|
||||||
|
"@babel/types" "^7.28.2"
|
||||||
|
"@jridgewell/gen-mapping" "^0.3.12"
|
||||||
|
"@jridgewell/trace-mapping" "^0.3.28"
|
||||||
|
jsesc "^3.0.2"
|
||||||
|
|
||||||
"@babel/helper-annotate-as-pure@^7.25.9":
|
"@babel/helper-annotate-as-pure@^7.25.9":
|
||||||
version "7.25.9"
|
version "7.25.9"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
||||||
|
|
@ -214,6 +225,19 @@
|
||||||
"@babel/traverse" "^7.27.1"
|
"@babel/traverse" "^7.27.1"
|
||||||
semver "^6.3.1"
|
semver "^6.3.1"
|
||||||
|
|
||||||
|
"@babel/helper-create-class-features-plugin@^7.28.3":
|
||||||
|
version "7.28.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
|
||||||
|
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-annotate-as-pure" "^7.27.3"
|
||||||
|
"@babel/helper-member-expression-to-functions" "^7.27.1"
|
||||||
|
"@babel/helper-optimise-call-expression" "^7.27.1"
|
||||||
|
"@babel/helper-replace-supers" "^7.27.1"
|
||||||
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
||||||
|
"@babel/traverse" "^7.28.3"
|
||||||
|
semver "^6.3.1"
|
||||||
|
|
||||||
"@babel/helper-create-regexp-features-plugin@^7.18.6":
|
"@babel/helper-create-regexp-features-plugin@^7.18.6":
|
||||||
version "7.27.0"
|
version "7.27.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.0.tgz#0e41f7d38c2ebe06ebd9cf0e02fb26019c77cd95"
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.0.tgz#0e41f7d38c2ebe06ebd9cf0e02fb26019c77cd95"
|
||||||
|
|
@ -298,14 +322,14 @@
|
||||||
"@babel/helper-validator-identifier" "^7.27.1"
|
"@babel/helper-validator-identifier" "^7.27.1"
|
||||||
"@babel/traverse" "^7.27.1"
|
"@babel/traverse" "^7.27.1"
|
||||||
|
|
||||||
"@babel/helper-module-transforms@^7.27.3":
|
"@babel/helper-module-transforms@^7.28.3":
|
||||||
version "7.27.3"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
|
||||||
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
|
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-imports" "^7.27.1"
|
"@babel/helper-module-imports" "^7.27.1"
|
||||||
"@babel/helper-validator-identifier" "^7.27.1"
|
"@babel/helper-validator-identifier" "^7.27.1"
|
||||||
"@babel/traverse" "^7.27.3"
|
"@babel/traverse" "^7.28.3"
|
||||||
|
|
||||||
"@babel/helper-optimise-call-expression@^7.25.9":
|
"@babel/helper-optimise-call-expression@^7.25.9":
|
||||||
version "7.25.9"
|
version "7.25.9"
|
||||||
|
|
@ -416,10 +440,10 @@
|
||||||
"@babel/template" "^7.27.0"
|
"@babel/template" "^7.27.0"
|
||||||
"@babel/types" "^7.27.0"
|
"@babel/types" "^7.27.0"
|
||||||
|
|
||||||
"@babel/helpers@^7.27.6":
|
"@babel/helpers@^7.28.3":
|
||||||
version "7.28.2"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
|
||||||
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
|
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/template" "^7.27.2"
|
"@babel/template" "^7.27.2"
|
||||||
"@babel/types" "^7.28.2"
|
"@babel/types" "^7.28.2"
|
||||||
|
|
@ -455,6 +479,13 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.28.0"
|
"@babel/types" "^7.28.0"
|
||||||
|
|
||||||
|
"@babel/parser@^7.28.3":
|
||||||
|
version "7.28.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
|
||||||
|
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.28.2"
|
||||||
|
|
||||||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
||||||
version "7.27.1"
|
version "7.27.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
||||||
|
|
@ -486,13 +517,13 @@
|
||||||
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
||||||
"@babel/plugin-transform-optional-chaining" "^7.27.1"
|
"@babel/plugin-transform-optional-chaining" "^7.27.1"
|
||||||
|
|
||||||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
|
||||||
version "7.27.1"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a"
|
||||||
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
|
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
"@babel/traverse" "^7.27.1"
|
"@babel/traverse" "^7.28.3"
|
||||||
|
|
||||||
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
||||||
version "7.21.0-placeholder-for-preset-env.2"
|
version "7.21.0-placeholder-for-preset-env.2"
|
||||||
|
|
@ -582,25 +613,25 @@
|
||||||
"@babel/helper-create-class-features-plugin" "^7.27.1"
|
"@babel/helper-create-class-features-plugin" "^7.27.1"
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
"@babel/plugin-transform-class-static-block@^7.27.1":
|
"@babel/plugin-transform-class-static-block@^7.28.3":
|
||||||
version "7.27.1"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
|
||||||
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
|
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-create-class-features-plugin" "^7.27.1"
|
"@babel/helper-create-class-features-plugin" "^7.28.3"
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
"@babel/plugin-transform-classes@^7.28.0":
|
"@babel/plugin-transform-classes@^7.28.3":
|
||||||
version "7.28.0"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
|
||||||
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
|
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-annotate-as-pure" "^7.27.3"
|
"@babel/helper-annotate-as-pure" "^7.27.3"
|
||||||
"@babel/helper-compilation-targets" "^7.27.2"
|
"@babel/helper-compilation-targets" "^7.27.2"
|
||||||
"@babel/helper-globals" "^7.28.0"
|
"@babel/helper-globals" "^7.28.0"
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
"@babel/helper-replace-supers" "^7.27.1"
|
"@babel/helper-replace-supers" "^7.27.1"
|
||||||
"@babel/traverse" "^7.28.0"
|
"@babel/traverse" "^7.28.3"
|
||||||
|
|
||||||
"@babel/plugin-transform-computed-properties@^7.27.1":
|
"@babel/plugin-transform-computed-properties@^7.27.1":
|
||||||
version "7.27.1"
|
version "7.27.1"
|
||||||
|
|
@ -843,10 +874,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
"@babel/plugin-transform-regenerator@^7.28.0":
|
"@babel/plugin-transform-regenerator@^7.28.3":
|
||||||
version "7.28.1"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz#bde80603442ff4bb4e910bc8b35485295d556ab1"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
|
||||||
integrity sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==
|
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
|
|
@ -865,10 +896,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
"@babel/plugin-transform-runtime@7.28.0":
|
"@babel/plugin-transform-runtime@7.28.3":
|
||||||
version "7.28.0"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz#462e79008cc7bdac03e4c5e1765b9de2bcd31c21"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.3.tgz#f5990a1b2d2bde950ed493915e0719841c8d0eaa"
|
||||||
integrity sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==
|
integrity sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-imports" "^7.27.1"
|
"@babel/helper-module-imports" "^7.27.1"
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
@ -955,10 +986,10 @@
|
||||||
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
||||||
"@babel/helper-plugin-utils" "^7.27.1"
|
"@babel/helper-plugin-utils" "^7.27.1"
|
||||||
|
|
||||||
"@babel/preset-env@7.28.0":
|
"@babel/preset-env@7.28.3":
|
||||||
version "7.28.0"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
|
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
|
||||||
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
|
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data" "^7.28.0"
|
"@babel/compat-data" "^7.28.0"
|
||||||
"@babel/helper-compilation-targets" "^7.27.2"
|
"@babel/helper-compilation-targets" "^7.27.2"
|
||||||
|
|
@ -968,7 +999,7 @@
|
||||||
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
|
||||||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
|
||||||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
|
||||||
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
||||||
"@babel/plugin-syntax-import-assertions" "^7.27.1"
|
"@babel/plugin-syntax-import-assertions" "^7.27.1"
|
||||||
"@babel/plugin-syntax-import-attributes" "^7.27.1"
|
"@babel/plugin-syntax-import-attributes" "^7.27.1"
|
||||||
|
|
@ -979,8 +1010,8 @@
|
||||||
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
|
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
|
||||||
"@babel/plugin-transform-block-scoping" "^7.28.0"
|
"@babel/plugin-transform-block-scoping" "^7.28.0"
|
||||||
"@babel/plugin-transform-class-properties" "^7.27.1"
|
"@babel/plugin-transform-class-properties" "^7.27.1"
|
||||||
"@babel/plugin-transform-class-static-block" "^7.27.1"
|
"@babel/plugin-transform-class-static-block" "^7.28.3"
|
||||||
"@babel/plugin-transform-classes" "^7.28.0"
|
"@babel/plugin-transform-classes" "^7.28.3"
|
||||||
"@babel/plugin-transform-computed-properties" "^7.27.1"
|
"@babel/plugin-transform-computed-properties" "^7.27.1"
|
||||||
"@babel/plugin-transform-destructuring" "^7.28.0"
|
"@babel/plugin-transform-destructuring" "^7.28.0"
|
||||||
"@babel/plugin-transform-dotall-regex" "^7.27.1"
|
"@babel/plugin-transform-dotall-regex" "^7.27.1"
|
||||||
|
|
@ -1012,7 +1043,7 @@
|
||||||
"@babel/plugin-transform-private-methods" "^7.27.1"
|
"@babel/plugin-transform-private-methods" "^7.27.1"
|
||||||
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
|
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
|
||||||
"@babel/plugin-transform-property-literals" "^7.27.1"
|
"@babel/plugin-transform-property-literals" "^7.27.1"
|
||||||
"@babel/plugin-transform-regenerator" "^7.28.0"
|
"@babel/plugin-transform-regenerator" "^7.28.3"
|
||||||
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
|
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
|
||||||
"@babel/plugin-transform-reserved-words" "^7.27.1"
|
"@babel/plugin-transform-reserved-words" "^7.27.1"
|
||||||
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
|
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
|
||||||
|
|
@ -1040,10 +1071,10 @@
|
||||||
"@babel/types" "^7.4.4"
|
"@babel/types" "^7.4.4"
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
|
|
||||||
"@babel/register@7.27.1":
|
"@babel/register@7.28.3":
|
||||||
version "7.27.1"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.27.1.tgz#ea4d701649d788d7cb8a064b7540fd21083147f1"
|
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.28.3.tgz#abd8a3753480c799bdaf9c9092d6745d16e052c2"
|
||||||
integrity sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ==
|
integrity sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA==
|
||||||
dependencies:
|
dependencies:
|
||||||
clone-deep "^4.0.1"
|
clone-deep "^4.0.1"
|
||||||
find-cache-dir "^2.0.0"
|
find-cache-dir "^2.0.0"
|
||||||
|
|
@ -1051,10 +1082,10 @@
|
||||||
pirates "^4.0.6"
|
pirates "^4.0.6"
|
||||||
source-map-support "^0.5.16"
|
source-map-support "^0.5.16"
|
||||||
|
|
||||||
"@babel/runtime@7.28.2":
|
"@babel/runtime@7.28.3":
|
||||||
version "7.28.2"
|
version "7.28.3"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.2.tgz#2ae5a9d51cc583bd1f5673b3bb70d6d819682473"
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a"
|
||||||
integrity sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==
|
integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==
|
||||||
|
|
||||||
"@babel/runtime@^7.12.5":
|
"@babel/runtime@^7.12.5":
|
||||||
version "7.27.1"
|
version "7.27.1"
|
||||||
|
|
@ -1105,7 +1136,7 @@
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
"@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
|
"@babel/traverse@^7.28.0":
|
||||||
version "7.28.0"
|
version "7.28.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
|
||||||
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
|
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
|
||||||
|
|
@ -1118,6 +1149,19 @@
|
||||||
"@babel/types" "^7.28.0"
|
"@babel/types" "^7.28.0"
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
|
|
||||||
|
"@babel/traverse@^7.28.3":
|
||||||
|
version "7.28.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
|
||||||
|
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "^7.27.1"
|
||||||
|
"@babel/generator" "^7.28.3"
|
||||||
|
"@babel/helper-globals" "^7.28.0"
|
||||||
|
"@babel/parser" "^7.28.3"
|
||||||
|
"@babel/template" "^7.27.2"
|
||||||
|
"@babel/types" "^7.28.2"
|
||||||
|
debug "^4.3.1"
|
||||||
|
|
||||||
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.27.0", "@babel/types@^7.4.4":
|
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.27.0", "@babel/types@^7.4.4":
|
||||||
version "7.27.0"
|
version "7.27.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue