diff --git a/.gitignore b/.gitignore index 46d4eb5..d0914bc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,8 @@ components.d.ts uni-pages.d.ts # 插件生成的文件 -src/pages.json -src/manifest.json +# src/pages.json +# src/manifest.json # lock 文件还是不要了,我主要的版本写死就好了 # github actions 需要这些文件,所以留着 diff --git a/README.md b/README.md index 8c04569..a0ff934 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,36 @@ 📖 阅读文档

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ ## ⚙️ 环境 - node>=18 diff --git a/env/.env.development b/env/.env.development index f632900..dd0a1f2 100644 --- a/env/.env.development +++ b/env/.env.development @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false -VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run' +# VITE_SERVER_BASEURL = 'https://ukw0y1.laf.run' diff --git a/env/.env.production b/env/.env.production index 96ca98e..94b3031 100644 --- a/env/.env.production +++ b/env/.env.production @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = true -VITE_SERVER_BASEURL = 'https://xxx.com' +# VITE_SERVER_BASEURL = 'https://xxx.com' diff --git a/env/.env.test b/env/.env.test index 2dc558b..a0dcad1 100644 --- a/env/.env.test +++ b/env/.env.test @@ -3,4 +3,4 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false -VITE_SERVER_BASEURL = 'https://xxx.com' +# VITE_SERVER_BASEURL = 'https://xxx.com' diff --git a/global.d.ts b/global.d.ts new file mode 100644 index 0000000..2e67ed8 --- /dev/null +++ b/global.d.ts @@ -0,0 +1,14 @@ +declare const __UNI_PLATFORM__: + | 'h5' + | 'app' + | 'mp-alipay' + | 'mp-baidu' + | 'mp-jd' + | 'mp-kuaishou' + | 'mp-lark' + | 'mp-qq' + | 'mp-toutiao' + | 'mp-weixin' + | 'quickapp-webview' + | 'quickapp-webview-huawei' + | 'quickapp-webview-union' diff --git a/package.json b/package.json index aa0d364..070bcb4 100644 --- a/package.json +++ b/package.json @@ -78,36 +78,35 @@ "bin-wrapper": "npm:bin-wrapper-china" }, "dependencies": { - "@dcloudio/uni-app": "3.0.0-4000620240325001", - "@dcloudio/uni-app-plus": "3.0.0-4000620240325001", - "@dcloudio/uni-components": "3.0.0-4000620240325001", - "@dcloudio/uni-h5": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-alipay": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-baidu": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-jd": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-kuaishou": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-lark": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-qq": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-toutiao": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-weixin": "3.0.0-4000620240325001", - "@dcloudio/uni-mp-xhs": "3.0.0-4000620240325001", - "@dcloudio/uni-quickapp-webview": "3.0.0-4000620240325001", + "@dcloudio/uni-app": "3.0.0-4000720240327002", + "@dcloudio/uni-app-plus": "3.0.0-4000720240327002", + "@dcloudio/uni-components": "3.0.0-4000720240327002", + "@dcloudio/uni-h5": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-alipay": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-baidu": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-jd": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-kuaishou": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-lark": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-qq": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-toutiao": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-weixin": "3.0.0-4000720240327002", + "@dcloudio/uni-mp-xhs": "3.0.0-4000720240327002", + "@dcloudio/uni-quickapp-webview": "3.0.0-4000720240327002", "dayjs": "1.11.10", "pinia": "2.0.36", "pinia-plugin-persistedstate": "3.2.1", "qs": "^6.11.2", - "vue": "3.4.19", - "vue-i18n": "9.9.0", + "vue": "^3.4.19", "wot-design-uni": "^1.2.5" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", - "@dcloudio/types": "^3.4.3", - "@dcloudio/uni-automator": "3.0.0-4000620240325001", - "@dcloudio/uni-cli-shared": "3.0.0-4000620240325001", - "@dcloudio/uni-stacktracey": "3.0.0-4000620240325001", - "@dcloudio/vite-plugin-uni": "3.0.0-4000620240325001", + "@dcloudio/types": "^3.4.8", + "@dcloudio/uni-automator": "3.0.0-4000720240327002", + "@dcloudio/uni-cli-shared": "3.0.0-4000720240327002", + "@dcloudio/uni-stacktracey": "3.0.0-4000720240327002", + "@dcloudio/vite-plugin-uni": "3.0.0-4000720240327002", "@iconify-json/carbon": "^1.1.27", "@types/node": "^20.11.5", "@types/wechat-miniprogram": "^3.4.7", @@ -144,7 +143,7 @@ "stylelint-config-standard": "^35.0.0", "stylelint-config-standard-scss": "^12.0.0", "terser": "^5.26.0", - "typescript": "^4.9.4", + "typescript": "^4.9.5", "unocss": "^0.58.0", "unocss-applet": "^0.7.8", "unplugin-auto-import": "^0.17.2", @@ -155,6 +154,7 @@ "vite-plugin-vue-setup-extend": "^0.4.0", "vite-svg-loader": "^5.1.0", "vue-global-api": "^0.4.1", - "vue-tsc": "^1.0.24" + "vue-i18n": "^9.10.2", + "vue-tsc": "^1.8.25" } } diff --git a/pages.config.ts b/pages.config.ts index f26c4e0..96d65b7 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -33,8 +33,8 @@ export default defineUniPages({ { iconPath: 'static/tabbar/example.png', selectedIconPath: 'static/tabbar/exampleHL.png', - pagePath: 'pages/index/i18n', - text: '多语言', + pagePath: 'pages/index/about', + text: '关于', }, ], }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64b3857..a3ed484 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,51 +1,55 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + overrides: bin-wrapper: npm:bin-wrapper-china dependencies: '@dcloudio/uni-app': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(@dcloudio/types@3.4.3)(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(@dcloudio/types@3.4.8)(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-app-plus': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) '@dcloudio/uni-components': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-h5': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-alipay': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-baidu': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-jd': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-kuaishou': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-lark': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-qq': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-toutiao': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-weixin': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-mp-xhs': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-quickapp-webview': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) dayjs: specifier: 1.11.10 version: 1.11.10 @@ -59,11 +63,8 @@ dependencies: specifier: ^6.11.2 version: 6.11.2 vue: - specifier: 3.4.19 + specifier: ^3.4.19 version: 3.4.19(typescript@4.9.5) - vue-i18n: - specifier: 9.9.0 - version: 9.9.0(vue@3.4.19) wot-design-uni: specifier: ^1.2.5 version: 1.2.5(vue@3.4.19) @@ -76,20 +77,20 @@ devDependencies: specifier: ^18.4.3 version: 18.4.3 '@dcloudio/types': - specifier: ^3.4.3 - version: 3.4.3 + specifier: ^3.4.8 + version: 3.4.8 '@dcloudio/uni-automator': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-cli-shared': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@dcloudio/uni-stacktracey': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001 + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002 '@dcloudio/vite-plugin-uni': - specifier: 3.0.0-4000620240325001 - version: 3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) + specifier: 3.0.0-4000720240327002 + version: 3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) '@iconify-json/carbon': specifier: ^1.1.27 version: 1.1.27 @@ -199,7 +200,7 @@ devDependencies: specifier: ^5.26.0 version: 5.26.0 typescript: - specifier: ^4.9.4 + specifier: ^4.9.5 version: 4.9.5 unocss: specifier: ^0.58.0 @@ -231,8 +232,11 @@ devDependencies: vue-global-api: specifier: ^0.4.1 version: 0.4.1(vue@3.4.19) + vue-i18n: + specifier: ^9.10.2 + version: 9.10.2(vue@3.4.19) vue-tsc: - specifier: ^1.0.24 + specifier: ^1.8.25 version: 1.8.25(typescript@4.9.5) packages: @@ -248,6 +252,14 @@ packages: dependencies: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 + dev: true + + /@ampproject/remapping@2.3.0: + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 /@antfu/eslint-config@1.0.0-beta.27(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)(typescript@4.9.5): resolution: {integrity: sha512-xLSiMWU2Hfky2FbPC8KcyuJl6gArv1A6lOwkD3PN6jMaUfJrLGEnwWdCni94o1TNLwpigxNPp3mP4YT87ioToQ==} @@ -308,25 +320,56 @@ packages: dependencies: '@babel/highlight': 7.23.4 chalk: 2.4.2 + dev: true + + /@babel/code-frame@7.24.2: + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 /@babel/compat-data@7.23.5: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} - /@babel/core@7.23.9: - resolution: {integrity: sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==} + /@babel/core@7.23.6: + resolution: {integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.23.5 '@babel/generator': 7.23.6 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) - '@babel/helpers': 7.23.9 - '@babel/parser': 7.23.9 - '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 - '@babel/types': 7.23.9 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) + '@babel/helpers': 7.23.6 + '@babel/parser': 7.24.1 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.6 + '@babel/types': 7.24.0 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/core@7.24.3: + resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helpers': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -339,23 +382,33 @@ packages: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + dev: true + + /@babel/generator@7.24.1: + resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@babel/helper-compilation-targets@7.23.6: @@ -368,44 +421,62 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.9): + /@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.6): resolution: {integrity: sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.9) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.6) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: true - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.9): + /@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.24.3): + resolution: {integrity: sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: true + + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.3): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.23.9): + /@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.24.3): resolution: {integrity: sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -422,34 +493,48 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.23.9 - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.9): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + dev: true + + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -460,7 +545,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@babel/helper-plugin-utils@7.22.5: @@ -468,25 +553,42 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.9): + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.3): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.9): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.6): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + + /@babel/helper-replace-supers@7.22.20(@babel/core@7.24.3): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -496,24 +598,29 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-string-parser@7.24.1: + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} @@ -528,17 +635,28 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.23.9 - '@babel/types': 7.23.9 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 dev: true - /@babel/helpers@7.23.9: - resolution: {integrity: sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==} + /@babel/helpers@7.23.6: + resolution: {integrity: sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 - '@babel/types': 7.23.9 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helpers@7.24.1: + resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -549,922 +667,979 @@ packages: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 - - /@babel/parser@7.23.6: - resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.9 dev: true - /@babel/parser@7.23.9: - resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} + /@babel/highlight@7.24.2: + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + + /@babel/parser@7.24.1: + resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.9): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.9): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.9) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.3) dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.9): + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.9): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.9): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.9): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.9): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.3): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.9): + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.9): + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.9): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.9): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.9): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.3): + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.9): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.9): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.9): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.3): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.9): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.9): + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.9): + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.24.3): + resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.3): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.9) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.9) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.9) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.9): + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.24.3): resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.9) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true - /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.23.9 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/template': 7.24.0 dev: true - /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-for-of@7.23.6(@babel/core@7.23.9): + /@babel/plugin-transform-for-of@7.23.6(@babel/core@7.24.3): resolution: {integrity: sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) + '@babel/core': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.24.3): + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + dev: true + + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.9): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.3): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.9) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.9) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.9): + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.3): resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) dev: true - /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.9): + /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.6): resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.9) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) dev: true - /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.24.3): + resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.9): + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.24.3): resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.9) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/preset-env@7.23.6(@babel/core@7.23.9): + /@babel/preset-env@7.23.6(@babel/core@7.24.3): resolution: {integrity: sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@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/core@7.23.9) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.9) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.9) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.9) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.9) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.9) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.9) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.9) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.9) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.23.9) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.9) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.23.9) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.9) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.9) - babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.23.9) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.23.9) - babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.23.9) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.24.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.24.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.3) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.3) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.3) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.3) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.3) core-js-compat: 3.34.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.9): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.3): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.9 + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/types': 7.24.0 esutils: 2.0.3 dev: true - /@babel/preset-typescript@7.23.3(@babel/core@7.23.9): + /@babel/preset-typescript@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.9) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.6) + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.6) dev: true /@babel/regjsgen@0.8.0: @@ -1477,26 +1652,61 @@ packages: dependencies: regenerator-runtime: 0.14.1 + /@babel/template@7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + dev: true + /@babel/template@7.23.9: resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.5 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 - /@babel/traverse@7.23.9: - resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.6 + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + + /@babel/traverse@7.23.6: + resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/traverse@7.24.1: + resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1511,11 +1721,11 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types@7.23.9: - resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.23.4 + '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 @@ -1721,15 +1931,15 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /@dcloudio/types@3.4.3: - resolution: {integrity: sha512-WzQGX06z2+HU3HnOO+/DxX37jyUECSXCuI7GVjFXs10+ZExTbdouwQXZvH8hR7k/FjuXFjQKHV9fuvfexyXluw==} + /@dcloudio/types@3.4.8: + resolution: {integrity: sha512-IPXuoghLv7qNPOnRuP7vC5++MdRHhE0U7EMw9ia//uOh69fFXZiRTfoHd51+nzciD6R50gqYhbrCCZIxnxhM9Q==} - /@dcloudio/uni-app-plus@3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): - resolution: {integrity: sha512-fDJFFdSdQzmhpFTxmT+GwOQFINAr5iGlwhTZUDw/tpdd26kA7oKi7JzGZdJZV0ysAytez2wq/5jMMKkiSFgTbQ==} + /@dcloudio/uni-app-plus@3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): + resolution: {integrity: sha512-roh+iEt2B9Mnwu6JYaO8gs7OaeNVESQ6fmhNdLvaNlcWvT2qdD48LpfAXrR2YQN1AYS+gkeeJeM1EoTC+ymgqQ==} dependencies: - '@dcloudio/uni-app-uts': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-app-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) - '@dcloudio/uni-app-vue': 3.0.0-4000620240325001 + '@dcloudio/uni-app-uts': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-app-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19) + '@dcloudio/uni-app-vue': 3.0.0-4000720240327002 debug: 4.3.4 fs-extra: 10.1.0 licia: 1.39.1 @@ -1745,17 +1955,17 @@ packages: - vue dev: false - /@dcloudio/uni-app-uts@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-OkD5kJgaiTxk3F6vu5F3C+YhMYzgzZw9TApA2u312vqyiK4SiQbj8e3tx9K5Hfp+4Famor6q4deifNRvFvRQlg==} + /@dcloudio/uni-app-uts@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-cRcwSF5P6K0r/4YRtqyXMaNmR/t3HvGWGXxp5IKrfR2HPDTRWeUBpYxH9l+dFfctBKNNKvyUcKuYNlk7EMEyDA==} dependencies: - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-nvue-styler': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-nvue-styler': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 '@rollup/pluginutils': 4.2.1 '@vue/compiler-core': 3.3.11 '@vue/compiler-dom': 3.3.11 @@ -1779,13 +1989,13 @@ packages: - vue dev: false - /@dcloudio/uni-app-vite@3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): - resolution: {integrity: sha512-AWPp58+aDTeB76zZKmFwf25u+2DZscIyGUoMx7XuopuCXmk5/CsuUTVUpRxgG7FXyWlZjbbdDURM1NZ5jfXDMg==} + /@dcloudio/uni-app-vite@3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): + resolution: {integrity: sha512-sZbfTma17HYEt3gagxaK0lRntT2m8/X/bJc2Q8+Oc8P/yXFQF7GTwW/EFX2SVK1gheIe9K9uO981c4Sa6hrX5Q==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-nvue-styler': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-nvue-styler': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-vue': 4.5.2(vite@4.3.5)(vue@3.4.19) '@vue/compiler-dom': 3.3.11 @@ -1804,22 +2014,22 @@ packages: - vue dev: false - /@dcloudio/uni-app-vue@3.0.0-4000620240325001: - resolution: {integrity: sha512-U3mbNCjmYMrpI4JQSHTYRg2sshf/HWay4vfIPWogg8hli4/pzkh549q1F6yYZcduodK3M6HKmJoqXMXSmlV58Q==} + /@dcloudio/uni-app-vue@3.0.0-4000720240327002: + resolution: {integrity: sha512-dO7fmFQOtjvqk18K0TvcyUfeE9K9gU6vvwO8TiTmdyijuzqOZC+P+T9zNkf9SyazTzFr4hC23xC+1AMpMFO38g==} dev: false - /@dcloudio/uni-app@3.0.0-4000620240325001(@dcloudio/types@3.4.3)(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-GceYTbr5ea/rgZIGPr0vhcPblPDE9GKayk7u2hCBqHQ0xMzlhLVZb5AWE2VZ42Eimdc8QC83CKSsPFx3EfjOwA==} + /@dcloudio/uni-app@3.0.0-4000720240327002(@dcloudio/types@3.4.8)(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-ybMgIuQZ0cb1WP0Nfo1SpVWutd2vavv5c2f8RKTpjY9TW4lMgwZ2SPiHGuqndOZiP0Jjj4Bt/7HsHf8h9F5FGg==} peerDependencies: '@dcloudio/types': ^3.4.8 dependencies: - '@dcloudio/types': 3.4.3 - '@dcloudio/uni-cloud': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-components': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-push': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 - '@dcloudio/uni-stat': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/types': 3.4.8 + '@dcloudio/uni-cloud': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-components': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-push': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 + '@dcloudio/uni-stat': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) '@vue/shared': 3.3.11 transitivePeerDependencies: - '@nuxt/kit' @@ -1831,13 +2041,13 @@ packages: - vue dev: false - /@dcloudio/uni-automator@3.0.0-4000620240325001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-7I9MD+cN0iQ8Sg9YEuKu0pzkY7bD4eZ1jwUZRNm7gSjXARawzZoXk0VjCT95zgLJ/po38DIsNcTPjIy3+yFd/A==} + /@dcloudio/uni-automator@3.0.0-4000720240327002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-gcGr6bygbvHBGjJPFmYUdTkuHOOBtTanNj+eawOsC2snd3I9AmamaLgIy/VCShjSo+CBgUok33x9pRMD6kuGJQ==} peerDependencies: jest: 27.0.4 jest-environment-node: 27.5.1 dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) address: 1.2.2 cross-env: 7.0.3 debug: 4.3.4 @@ -1863,17 +2073,17 @@ packages: - vue dev: true - /@dcloudio/uni-cli-shared@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-4/tF3llxEPC+/JUq/jJnlFJpJg6qiQsQ+8240RIMD6d9oIIK5VzIls0VWAShgi0EOs2J65VnW1NMVUXLXhlcxw==} + /@dcloudio/uni-cli-shared@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-y53LZBk6lBdil3ykzyVn5hNS1lx+y1J9l8AW7jY7RXcGL5ku87fnKFjpl+DAmvXHdaBJhQMH446cjq2q3KIuOA==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.23.5 - '@babel/core': 7.23.9 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.3 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 @@ -1919,12 +2129,12 @@ packages: - ts-node - vue - /@dcloudio/uni-cloud@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-EN+zKpZYXUJhUWO31vdQzf7kAFBMBW7Xeo9l+OeaHjiO2RI+JE0ZLAl3ABdYoO0Y6WsZj5TATapQE6UapHfa0g==} + /@dcloudio/uni-cloud@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-OF0ykfF7D6fb1a18yjQgpOynnoQI/X2XvqsmXEBu4v5+V77RWR5V9cBq6+m7Haqfkd5anJl09tBMY3SFrLNMWw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 fast-glob: 3.3.2 transitivePeerDependencies: @@ -1937,12 +2147,12 @@ packages: - vue dev: false - /@dcloudio/uni-components@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-2m5KBjF7G/I56zj92k6BRbgxvJipljbeMXC+hej3f4Bw7wQGHysJog89QMYRXZWYkD4SedQGGdaUe8QpqkGHfg==} + /@dcloudio/uni-components@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-xDKU8lMZbc9Aa6PrqN+49mt5vHhzrpIEDWDlRekTUjOTq20pbR1Zi/P9r+B4TzhmeIu74Q5j0TPPn65iuTHbeQ==} dependencies: - '@dcloudio/uni-cloud': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-h5': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 + '@dcloudio/uni-cloud': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-h5': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -1953,11 +2163,11 @@ packages: - vue dev: false - /@dcloudio/uni-h5-vite@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-0v7kn/aL4KWxaPRyX9stYefSsv41a57+zDbnwMgJrRkvKh3D/I7HOUb9W0I4xdpQ6c8ziFmS3PEssrebSJsNPw==} + /@dcloudio/uni-h5-vite@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-wLFMl1k1DnL0/RmvW0piWn7KZtAt70XpDDQrqfGzt0WbMrgcqKMqTj48bWtimTlC3kn4GWi6wToKmH6WQkSEQQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@rollup/pluginutils': 4.2.1 '@vue/compiler-dom': 3.3.11 '@vue/compiler-sfc': 3.3.11 @@ -1977,22 +2187,22 @@ packages: - vue dev: false - /@dcloudio/uni-h5-vue@3.0.0-4000620240325001(vue@3.4.19): - resolution: {integrity: sha512-QD21ZWHQI2ywde7Chz4Ohx6845R0tMjPOyCUij5bVBlmuDHXybR4lDyQyA0AdtfGuMSp5+VibxXqxSIsV3Z9Mw==} + /@dcloudio/uni-h5-vue@3.0.0-4000720240327002(vue@3.4.19): + resolution: {integrity: sha512-lE2XO9056SrraMkZtAhNzfXojdPXgLPUiUR+sJkIM4r7aGNomh6mHKVLEoB/mHBghTuWJREQvsH/J/sCPb7/zA==} dependencies: - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/server-renderer': 3.3.11(vue@3.4.19) transitivePeerDependencies: - vue dev: false - /@dcloudio/uni-h5@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-NiOSsUJLlZNCVW7yhBuxt/F8ISCSQs+nAzOo8ElUWRyM2n6xYobYxaytDkmlp+LR8lexMYomErHMFKjNUjp2Fg==} + /@dcloudio/uni-h5@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-Tax9+4Fg067/CxA/b8bCEQAA7sePQXini+Eb5q+UMVc60CaXFcNWEe/xsWmK66OuseZL6rxcmZ8E59OU4dtIHg==} dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-h5-vue': 3.0.0-4000620240325001(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-h5-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-h5-vue': 3.0.0-4000720240327002(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/server-renderer': 3.3.11(vue@3.4.19) '@vue/shared': 3.3.11 debug: 4.3.4 @@ -2011,16 +2221,16 @@ packages: - vue dev: false - /@dcloudio/uni-i18n@3.0.0-4000620240325001: - resolution: {integrity: sha512-/6MP4NTr/kd2V3OUFd7V+4nu4DgtXasK2HUBtrRXrvlZ3sgavd5agZEK+ThWaupLyxZ14MXJDN97RAqLdewE5Q==} + /@dcloudio/uni-i18n@3.0.0-4000720240327002: + resolution: {integrity: sha512-gSFUM0LlkFD9dV+BRN7nV84w5P5lWFHXfckBeL5vxrROjJLbucwymBV2MQedVuACw92PhzfbQ5UxcNoxqhodCQ==} - /@dcloudio/uni-mp-alipay@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-gPjDRPt8mpke8t2u/HnvKo63jWeQJH9vt4nrRXlsH8tA4P8S2McEXn8B1nm0AG9G+tSIvgNfIj6/31cghPjXgg==} + /@dcloudio/uni-mp-alipay@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-Wn7rXEyHwUF5J9dVG1LD2YuBokh6E1KXlbwi1BSN38i82fudadDa1xjeWJFVQTb6PxcQNUDN2uvt7wMRI45OsQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 transitivePeerDependencies: @@ -2033,15 +2243,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-baidu@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-5qonyatsC4GmFzsGwcIqrAMjemC7dWCvI40EoxO/oBPhh6KK5EEet9mrkQOkflS31T/3NGWyjbgIv/u/paGwMQ==} + /@dcloudio/uni-mp-baidu@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-DorzgZMhILewbttV1pyAWW+kA5YdwtRIJKOYYd2NQvWIqyr1pP7Cb3Y2y165WQT/BBnyQ8fxThGAt8EB3nRMGw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-mp-weixin': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-mp-weixin': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 jimp: 0.10.3 @@ -2061,14 +2271,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-compiler@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-InAMiVGHex+YVhjmWIlD+iuxRT1T2VyifYP7k244OQaZZrQyUVw8+1/D0/1CQms3lZ3mTgGAjTYDcyVVvUkxrw==} + /@dcloudio/uni-mp-compiler@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-hYJ7LPo7zGKg+AuCRxzATnmIAiyA/TrVJ4ahDc40Ait6Amnyf7L215jOaG1nF1CuvYoN6h22nRN43aBTsquNOw==} dependencies: - '@babel/generator': 7.23.6 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@babel/generator': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/compiler-dom': 3.3.11 '@vue/shared': 3.3.11 @@ -2083,14 +2293,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-jd@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-4XqwQndGdYW4yxmfYNuy1jVH5xOWsXhDRrpCdhIUJtrGUh3TsbY4HXTRVruk3S617DomdWHZXhm0DjdV3mvq0w==} + /@dcloudio/uni-mp-jd@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-9zVIZbn0q512XNTtGuqN2XDuA58zsml80eGRh/6jXZ4UpNTqsa7DUSxy7S0Vw9Urj3K1Ri/O3OfQdoG2N/3XtQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 transitivePeerDependencies: - '@nuxt/kit' @@ -2102,15 +2312,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-kuaishou@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-FB+bb/Hh5eeqQorM9+U+4OERxYd3miQK1k+dHsTzPTuvzVGy/toDlRbcyZBrorwsueFg/kbMFAq+TR9YD0NtTg==} + /@dcloudio/uni-mp-kuaishou@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-Pe6lt5adOrFJEwkVTa+lL8XbrB4KU3935dHTnkYmPMFs4J1rhjUQ6chUGWdzVn/N4+PGt+UNnOHLisU6WZWe/w==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-mp-weixin': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-mp-weixin': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 transitivePeerDependencies: @@ -2125,15 +2335,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-lark@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-qrXJzGeWgzEBgeUZJh3POvJAsSRw0a+96sLe7UWwQs4mgcZuPN5KYrVH0ccywLiE0HQHNkyaUSqN9KBDmwOpkg==} + /@dcloudio/uni-mp-lark@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-R8tdNh6Jzxs2dFNkXuXiL4suGbIlCrWUTzI/HVRlg6hTJAycJrTY0NstQB+r9tP6I7p3t7HwEjqFbOSPWrpurA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-toutiao': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-toutiao': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 transitivePeerDependencies: @@ -2146,13 +2356,13 @@ packages: - vue dev: false - /@dcloudio/uni-mp-qq@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-UVLMJgpfAZgTkaG0wrKKIjptDsLRDlyctYWQ/Yj3vPZKpZEYc6GOhZpN8epONvUgUR0/3/A7B878QfDHNld+tg==} + /@dcloudio/uni-mp-qq@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-N0nV7k0W5RLJyNUG1vxADsl/XexUb9L1hWaz/T8yVZKI6hxx4It9U2Z2keYXxnxpNV6t2ODi1uYpB1wjCbGsZw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 fs-extra: 10.1.0 transitivePeerDependencies: @@ -2165,14 +2375,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-toutiao@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-f3b+FMbRm436FMOaZ+VnZfsBqyF8hEDv+L965iZDiu5gV3og3BPul9THyQ0etZ8/KZ3dKHJOsDkdbj1yNJHmcQ==} + /@dcloudio/uni-mp-toutiao@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-+Q83cUoB8rr0ZyojAYydCCkN3ao8+ZWaGYj6WyDlP9oM3Q2o9Aajp161BljZ7iD+7MChUaqRJLgzq/TAbZKpfg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 transitivePeerDependencies: @@ -2185,14 +2395,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-vite@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-DJR61METgGO8Ei6RKWxpHG19+/kC8IGK8Ay84TMVhZp4zp6cLMnfvEtAPQS16jOSnWnzbATfW4lZaFhnqDf33A==} + /@dcloudio/uni-mp-vite@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-9gpVWP0crINKZTjEFuReCeK/0FmeKMoUbTrgkF2hnHHMqGTa7J1N6DDztO96b3mqZ0AUWqerxBFETXjKcSyybQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-i18n': 3.0.0-4000620240325001 - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-i18n': 3.0.0-4000720240327002 + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/compiler-sfc': 3.3.11 '@vue/shared': 3.3.11 debug: 4.3.4 @@ -2206,20 +2416,20 @@ packages: - vue dev: false - /@dcloudio/uni-mp-vue@3.0.0-4000620240325001: - resolution: {integrity: sha512-mmUB3kNaSUsnz2YH9abIfn5MeEVfv+Efgzb7j+8RuqNezB5E/NenFasv6q+1FSGu1fHKLJkUTyave7IifDMt2A==} + /@dcloudio/uni-mp-vue@3.0.0-4000720240327002: + resolution: {integrity: sha512-beTYQ+Z9GRDBqcMvORC9AlOnnbaq1DzBRNRg9qE7wg19BIM1ame9Q0eetqC+J55BvoGooE1uCe7Eu8mADtiN3A==} dependencies: - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 dev: false - /@dcloudio/uni-mp-weixin@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-/9HCUwN+HxkEGOOiVmfF1FeIN0IDDgCK0qslznErXzp0c1GmgMfkMC88gM4PY2CAB+F/R6cGdD8osaRw7LZ6EA==} + /@dcloudio/uni-mp-weixin@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-quiNKsHM3pkirJM3w/puBuE6L3B4ULfCaqry9BEIvvarSXmAoQtxVnPl+PkT3+1vKbR3e0WSc1E1dt90A3m+kw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 jimp: 0.10.3 licia: 1.39.1 @@ -2238,14 +2448,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-xhs@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-qhV1DjJBYMtqmDNNmc8g6LLt47ak7Vrixn968MDcHl0KjjNDzCAtM69uviPqhm8v5FEHnzQO6vYA0mGxt9BB8w==} + /@dcloudio/uni-mp-xhs@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-SZEVlgxIIr1qVBQ66AP6WorGlBV6hmeg9CDCMwYUDuZbfSq8T6nWaF2j7Tl0XucsnowAXcU/YMzg45YFPj3HNw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-compiler': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-compiler': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 transitivePeerDependencies: - '@nuxt/kit' @@ -2257,17 +2467,17 @@ packages: - vue dev: false - /@dcloudio/uni-nvue-styler@3.0.0-4000620240325001: - resolution: {integrity: sha512-RWa0xA8O2whXhcgG5AFvqgaTE7hSrgnEP5sAByr96gbqbTtDrWePGhFUTs9f2m6iHEnRys6SDZDdDDXASUMm/Q==} + /@dcloudio/uni-nvue-styler@3.0.0-4000720240327002: + resolution: {integrity: sha512-OZbtOY388LPT+9Gkg3Qkow670C8E7ZOhl7N7nLFEOm2rQSr8aHTtgMioTtHQgjDktCmFu5gROq6Tp0O70TLmBw==} dependencies: parse-css-font: 4.0.0 postcss: 8.4.35 dev: false - /@dcloudio/uni-push@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-6KmvUdt3ioQjLik7l90Ci5ZwCPadcO1IX1NQblF9rNZcdZdkgTCD36VUFmNQGlk0XKmhaGFQ0+V1reAIi8/Vew==} + /@dcloudio/uni-push@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-v+D8SwTb3yPSZ+VuntdQqZxNjzHdmVw3EP6h5w/05j9Wj/mp0cjcBcvDWh24ggnlg9GfUgvLVMgOjVSsKJ8DvQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -2278,13 +2488,13 @@ packages: - vue dev: false - /@dcloudio/uni-quickapp-webview@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-WNDf2As6opqVvKIkiAya6DIkIVswjHxF+d7jfyPOfCt19jPW+ye4GoUIbb+ktj2NjoYvqmWGSGbn7VJIjUlUFQ==} + /@dcloudio/uni-quickapp-webview@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-qFtABCl1zyAovYrhSx2YfG/yZwB1saTA6lM3PmDqYgKzFGvnb+vCQN+k8JvJ4ngFt+De50dGLUNxKw/IrB0cGg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vite': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-mp-vue': 3.0.0-4000620240325001 - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vite': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-mp-vue': 3.0.0-4000720240327002 + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@vue/shared': 3.3.11 transitivePeerDependencies: - '@nuxt/kit' @@ -2296,20 +2506,20 @@ packages: - vue dev: false - /@dcloudio/uni-shared@3.0.0-4000620240325001: - resolution: {integrity: sha512-ixe7xccrPGdaQAUpNLRq6sxlGuVamEqnlkFIxQ7ErfTIlHnyb6VmxXt9txEUXDxQG3lpGZt24NDaJ1daLRKbJQ==} + /@dcloudio/uni-shared@3.0.0-4000720240327002: + resolution: {integrity: sha512-G7fMdQb97VbsJ3X1jvThbToCIOMBQ57X9yk9Ydo4mVBXtUpj2/S1S6koIiwCIYRJaWtdtNpyyAscg92UObTQqg==} dependencies: '@vue/shared': 3.3.11 - /@dcloudio/uni-stacktracey@3.0.0-4000620240325001: - resolution: {integrity: sha512-SM05crQtcuKnhA5wsTQaK17Ge3EIqm5x00gZds2LN074X+Qor+ohZt5RCzgqeWNdbCql7SySBb89/V0qE/x70g==} + /@dcloudio/uni-stacktracey@3.0.0-4000720240327002: + resolution: {integrity: sha512-n2KjkzA7T+kgQXAYmrECuUZckadm96HL88B9ASNTkdGDhLJHlXqDAiR4nz+NE6iuLVN0fdx5iRFNkI2QfFsRYQ==} dev: true - /@dcloudio/uni-stat@3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19): - resolution: {integrity: sha512-iWn3DMoB3GtsOOdgWKtC7KzCUUX9MQRNV7htTQjaH9QBK1w40WCAxdrCTisEaGP6Z5FvX2P/b8/4k+rzfzt3YQ==} + /@dcloudio/uni-stat@3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19): + resolution: {integrity: sha512-F9+9lqlet5urQa0r3PGj5a4iNB/vkPZjdWugElO0mI3XqEzeeWq+iXQSDYGOov8nqBxBHbR8Tf2B3SdJItUI1g==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 debug: 4.3.4 transitivePeerDependencies: - '@nuxt/kit' @@ -2321,18 +2531,18 @@ packages: - vue dev: false - /@dcloudio/vite-plugin-uni@3.0.0-4000620240325001(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): - resolution: {integrity: sha512-rRK4+egqTZkSMr7UPYidWJE8LWkXc1khIiPpKOn0R7WeLJSE+Olep2V3cewTNuTFK/4S0pG8q9UwgmVwRqBHeQ==} + /@dcloudio/vite-plugin-uni@3.0.0-4000720240327002(postcss@8.4.32)(vite@4.3.5)(vue@3.4.19): + resolution: {integrity: sha512-9VsAOHZfEFU7e2jlIxjdbgqbCBecaPBKH0/y/fFndleq9+pHh55BQsqe5+VtjxNy68Ttcg9iocSxtM5SGOPFJA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: vite: ^4.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9) - '@dcloudio/uni-cli-shared': 3.0.0-4000620240325001(postcss@8.4.32)(vue@3.4.19) - '@dcloudio/uni-shared': 3.0.0-4000620240325001 + '@babel/core': 7.24.3 + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.3) + '@dcloudio/uni-cli-shared': 3.0.0-4000720240327002(postcss@8.4.32)(vue@3.4.19) + '@dcloudio/uni-shared': 3.0.0-4000720240327002 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-legacy': 4.1.1(terser@5.26.0)(vite@4.3.5) '@vitejs/plugin-vue': 4.5.2(vite@4.3.5)(vue@3.4.19) @@ -2649,13 +2859,13 @@ packages: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 - /@intlify/core-base@9.9.0: - resolution: {integrity: sha512-C7UXPymDIOlMGSNjAhNLtKgzITc/8BjINK5gNKXg8GiWCTwL6n3MWr55czksxn8RM5wTMz0qcLOFT+adtaVQaA==} + /@intlify/core-base@9.10.2: + resolution: {integrity: sha512-HGStVnKobsJL0DoYIyRCGXBH63DMQqEZxDUGrkNI05FuTcruYUtOAxyL3zoAZu/uDGO6mcUvm3VXBaHG2GdZCg==} engines: {node: '>= 16'} dependencies: - '@intlify/message-compiler': 9.9.0 - '@intlify/shared': 9.9.0 - dev: false + '@intlify/message-compiler': 9.10.2 + '@intlify/shared': 9.10.2 + dev: true /@intlify/devtools-if@9.1.9: resolution: {integrity: sha512-oKSMKjttG3Ut/1UGEZjSdghuP3fwA15zpDPcjkf/1FjlOIm6uIBGMNS5jXzsZy593u+P/YcnrZD6cD3IVFz9vQ==} @@ -2671,13 +2881,13 @@ packages: '@intlify/shared': 9.1.9 source-map: 0.6.1 - /@intlify/message-compiler@9.9.0: - resolution: {integrity: sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==} + /@intlify/message-compiler@9.10.2: + resolution: {integrity: sha512-ntY/kfBwQRtX5Zh6wL8cSATujPzWW2ZQd1QwKyWwAy5fMqJyyixHMeovN4fmEyCqSu+hFfYOE63nU94evsy4YA==} engines: {node: '>= 16'} dependencies: - '@intlify/shared': 9.9.0 + '@intlify/shared': 9.10.2 source-map-js: 1.0.2 - dev: false + dev: true /@intlify/message-resolver@9.1.9: resolution: {integrity: sha512-Lx/DBpigeK0sz2BBbzv5mu9/dAlt98HxwbG7xLawC3O2xMF9MNWU5FtOziwYG6TDIjNq0O/3ZbOJAxwITIWXEA==} @@ -2695,10 +2905,10 @@ packages: resolution: {integrity: sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw==} engines: {node: '>= 10'} - /@intlify/shared@9.9.0: - resolution: {integrity: sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==} + /@intlify/shared@9.10.2: + resolution: {integrity: sha512-ttHCAJkRy7R5W2S9RVnN9KYQYPIpV2+GiS79T4EE37nrPyH6/1SrOh3bmdCRC1T3ocL8qCDx7x2lBJ0xaITU7Q==} engines: {node: '>= 16'} - dev: false + dev: true /@intlify/vue-devtools@9.1.9: resolution: {integrity: sha512-YPehH9uL4vZcGXky4Ev5qQIITnHKIvsD2GKGXgqf+05osMUI6WSEQHaN9USRa318Rs8RyyPCiDfmA0hRu3k7og==} @@ -2836,7 +3046,7 @@ packages: istanbul-lib-instrument: 5.2.1 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 + istanbul-reports: 3.1.7 jest-haste-map: 27.5.1 jest-resolve: 27.5.1 jest-util: 27.5.1 @@ -2885,7 +3095,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3328,14 +3538,30 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.20 + /@jridgewell/gen-mapping@0.3.5: + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + /@jridgewell/resolve-uri@3.1.1: resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} engines: {node: '>=6.0.0'} + /@jridgewell/resolve-uri@3.1.2: + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + /@jridgewell/set-array@1.1.2: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} + /@jridgewell/set-array@1.2.1: + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + /@jridgewell/source-map@0.3.5: resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: @@ -3351,6 +3577,12 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 + /@jridgewell/trace-mapping@0.3.25: + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3489,8 +3721,8 @@ packages: /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 @@ -3499,20 +3731,20 @@ packages: /@types/babel__generator@7.6.8: resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 dev: true /@types/babel__traverse@7.20.5: resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.0 dev: true /@types/estree@1.0.5: @@ -3607,11 +3839,11 @@ packages: /@types/lodash-es@4.17.12: resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} dependencies: - '@types/lodash': 4.14.202 + '@types/lodash': 4.17.0 dev: true - /@types/lodash@4.14.202: - resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==} + /@types/lodash@4.17.0: + resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} dev: true /@types/mdast@3.0.15: @@ -3832,7 +4064,7 @@ packages: peerDependencies: typescript: ^4.8.0 || ^5.0.0 dependencies: - '@dcloudio/types': 3.4.3 + '@dcloudio/types': 3.4.8 typescript: 4.9.5 vue3: /vue@3.4.19(typescript@4.9.5) dev: true @@ -4150,9 +4382,9 @@ packages: /@unocss/transformer-attributify-jsx-babel@0.58.0: resolution: {integrity: sha512-ckDq/q476x2yikjS8usmSUGuakqMQrg2pm8sdBINTPdJxGc7kJRvI5UDnzRw4W9hE5IH+E4gg0XfCtFad0O3eg==} dependencies: - '@babel/core': 7.23.9 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.9) - '@babel/preset-typescript': 7.23.3(@babel/core@7.23.9) + '@babel/core': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.6) '@unocss/core': 0.58.0 transitivePeerDependencies: - supports-color @@ -4211,8 +4443,8 @@ packages: terser: ^5.4.0 vite: ^4.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/preset-env': 7.23.6(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/preset-env': 7.23.6(@babel/core@7.24.3) browserslist: 4.22.2 core-js: 3.34.0 magic-string: 0.30.7 @@ -4231,9 +4463,9 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.3) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.3) vite: 4.3.5(@types/node@20.11.5)(sass@1.69.5)(terser@5.26.0) vue: 3.4.19(typescript@4.9.5) transitivePeerDependencies: @@ -4273,17 +4505,17 @@ packages: resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==} dev: true - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.9): + /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.24.3): resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.9) - '@babel/template': 7.23.9 - '@babel/traverse': 7.23.9 - '@babel/types': 7.23.9 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.3) + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 @@ -4295,7 +4527,7 @@ packages: /@vue/compiler-core@3.2.47: resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/shared': 3.2.47 estree-walker: 2.0.2 source-map: 0.6.1 @@ -4304,7 +4536,7 @@ packages: /@vue/compiler-core@3.3.11: resolution: {integrity: sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/shared': 3.3.11 estree-walker: 2.0.2 source-map-js: 1.0.2 @@ -4312,7 +4544,7 @@ packages: /@vue/compiler-core@3.3.13: resolution: {integrity: sha512-bwi9HShGu7uaZLOErZgsH2+ojsEdsjerbf2cMXPwmvcgZfVPZ2BVZzCVnwZBxTAYd6Mzbmf6izcUNDkWnBBQ6A==} dependencies: - '@babel/parser': 7.23.6 + '@babel/parser': 7.24.1 '@vue/shared': 3.3.13 estree-walker: 2.0.2 source-map-js: 1.0.2 @@ -4321,7 +4553,7 @@ packages: /@vue/compiler-core@3.4.19: resolution: {integrity: sha512-gj81785z0JNzRcU0Mq98E56e4ltO1yf8k5PQ+tV/7YHnbZkrM0fyFyuttnN8ngJZjbpofWE/m4qjKBiLl8Ju4w==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/shared': 3.4.19 entities: 4.5.0 estree-walker: 2.0.2 @@ -4356,7 +4588,7 @@ packages: /@vue/compiler-sfc@3.2.47: resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.2.47 '@vue/compiler-dom': 3.2.47 '@vue/compiler-ssr': 3.2.47 @@ -4364,14 +4596,14 @@ packages: '@vue/shared': 3.2.47 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.33 + postcss: 8.4.35 source-map: 0.6.1 dev: true /@vue/compiler-sfc@3.3.11: resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.3.11 '@vue/compiler-dom': 3.3.11 '@vue/compiler-ssr': 3.3.11 @@ -4385,22 +4617,22 @@ packages: /@vue/compiler-sfc@3.3.13: resolution: {integrity: sha512-DQVmHEy/EKIgggvnGRLx21hSqnr1smUS9Aq8tfxiiot8UR0/pXKHN9k78/qQ7etyQTFj5em5nruODON7dBeumw==} dependencies: - '@babel/parser': 7.23.6 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.3.13 '@vue/compiler-dom': 3.3.13 '@vue/compiler-ssr': 3.3.13 '@vue/reactivity-transform': 3.3.13 '@vue/shared': 3.3.13 estree-walker: 2.0.2 - magic-string: 0.30.5 - postcss: 8.4.33 + magic-string: 0.30.7 + postcss: 8.4.35 source-map-js: 1.0.2 dev: true /@vue/compiler-sfc@3.4.19: resolution: {integrity: sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.4.19 '@vue/compiler-dom': 3.4.19 '@vue/compiler-ssr': 3.4.19 @@ -4438,7 +4670,6 @@ packages: /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} - dev: false /@vue/language-core@1.8.25(typescript@4.9.5): resolution: {integrity: sha512-NJk/5DnAZlpvXX8BdWmHI45bWGLViUaS3R/RMrmFSvFMSbJKuEODpM4kR0F0Ofv5SFzCWuNiMhxameWpVdQsnA==} @@ -4463,7 +4694,7 @@ packages: /@vue/reactivity-transform@3.2.47: resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 estree-walker: 2.0.2 @@ -4473,7 +4704,7 @@ packages: /@vue/reactivity-transform@3.3.11: resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.3.11 '@vue/shared': 3.3.11 estree-walker: 2.0.2 @@ -4482,7 +4713,7 @@ packages: /@vue/reactivity-transform@3.3.13: resolution: {integrity: sha512-oWnydGH0bBauhXvh5KXUy61xr9gKaMbtsMHk40IK9M4gMuKPJ342tKFarY0eQ6jef8906m35q37wwA8DMZOm5Q==} dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.24.1 '@vue/compiler-core': 3.3.13 '@vue/shared': 3.3.13 estree-walker: 2.0.2 @@ -4861,7 +5092,7 @@ packages: resolution: {integrity: sha512-qdwwKEhckRk0XE22/xDdmU3v/60E8Edu4qFhgTLIhGGDs/PAJwLw9pQn8Rj99PitlbBZbYpx0k/lbir4kg0SuA==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.23.6 + '@babel/parser': 7.24.1 '@rollup/pluginutils': 5.1.0 pathe: 1.1.1 transitivePeerDependencies: @@ -4903,18 +5134,18 @@ packages: engines: {node: '>= 0.4'} dev: true - /babel-jest@27.5.1(@babel/core@7.23.9): + /babel-jest@27.5.1(@babel/core@7.24.3): resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1(@babel/core@7.23.9) + babel-preset-jest: 27.5.1(@babel/core@7.24.3) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -4926,7 +5157,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -4939,77 +5170,77 @@ packages: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/template': 7.23.9 - '@babel/types': 7.23.9 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.5 dev: true - /babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.23.9): + /babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.24.3): resolution: {integrity: sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.23.9 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.3) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.23.9): + /babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.24.3): resolution: {integrity: sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.3) core-js-compat: 3.34.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.23.9): + /babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.24.3): resolution: {integrity: sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.3) transitivePeerDependencies: - supports-color dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.9): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.3): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.9) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.9) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.9) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.9) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.9) + '@babel/core': 7.24.3 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3) dev: true - /babel-preset-jest@27.5.1(@babel/core@7.23.9): + /babel-preset-jest@27.5.1(@babel/core@7.24.3): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.9) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.3) dev: true /balanced-match@1.0.2: @@ -6835,7 +7066,7 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.56.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0) fast-glob: 3.3.2 get-tsconfig: 4.7.2 @@ -6878,35 +7109,6 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.15.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true - dependencies: - '@typescript-eslint/parser': 6.15.0(eslint@8.56.0)(typescript@4.9.5) - debug: 3.2.7 - eslint: 8.56.0 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.15.0)(eslint-plugin-import@2.29.1)(eslint@8.56.0) - transitivePeerDependencies: - - supports-color - dev: true - /eslint-plugin-antfu@1.0.13(eslint@8.56.0): resolution: {integrity: sha512-JzWEzNWZcNK4Q4Tz4VaNELhu3VgCv3obSYxUbK1UhbDBmr2v0a7H9n9xGv5GTS4LkEo905/2Gq6y0dcoBq5FZA==} peerDependencies: @@ -8947,8 +9149,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.9 - '@babel/parser': 7.23.9 + '@babel/core': 7.24.3 + '@babel/parser': 7.24.1 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -8976,8 +9178,8 @@ packages: - supports-color dev: true - /istanbul-reports@3.1.6: - resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==} + /istanbul-reports@3.1.7: + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -9067,10 +9269,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.9 + '@babel/core': 7.24.3 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1(@babel/core@7.23.9) + babel-jest: 27.5.1(@babel/core@7.24.3) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -9228,7 +9430,7 @@ packages: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 '@jest/types': 27.5.1 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -9365,16 +9567,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.23.9 - '@babel/generator': 7.23.6 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.9) - '@babel/traverse': 7.23.9 - '@babel/types': 7.23.9 + '@babel/core': 7.24.3 + '@babel/generator': 7.24.1 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3) + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.20.5 '@types/prettier': 2.7.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.9) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.3) chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.11 @@ -11202,12 +11404,12 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-sorting@8.0.2(postcss@8.4.33): + /postcss-sorting@8.0.2(postcss@8.4.35): resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==} peerDependencies: postcss: ^8.4.20 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true /postcss-value-parser@4.2.0: @@ -11231,15 +11433,6 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /postcss@8.4.33: - resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /postcss@8.4.35: resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} engines: {node: ^10 || ^12 || >=14} @@ -12463,8 +12656,8 @@ packages: peerDependencies: stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1 dependencies: - postcss: 8.4.33 - postcss-sorting: 8.0.2(postcss@8.4.33) + postcss: 8.4.35 + postcss-sorting: 8.0.2(postcss@8.4.35) stylelint: 16.0.2(typescript@4.9.5) dev: true @@ -13486,17 +13679,17 @@ packages: - vue dev: true - /vue-i18n@9.9.0(vue@3.4.19): - resolution: {integrity: sha512-xQ5SxszUAqK5n84N+uUyHH/PiQl9xZ24FOxyAaNonmOQgXeN+rD9z/6DStOpOxNFQn4Cgcquot05gZc+CdOujA==} + /vue-i18n@9.10.2(vue@3.4.19): + resolution: {integrity: sha512-ECJ8RIFd+3c1d3m1pctQ6ywG5Yj8Efy1oYoAKQ9neRdkLbuKLVeW4gaY5HPkD/9ssf1pOnUrmIFjx2/gkGxmEw==} engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': 9.9.0 - '@intlify/shared': 9.9.0 + '@intlify/core-base': 9.10.2 + '@intlify/shared': 9.10.2 '@vue/devtools-api': 6.5.1 vue: 3.4.19(typescript@4.9.5) - dev: false + dev: true /vue-router@4.2.5(vue@3.4.19): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} @@ -13838,7 +14031,3 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 526eb01..2e4a040 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -5,18 +5,8 @@ diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..37837e0 --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,77 @@ +{ + "name": "unibest", + "appid": "H5871D791", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + "modules": {}, + "distribute": { + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "minSdkVersion": 30, + "targetSdkVersion": 30, + "abiFilters": ["armeabi-v7a", "arm64-v8a"] + }, + "ios": {}, + "sdkConfigs": {}, + "icons": { + "android": {}, + "ios": {} + } + } + }, + "quickapp": {}, + "mp-weixin": { + "appid": "wxa2abb91f64032a2b", + "setting": { + "urlCheck": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "locale": "zh-Hans", + "h5": { + "router": { + "base": "/" + } + } +} diff --git a/src/pages-sub/demo/index.vue b/src/pages-sub/demo/index.vue index 17164a4..6126ddc 100644 --- a/src/pages-sub/demo/index.vue +++ b/src/pages-sub/demo/index.vue @@ -6,8 +6,8 @@ diff --git a/src/pages.json b/src/pages.json new file mode 100644 index 0000000..0f631f8 --- /dev/null +++ b/src/pages.json @@ -0,0 +1,70 @@ +{ + "globalStyle": { + "navigationStyle": "default", + "navigationBarTitleText": "unibest", + "navigationBarBackgroundColor": "#f8f8f8", + "navigationBarTextStyle": "black", + "backgroundColor": "#FFFFFF" + }, + "easycom": { + "autoscan": true, + "custom": { + "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue" + } + }, + "tabBar": { + "color": "#999999", + "selectedColor": "#018d71", + "backgroundColor": "#F8F8F8", + "borderStyle": "black", + "height": "50px", + "fontSize": "10px", + "iconWidth": "24px", + "spacing": "3px", + "list": [ + { + "iconPath": "static/tabbar/home.png", + "selectedIconPath": "static/tabbar/homeHL.png", + "pagePath": "pages/index/index", + "text": "首页" + }, + { + "iconPath": "static/tabbar/example.png", + "selectedIconPath": "static/tabbar/exampleHL.png", + "pagePath": "pages/index/about", + "text": "关于" + } + ] + }, + "pages": [ + { + "path": "pages/index/index", + "type": "home", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "首页" + } + }, + { + "path": "pages/index/about", + "type": "page", + "style": { + "navigationBarTitleText": "关于" + } + } + ], + "subPackages": [ + { + "root": "pages-sub", + "pages": [ + { + "path": "demo/index", + "type": "page", + "style": { + "navigationBarTitleText": "分包页面 标题" + } + } + ] + } + ] +} diff --git a/src/pages/index/about.vue b/src/pages/index/about.vue new file mode 100644 index 0000000..9b6071c --- /dev/null +++ b/src/pages/index/about.vue @@ -0,0 +1,45 @@ + +{ + style: { + navigationBarTitleText: '关于', + }, +} + + + + + + + diff --git a/src/pages/index/i18n.vue b/src/pages/index/i18n.vue index 6ad3b0c..acfbc75 100644 --- a/src/pages/index/i18n.vue +++ b/src/pages/index/i18n.vue @@ -17,7 +17,7 @@ {{ $t('app.name') }} {{ $t('weight', { heavy: 100 }) }} - 切换语言 + 切换语言