diff --git a/.env b/.env
index 16e4efb..c5ffdd8 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,3 @@
VITE_HOST = https://pi.xuexiaole.com
-# VITE_HOST = http://192.168.0.103
VITE_OSS_HOST = https://xuexiaole-1313840333.cos.ap-guangzhou.myqcloud.com/xuexiaoleClient
VITE_WS_URL = wss://pi.xuexiaole.com/ws/device
\ No newline at end of file
diff --git a/.env.prod b/.env.dev
similarity index 77%
rename from .env.prod
rename to .env.dev
index d4bc681..ba4b8c7 100644
--- a/.env.prod
+++ b/.env.dev
@@ -1,3 +1,3 @@
-VITE_HOST = https://test.pi.xuexiaole.com
+VITE_HOST = http://127.0.0.1:9053
VITE_OSS_HOST = https://xuexiaole-1313840333.cos.ap-guangzhou.myqcloud.com/xuexiaoleClient
VITE_WS_URL = wss://test.pi.xuexiaole.com/ws/device
\ No newline at end of file
diff --git a/.env.test b/.env.mp
similarity index 76%
rename from .env.test
rename to .env.mp
index d4bc681..aed4195 100644
--- a/.env.test
+++ b/.env.mp
@@ -1,3 +1,3 @@
-VITE_HOST = https://test.pi.xuexiaole.com
+VITE_HOST = http://test.xuexiaole.com:8053
VITE_OSS_HOST = https://xuexiaole-1313840333.cos.ap-guangzhou.myqcloud.com/xuexiaoleClient
VITE_WS_URL = wss://test.pi.xuexiaole.com/ws/device
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 4dfde9d..f6637f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
+.temp
+*.gz
node_modules
.DS_Store
diff --git a/.prettierrc.js b/.prettierrc.js
index 5a7f00e..5dd3df8 100644
--- a/.prettierrc.js
+++ b/.prettierrc.js
@@ -1,13 +1,14 @@
module.exports = {
- printWidth: 100,
- tabWidth: 2,
- useTabs: false,
- semi: true,
- singleQuote: true,
- jsxSingleQuote: true,
- bracketSpacing: true,
- bracketSameLine: false,
- arrowParens: 'avoid',
- vueIndentScriptAndStyle: false,
- endOfLine: 'lf',
+ printWidth: 100,
+ tabWidth: 2,
+ useTabs: false,
+ semi: false,
+ singleQuote: true,
+ jsxSingleQuote: true,
+ bracketSpacing: true,
+ bracketSameLine: false,
+ arrowParens: 'avoid',
+ trailingComma: 'all',
+ vueIndentScriptAndStyle: false,
+ endOfLine: 'lf',
};
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 033bd32..1185618 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -47,5 +47,6 @@
"src/uni_modules/uni-popup/components/uni-popup/i18n",
"src/uni_modules/uni-search-bar/components/uni-search-bar/i18n",
"src/uni_modules/z-paging/components/z-paging/i18n"
- ]
+ ],
+ "cSpell.words": ["xuexiaole"]
}
diff --git a/client-dist.zip b/client-dist.zip
deleted file mode 100644
index 8cd256c..0000000
Binary files a/client-dist.zip and /dev/null differ
diff --git a/package.json b/package.json
index 4591c2d..7e3b621 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,13 @@
{
- "name": "xuexiaole-client",
+ "name": "xuexiaole-mobile",
"version": "0.1.0",
"scripts": {
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",
"dev:app-ios": "uni -p app-ios",
"dev:custom": "uni -p",
- "dev:h5": "uni -p h5-test",
+ "dev:h5": "uni --mode dev",
+ "dev:h5-mp": "uni --mode mp",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
@@ -56,16 +57,17 @@
"@dcloudio/uni-mp-toutiao": "3.0.0-3081220230817001",
"@dcloudio/uni-mp-weixin": "3.0.0-3081220230817001",
"@dcloudio/uni-quickapp-webview": "3.0.0-3081220230817001",
+ "@vueuse/core": "^10.11.0",
"code-inspector-plugin": "^0.10.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"lint-staged": "^15.0.1",
"pinia": "^2.0.36",
+ "qs": "^6.14.0",
"sass": "^1.72.0",
"unplugin-vue-define-options": "^1.4.2",
"vue": "^3.3.4",
"vue-i18n": "^9.1.9",
- "@vueuse/core": "^10.11.0",
"vue-qrcode-reader": "^5.5.7",
"weixin-js-sdk": "^1.6.5"
},
@@ -102,25 +104,5 @@
"prettier --write",
"eslint --fix"
]
- },
- "uni-app": {
- "scripts": {
- "h5-test": {
- "title": "h5-test",
- "env": {
- "UNI_PLATFORM": "h5",
- "VITE_HOST": "https://test.pi.xuexiaole.com",
- "VITE_WS_URL": "wss://test.pi.xuexiaole.com/ws/device"
- }
- },
- "h5-prod": {
- "title": "h5-prod",
- "env": {
- "UNI_PLATFORM": "h5",
- "VITE_HOST": "https://pi.xuexiaole.com",
- "VITE_WS_URL": "wss://pi.xuexiaole.com/ws/device"
- }
- }
- }
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a603dca..f3b0851 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,43 +10,43 @@ importers:
dependencies:
'@dcloudio/uni-app':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(@dcloudio/types@3.4.0)(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(@dcloudio/types@3.4.0)(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-app-plus':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
'@dcloudio/uni-components':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-h5':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-alipay':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-baidu':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-jd':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-kuaishou':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-lark':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-qq':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-toutiao':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-weixin':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-quickapp-webview':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@vueuse/core':
specifier: ^10.11.0
version: 10.11.1(vue@3.3.4)
@@ -65,12 +65,15 @@ importers:
pinia:
specifier: ^2.0.36
version: 2.0.36(typescript@4.9.5)(vue@3.3.4)
+ qs:
+ specifier: ^6.14.0
+ version: 6.14.0
sass:
specifier: ^1.72.0
version: 1.72.0
unplugin-vue-define-options:
specifier: ^1.4.2
- version: 1.4.2(vue@3.3.4)
+ version: 1.4.2(rollup@3.29.4)(vue@3.3.4)
vue:
specifier: ^3.3.4
version: 3.3.4
@@ -101,19 +104,19 @@ importers:
version: 3.4.0
'@dcloudio/uni-automator':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)))(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-cli-shared':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-stacktracey':
specifier: 3.0.0-3081220230817001
version: 3.0.0-3081220230817001
'@dcloudio/vite-plugin-uni':
specifier: 3.0.0-3081220230817001
- version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)
+ version: 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
'@typescript-eslint/eslint-plugin':
specifier: ^6.8.0
- version: 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@4.9.5)
+ version: 6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5)
'@typescript-eslint/parser':
specifier: ^6.8.0
version: 6.8.0(eslint@8.51.0)(typescript@4.9.5)
@@ -128,10 +131,10 @@ importers:
version: 8.51.0
eslint-config-alloy:
specifier: ^5.1.2
- version: 5.1.2(@babel/eslint-parser@7.22.15)(@typescript-eslint/eslint-plugin@6.8.0)(@typescript-eslint/parser@6.8.0)(eslint-plugin-vue@9.17.0)(eslint@8.51.0)(typescript@4.9.5)(vue-eslint-parser@9.3.2)
+ version: 5.1.2(@babel/eslint-parser@7.22.15(@babel/core@7.23.2)(eslint@8.51.0))(@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5))(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint-plugin-vue@9.17.0(eslint@8.51.0))(eslint@8.51.0)(typescript@4.9.5)(vue-eslint-parser@9.3.2(eslint@8.51.0))
eslint-plugin-import:
specifier: ^2.28.1
- version: 2.28.1(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)
+ version: 2.28.1(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)
eslint-plugin-vue:
specifier: ^9.17.0
version: 9.17.0(eslint@8.51.0)
@@ -2139,9 +2142,17 @@ packages:
resolution: {integrity: sha512-XN5qEpfNQCJ8jRaZgitSkkukjMRCGio+X3Ks5KUbGGlPbV+pSem1l9VuzooCBXOiMFshUZgyYqg6rgN8rjkb/w==}
engines: {node: '>=8'}
+ call-bind-apply-helpers@1.0.2:
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
+ engines: {node: '>= 0.4'}
+
call-bind@1.0.2:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
+ call-bound@1.0.4:
+ resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
+ engines: {node: '>= 0.4'}
+
callsites@3.1.0:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'}
@@ -2486,6 +2497,10 @@ packages:
resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==}
engines: {node: '>=8'}
+ dunder-proto@1.0.1:
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
+ engines: {node: '>= 0.4'}
+
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
@@ -2523,9 +2538,21 @@ packages:
resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==}
engines: {node: '>= 0.4'}
+ es-define-property@1.0.1:
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
+ engines: {node: '>= 0.4'}
+
+ es-errors@1.3.0:
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
+ engines: {node: '>= 0.4'}
+
es-module-lexer@1.3.1:
resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==}
+ es-object-atoms@1.1.1:
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
+ engines: {node: '>= 0.4'}
+
es-set-tostringtag@2.0.1:
resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
engines: {node: '>= 0.4'}
@@ -2832,10 +2859,18 @@ packages:
get-intrinsic@1.2.1:
resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
+ get-intrinsic@1.3.0:
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
+ engines: {node: '>= 0.4'}
+
get-package-type@0.1.0:
resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
engines: {node: '>=8.0.0'}
+ get-proto@1.0.1:
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
+ engines: {node: '>= 0.4'}
+
get-stream@6.0.1:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
@@ -2890,6 +2925,10 @@ packages:
gopd@1.0.1:
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
+ gopd@1.2.0:
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
+ engines: {node: '>= 0.4'}
+
graceful-fs@4.2.11:
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
@@ -2922,6 +2961,10 @@ packages:
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
engines: {node: '>= 0.4'}
+ has-symbols@1.1.0:
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
+ engines: {node: '>= 0.4'}
+
has-tostringtag@1.0.0:
resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
engines: {node: '>= 0.4'}
@@ -2933,6 +2976,10 @@ packages:
hash-sum@2.0.0:
resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==}
+ hasown@2.0.2:
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
+ engines: {node: '>= 0.4'}
+
he@1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true
@@ -3534,6 +3581,10 @@ packages:
resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
engines: {node: '>=8'}
+ math-intrinsics@1.1.0:
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
+ engines: {node: '>= 0.4'}
+
media-typer@0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
@@ -3687,6 +3738,10 @@ packages:
object-inspect@1.13.0:
resolution: {integrity: sha512-HQ4J+ic8hKrgIt3mqk6cVOVrW2ozL4KdvHlqpBv9vDYWx9ysAgENAdvy4FoGF+KFdhR7nQTNm5J0ctAeOwn+3g==}
+ object-inspect@1.13.4:
+ resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
+ engines: {node: '>= 0.4'}
+
object-keys@1.1.1:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
engines: {node: '>= 0.4'}
@@ -3973,6 +4028,10 @@ packages:
resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
engines: {node: '>=0.6'}
+ qs@6.14.0:
+ resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==}
+ engines: {node: '>=0.6'}
+
querystringify@2.2.0:
resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
@@ -4170,9 +4229,25 @@ packages:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
+ side-channel-list@1.0.0:
+ resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
+ engines: {node: '>= 0.4'}
+
+ side-channel-map@1.0.1:
+ resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
+ engines: {node: '>= 0.4'}
+
+ side-channel-weakmap@1.0.2:
+ resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
+ engines: {node: '>= 0.4'}
+
side-channel@1.0.4:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
+ side-channel@1.1.0:
+ resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
+ engines: {node: '>= 0.4'}
+
signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
@@ -5642,7 +5717,7 @@ snapshots:
'@types/node': 20.5.1
chalk: 4.1.2
cosmiconfig: 8.3.6(typescript@4.9.5)
- cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@4.9.5)
+ cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@4.9.5))(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(typescript@4.9.5)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@@ -5702,10 +5777,10 @@ snapshots:
'@dcloudio/types@3.4.0': {}
- '@dcloudio/uni-app-plus@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)':
+ '@dcloudio/uni-app-plus@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-app-uts': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-app-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)
+ '@dcloudio/uni-app-uts': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-app-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
'@dcloudio/uni-app-vue': 3.0.0-3081220230817001
debug: 4.3.4
fs-extra: 10.1.0
@@ -5718,11 +5793,11 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-uts@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-app-uts@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
'@babel/parser': 7.23.0
'@babel/types': 7.23.0
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
'@dcloudio/uni-nvue-styler': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
@@ -5741,14 +5816,14 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-app-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)':
+ '@dcloudio/uni-app-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
'@dcloudio/uni-nvue-styler': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@rollup/pluginutils': 4.2.1
- '@vitejs/plugin-vue': 4.4.0(vite@4.1.4)(vue@3.3.4)
+ '@vitejs/plugin-vue': 4.4.0(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47
debug: 4.3.4
@@ -5763,15 +5838,15 @@ snapshots:
'@dcloudio/uni-app-vue@3.0.0-3081220230817001': {}
- '@dcloudio/uni-app@3.0.0-3081220230817001(@dcloudio/types@3.4.0)(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-app@3.0.0-3081220230817001(@dcloudio/types@3.4.0)(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
'@dcloudio/types': 3.4.0
- '@dcloudio/uni-cloud': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-components': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cloud': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-components': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
- '@dcloudio/uni-push': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-push': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
- '@dcloudio/uni-stat': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-stat': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@vue/shared': 3.2.47
transitivePeerDependencies:
- postcss
@@ -5779,15 +5854,15 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-automator@3.0.0-3081220230817001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-automator@3.0.0-3081220230817001(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)))(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
address: 1.2.2
cross-env: 7.0.3
debug: 4.3.4
default-gateway: 6.0.3
fs-extra: 10.1.0
- jest: 27.0.4(ts-node@10.9.1)
+ jest: 27.0.4(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
jest-environment-node: 27.5.1
jsonc-parser: 3.2.0
licia: 1.38.2
@@ -5802,7 +5877,7 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-cli-shared@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-cli-shared@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/core': 7.23.2
@@ -5838,7 +5913,7 @@ snapshots:
os-locale-s-fix: 1.0.8-fix-1
picocolors: 1.0.0
postcss-import: 14.1.0(postcss@8.4.38)
- postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.1)
+ postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
postcss-modules: 4.3.1(postcss@8.4.38)
postcss-selector-parser: 6.0.13
resolve: 1.22.8
@@ -5850,9 +5925,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-cloud@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-cloud@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
@@ -5863,10 +5938,10 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-components@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-components@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cloud': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-h5': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cloud': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-h5': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
transitivePeerDependencies:
- postcss
@@ -5874,9 +5949,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-h5-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-h5-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.47
@@ -5900,9 +5975,9 @@ snapshots:
transitivePeerDependencies:
- vue
- '@dcloudio/uni-h5@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-h5@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-h5-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-h5-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-h5-vue': 3.0.0-3081220230817001(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
@@ -5922,10 +5997,10 @@ snapshots:
'@dcloudio/uni-i18n@3.0.0-3081220230817001': {}
- '@dcloudio/uni-mp-alipay@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-alipay@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
@@ -5936,13 +6011,13 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-baidu@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-baidu@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
- '@dcloudio/uni-mp-weixin': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-mp-weixin': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
@@ -5959,12 +6034,12 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-compiler@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-compiler@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
'@babel/generator': 7.23.0
'@babel/parser': 7.23.0
'@babel/types': 7.23.0
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47
@@ -5976,11 +6051,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-jd@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-jd@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
@@ -5990,13 +6065,13 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-kuaishou@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-kuaishou@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
- '@dcloudio/uni-mp-weixin': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-mp-weixin': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47
@@ -6008,12 +6083,12 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-lark@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-lark@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-toutiao': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-toutiao': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
@@ -6024,10 +6099,10 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-qq@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-qq@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
@@ -6038,11 +6113,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-toutiao@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-toutiao@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-core': 3.2.47
@@ -6053,11 +6128,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-vite@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-i18n': 3.0.0-3081220230817001
- '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-mp-compiler': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/compiler-sfc': 3.2.47
@@ -6074,10 +6149,10 @@ snapshots:
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
- '@dcloudio/uni-mp-weixin@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-mp-weixin@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
@@ -6100,19 +6175,19 @@ snapshots:
parse-css-font: 4.0.0
postcss: 8.4.31
- '@dcloudio/uni-push@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-push@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
transitivePeerDependencies:
- postcss
- supports-color
- ts-node
- vue
- '@dcloudio/uni-quickapp-webview@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-quickapp-webview@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
- '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
+ '@dcloudio/uni-mp-vite': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-mp-vue': 3.0.0-3081220230817001
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@vue/shared': 3.2.47
@@ -6128,9 +6203,9 @@ snapshots:
'@dcloudio/uni-stacktracey@3.0.0-3081220230817001': {}
- '@dcloudio/uni-stat@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)':
+ '@dcloudio/uni-stat@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
debug: 4.3.4
transitivePeerDependencies:
@@ -6139,17 +6214,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/vite-plugin-uni@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vite@4.1.4)(vue@3.3.4)':
+ '@dcloudio/vite-plugin-uni@3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)':
dependencies:
'@babel/core': 7.23.2
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2)
'@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2)
- '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1)(vue@3.3.4)
+ '@dcloudio/uni-cli-shared': 3.0.0-3081220230817001(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(vue@3.3.4)
'@dcloudio/uni-shared': 3.0.0-3081220230817001
'@rollup/pluginutils': 4.2.1
- '@vitejs/plugin-legacy': 4.1.1(terser@5.22.0)(vite@4.1.4)
- '@vitejs/plugin-vue': 4.4.0(vite@4.1.4)(vue@3.3.4)
- '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.1.4)(vue@3.3.4)
+ '@vitejs/plugin-legacy': 4.1.1(terser@5.22.0)(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))
+ '@vitejs/plugin-vue': 4.4.0(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
+ '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)
'@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47
@@ -6405,7 +6480,7 @@ snapshots:
jest-util: 27.5.1
slash: 3.0.0
- '@jest/core@27.5.1(ts-node@10.9.1)':
+ '@jest/core@27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))':
dependencies:
'@jest/console': 27.5.1
'@jest/reporters': 27.5.1
@@ -6419,7 +6494,7 @@ snapshots:
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 27.5.1
- jest-config: 27.5.1(ts-node@10.9.1)
+ jest-config: 27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
jest-haste-map: 27.5.1
jest-message-util: 27.5.1
jest-regex-util: 27.5.1
@@ -6618,23 +6693,23 @@ snapshots:
core-js: 3.33.0
tinycolor2: 1.6.0
- '@jimp/plugin-contain@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)(@jimp/plugin-resize@0.10.3)(@jimp/plugin-scale@0.10.3)':
+ '@jimp/plugin-contain@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
'@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3)
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-cover@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3)(@jimp/plugin-resize@0.10.3)(@jimp/plugin-scale@0.10.3)':
+ '@jimp/plugin-cover@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
'@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3)
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
'@jimp/utils': 0.10.3
core-js: 3.33.0
@@ -6666,11 +6741,11 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-flip@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3)':
+ '@jimp/plugin-flip@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
- '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)(@jimp/plugin-crop@0.10.3)(@jimp/plugin-resize@0.10.3)
+ '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
'@jimp/utils': 0.10.3
core-js: 3.33.0
@@ -6702,7 +6777,7 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-print@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)':
+ '@jimp/plugin-print@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
@@ -6718,7 +6793,7 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)(@jimp/plugin-crop@0.10.3)(@jimp/plugin-resize@0.10.3)':
+ '@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
@@ -6728,7 +6803,7 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3)':
+ '@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
@@ -6736,7 +6811,7 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-shadow@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3)(@jimp/plugin-resize@0.10.3)':
+ '@jimp/plugin-shadow@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
@@ -6745,7 +6820,7 @@ snapshots:
'@jimp/utils': 0.10.3
core-js: 3.33.0
- '@jimp/plugin-threshold@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3)(@jimp/plugin-resize@0.10.3)':
+ '@jimp/plugin-threshold@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))':
dependencies:
'@babel/runtime': 7.23.2
'@jimp/custom': 0.10.3
@@ -6762,23 +6837,23 @@ snapshots:
'@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-circle': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-contain': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)(@jimp/plugin-resize@0.10.3)(@jimp/plugin-scale@0.10.3)
- '@jimp/plugin-cover': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3)(@jimp/plugin-resize@0.10.3)(@jimp/plugin-scale@0.10.3)
+ '@jimp/plugin-contain': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
+ '@jimp/plugin-cover': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
'@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-displace': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-dither': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-fisheye': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-flip': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3)
+ '@jimp/plugin-flip': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))
'@jimp/plugin-gaussian': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-invert': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-mask': 0.10.3(@jimp/custom@0.10.3)
'@jimp/plugin-normalize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-print': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)
+ '@jimp/plugin-print': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))
'@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3)
- '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3)(@jimp/plugin-crop@0.10.3)(@jimp/plugin-resize@0.10.3)
- '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3)
- '@jimp/plugin-shadow': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3)(@jimp/plugin-resize@0.10.3)
- '@jimp/plugin-threshold': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3)(@jimp/plugin-resize@0.10.3)
+ '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/plugin-shadow': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
+ '@jimp/plugin-threshold': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))
core-js: 3.33.0
timm: 1.7.1
@@ -6863,11 +6938,13 @@ snapshots:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0':
+ '@rollup/pluginutils@5.1.0(rollup@3.29.4)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
+ optionalDependencies:
+ rollup: 3.29.4
'@sinonjs/commons@1.8.6':
dependencies:
@@ -6956,7 +7033,7 @@ snapshots:
dependencies:
'@types/yargs-parser': 21.0.1
- '@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@4.9.5)':
+ '@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5)':
dependencies:
'@eslint-community/regexpp': 4.9.1
'@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
@@ -6971,6 +7048,7 @@ snapshots:
natural-compare: 1.4.0
semver: 7.5.4
ts-api-utils: 1.0.3(typescript@4.9.5)
+ optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
@@ -6983,6 +7061,7 @@ snapshots:
'@typescript-eslint/visitor-keys': 6.8.0
debug: 4.3.4
eslint: 8.51.0
+ optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
@@ -6999,6 +7078,7 @@ snapshots:
debug: 4.3.4
eslint: 8.51.0
ts-api-utils: 1.0.3(typescript@4.9.5)
+ optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
@@ -7014,6 +7094,7 @@ snapshots:
is-glob: 4.0.3
semver: 7.5.4
ts-api-utils: 1.0.3(typescript@4.9.5)
+ optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
@@ -7037,7 +7118,7 @@ snapshots:
'@typescript-eslint/types': 6.8.0
eslint-visitor-keys: 3.4.3
- '@vitejs/plugin-legacy@4.1.1(terser@5.22.0)(vite@4.1.4)':
+ '@vitejs/plugin-legacy@4.1.1(terser@5.22.0)(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))':
dependencies:
'@babel/core': 7.23.2
'@babel/preset-env': 7.23.2(@babel/core@7.23.2)
@@ -7051,7 +7132,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@3.0.2(vite@4.1.4)(vue@3.3.4)':
+ '@vitejs/plugin-vue-jsx@3.0.2(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)':
dependencies:
'@babel/core': 7.23.2
'@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2)
@@ -7061,7 +7142,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@4.4.0(vite@4.1.4)(vue@3.3.4)':
+ '@vitejs/plugin-vue@4.4.0(vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0))(vue@3.3.4)':
dependencies:
vite: 4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0)
vue: 3.3.4
@@ -7078,14 +7159,15 @@ snapshots:
dependencies:
'@volar/language-core': 1.10.4
- '@vue-macros/common@1.10.1(vue@3.3.4)':
+ '@vue-macros/common@1.10.1(rollup@3.29.4)(vue@3.3.4)':
dependencies:
'@babel/types': 7.24.0
- '@rollup/pluginutils': 5.1.0
+ '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
'@vue/compiler-sfc': 3.4.21
- ast-kit: 0.11.3
+ ast-kit: 0.11.3(rollup@3.29.4)
local-pkg: 0.5.0
magic-string-ast: 0.3.0
+ optionalDependencies:
vue: 3.3.4
transitivePeerDependencies:
- rollup
@@ -7208,8 +7290,9 @@ snapshots:
'@vue/shared': 3.3.4
minimatch: 9.0.3
muggle-string: 0.3.1
- typescript: 4.9.5
vue-template-compiler: 2.7.14
+ optionalDependencies:
+ typescript: 4.9.5
'@vue/reactivity-transform@3.2.47':
dependencies:
@@ -7261,7 +7344,7 @@ snapshots:
'@vue/shared@3.4.21': {}
'@vue/tsconfig@0.1.3(@types/node@20.5.1)':
- dependencies:
+ optionalDependencies:
'@types/node': 20.5.1
'@vue/typescript@1.8.19(typescript@4.9.5)':
@@ -7435,26 +7518,26 @@ snapshots:
arrify@1.0.1: {}
- ast-kit@0.11.3:
+ ast-kit@0.11.3(rollup@3.29.4):
dependencies:
'@babel/parser': 7.24.1
- '@rollup/pluginutils': 5.1.0
+ '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
pathe: 1.1.2
transitivePeerDependencies:
- rollup
- ast-kit@0.9.5:
+ ast-kit@0.9.5(rollup@3.29.4):
dependencies:
'@babel/parser': 7.23.0
- '@rollup/pluginutils': 5.1.0
+ '@rollup/pluginutils': 5.1.0(rollup@3.29.4)
pathe: 1.1.2
transitivePeerDependencies:
- rollup
- ast-walker-scope@0.5.0:
+ ast-walker-scope@0.5.0(rollup@3.29.4):
dependencies:
'@babel/parser': 7.23.0
- ast-kit: 0.9.5
+ ast-kit: 0.9.5(rollup@3.29.4)
transitivePeerDependencies:
- rollup
@@ -7626,11 +7709,21 @@ snapshots:
cac@6.7.9: {}
+ call-bind-apply-helpers@1.0.2:
+ dependencies:
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+
call-bind@1.0.2:
dependencies:
function-bind: 1.1.2
get-intrinsic: 1.2.1
+ call-bound@1.0.4:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ get-intrinsic: 1.3.0
+
callsites@3.1.0: {}
camelcase-keys@6.2.2:
@@ -7801,7 +7894,7 @@ snapshots:
core-js@3.33.0: {}
- cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6)(ts-node@10.9.1)(typescript@4.9.5):
+ cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@4.9.5))(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))(typescript@4.9.5):
dependencies:
'@types/node': 20.5.1
cosmiconfig: 8.3.6(typescript@4.9.5)
@@ -7814,6 +7907,7 @@ snapshots:
js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
+ optionalDependencies:
typescript: 4.9.5
create-require@1.1.1: {}
@@ -7941,6 +8035,12 @@ snapshots:
dependencies:
is-obj: 2.0.0
+ dunder-proto@1.0.1:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-errors: 1.3.0
+ gopd: 1.2.0
+
eastasianwidth@0.2.0: {}
echarts@5.5.1:
@@ -8008,8 +8108,16 @@ snapshots:
unbox-primitive: 1.0.2
which-typed-array: 1.1.11
+ es-define-property@1.0.1: {}
+
+ es-errors@1.3.0: {}
+
es-module-lexer@1.3.1: {}
+ es-object-atoms@1.1.1:
+ dependencies:
+ es-errors: 1.3.0
+
es-set-tostringtag@2.0.1:
dependencies:
get-intrinsic: 1.2.1
@@ -8094,12 +8202,13 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-config-alloy@5.1.2(@babel/eslint-parser@7.22.15)(@typescript-eslint/eslint-plugin@6.8.0)(@typescript-eslint/parser@6.8.0)(eslint-plugin-vue@9.17.0)(eslint@8.51.0)(typescript@4.9.5)(vue-eslint-parser@9.3.2):
+ eslint-config-alloy@5.1.2(@babel/eslint-parser@7.22.15(@babel/core@7.23.2)(eslint@8.51.0))(@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5))(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint-plugin-vue@9.17.0(eslint@8.51.0))(eslint@8.51.0)(typescript@4.9.5)(vue-eslint-parser@9.3.2(eslint@8.51.0)):
dependencies:
- '@babel/eslint-parser': 7.22.15(@babel/core@7.23.2)(eslint@8.51.0)
- '@typescript-eslint/eslint-plugin': 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@4.9.5)
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
eslint: 8.51.0
+ optionalDependencies:
+ '@babel/eslint-parser': 7.22.15(@babel/core@7.23.2)(eslint@8.51.0)
+ '@typescript-eslint/eslint-plugin': 6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
eslint-plugin-vue: 9.17.0(eslint@8.51.0)
typescript: 4.9.5
vue-eslint-parser: 9.3.2(eslint@8.51.0)
@@ -8112,18 +8221,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0):
+ eslint-module-utils@2.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint@8.51.0):
dependencies:
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
debug: 3.2.7
+ optionalDependencies:
+ '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
eslint: 8.51.0
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.8.0)(eslint@8.51.0):
+ eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0):
dependencies:
- '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
array-includes: 3.1.7
array.prototype.findlastindex: 1.2.3
array.prototype.flat: 1.3.2
@@ -8132,7 +8241,7 @@ snapshots:
doctrine: 2.1.0
eslint: 8.51.0
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.8.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint@8.51.0)
has: 1.0.4
is-core-module: 2.13.0
is-glob: 4.0.3
@@ -8142,6 +8251,8 @@ snapshots:
object.values: 1.1.7
semver: 6.3.1
tsconfig-paths: 3.14.2
+ optionalDependencies:
+ '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -8436,8 +8547,26 @@ snapshots:
has-proto: 1.0.1
has-symbols: 1.0.3
+ get-intrinsic@1.3.0:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-define-property: 1.0.1
+ es-errors: 1.3.0
+ es-object-atoms: 1.1.1
+ function-bind: 1.1.2
+ get-proto: 1.0.1
+ gopd: 1.2.0
+ has-symbols: 1.1.0
+ hasown: 2.0.2
+ math-intrinsics: 1.1.0
+
get-package-type@0.1.0: {}
+ get-proto@1.0.1:
+ dependencies:
+ dunder-proto: 1.0.1
+ es-object-atoms: 1.1.1
+
get-stream@6.0.1: {}
get-stream@8.0.1: {}
@@ -8504,6 +8633,8 @@ snapshots:
dependencies:
get-intrinsic: 1.2.1
+ gopd@1.2.0: {}
+
graceful-fs@4.2.11: {}
graphemer@1.4.0: {}
@@ -8524,6 +8655,8 @@ snapshots:
has-symbols@1.0.3: {}
+ has-symbols@1.1.0: {}
+
has-tostringtag@1.0.0:
dependencies:
has-symbols: 1.0.3
@@ -8532,6 +8665,10 @@ snapshots:
hash-sum@2.0.0: {}
+ hasown@2.0.2:
+ dependencies:
+ function-bind: 1.1.2
+
he@1.2.0: {}
hosted-git-info@2.8.9: {}
@@ -8787,16 +8924,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- jest-cli@27.5.1(ts-node@10.9.1):
+ jest-cli@27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)):
dependencies:
- '@jest/core': 27.5.1(ts-node@10.9.1)
+ '@jest/core': 27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
import-local: 3.1.0
- jest-config: 27.5.1(ts-node@10.9.1)
+ jest-config: 27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
jest-util: 27.5.1
jest-validate: 27.5.1
prompts: 2.4.2
@@ -8808,7 +8945,7 @@ snapshots:
- ts-node
- utf-8-validate
- jest-config@27.5.1(ts-node@10.9.1):
+ jest-config@27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)):
dependencies:
'@babel/core': 7.23.2
'@jest/test-sequencer': 27.5.1
@@ -8834,6 +8971,7 @@ snapshots:
pretty-format: 27.5.1
slash: 3.0.0
strip-json-comments: 3.1.1
+ optionalDependencies:
ts-node: 10.9.1(@types/node@20.5.1)(typescript@4.9.5)
transitivePeerDependencies:
- bufferutil
@@ -8955,7 +9093,7 @@ snapshots:
'@types/node': 20.8.6
jest-pnp-resolver@1.2.3(jest-resolve@27.5.1):
- dependencies:
+ optionalDependencies:
jest-resolve: 27.5.1
jest-regex-util@27.5.1: {}
@@ -9103,11 +9241,11 @@ snapshots:
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@27.0.4(ts-node@10.9.1):
+ jest@27.0.4(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)):
dependencies:
- '@jest/core': 27.5.1(ts-node@10.9.1)
+ '@jest/core': 27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
import-local: 3.1.0
- jest-cli: 27.5.1(ts-node@10.9.1)
+ jest-cli: 27.5.1(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5))
transitivePeerDependencies:
- bufferutil
- canvas
@@ -9348,6 +9486,8 @@ snapshots:
map-obj@4.3.0: {}
+ math-intrinsics@1.1.0: {}
+
media-typer@0.3.0: {}
meow@8.1.2:
@@ -9482,6 +9622,8 @@ snapshots:
object-inspect@1.13.0: {}
+ object-inspect@1.13.4: {}
+
object-keys@1.1.1: {}
object.assign@4.1.4:
@@ -9626,9 +9768,10 @@ snapshots:
pinia@2.0.36(typescript@4.9.5)(vue@3.3.4):
dependencies:
'@vue/devtools-api': 6.5.1
- typescript: 4.9.5
vue: 3.3.4
vue-demi: 0.14.7(vue@3.3.4)
+ optionalDependencies:
+ typescript: 4.9.5
pirates@4.0.6: {}
@@ -9663,12 +9806,13 @@ snapshots:
read-cache: 1.0.0
resolve: 1.22.8
- postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.1):
+ postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.1(@types/node@20.5.1)(typescript@4.9.5)):
dependencies:
lilconfig: 2.1.0
+ yaml: 1.10.2
+ optionalDependencies:
postcss: 8.4.38
ts-node: 10.9.1(@types/node@20.5.1)(typescript@4.9.5)
- yaml: 1.10.2
postcss-modules-extract-imports@3.0.0(postcss@8.4.38):
dependencies:
@@ -9756,6 +9900,10 @@ snapshots:
dependencies:
side-channel: 1.0.4
+ qs@6.14.0:
+ dependencies:
+ side-channel: 1.1.0
+
querystringify@2.2.0: {}
queue-microtask@1.2.3: {}
@@ -9967,12 +10115,40 @@ snapshots:
shebang-regex@3.0.0: {}
+ side-channel-list@1.0.0:
+ dependencies:
+ es-errors: 1.3.0
+ object-inspect: 1.13.4
+
+ side-channel-map@1.0.1:
+ dependencies:
+ call-bound: 1.0.4
+ es-errors: 1.3.0
+ get-intrinsic: 1.3.0
+ object-inspect: 1.13.4
+
+ side-channel-weakmap@1.0.2:
+ dependencies:
+ call-bound: 1.0.4
+ es-errors: 1.3.0
+ get-intrinsic: 1.3.0
+ object-inspect: 1.13.4
+ side-channel-map: 1.0.1
+
side-channel@1.0.4:
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
object-inspect: 1.13.0
+ side-channel@1.1.0:
+ dependencies:
+ es-errors: 1.3.0
+ object-inspect: 1.13.4
+ side-channel-list: 1.0.0
+ side-channel-map: 1.0.1
+ side-channel-weakmap: 1.0.2
+
signal-exit@3.0.7: {}
signal-exit@4.1.0: {}
@@ -10291,10 +10467,10 @@ snapshots:
unpipe@1.0.0: {}
- unplugin-vue-define-options@1.4.2(vue@3.3.4):
+ unplugin-vue-define-options@1.4.2(rollup@3.29.4)(vue@3.3.4):
dependencies:
- '@vue-macros/common': 1.10.1(vue@3.3.4)
- ast-walker-scope: 0.5.0
+ '@vue-macros/common': 1.10.1(rollup@3.29.4)(vue@3.3.4)
+ ast-walker-scope: 0.5.0(rollup@3.29.4)
unplugin: 1.10.0
transitivePeerDependencies:
- rollup
@@ -10355,15 +10531,15 @@ snapshots:
vite@4.1.4(@types/node@20.5.1)(sass@1.72.0)(terser@5.22.0):
dependencies:
- '@types/node': 20.5.1
esbuild: 0.16.17
postcss: 8.4.31
resolve: 1.22.8
rollup: 3.29.4
+ optionalDependencies:
+ '@types/node': 20.5.1
+ fsevents: 2.3.3
sass: 1.72.0
terser: 5.22.0
- optionalDependencies:
- fsevents: 2.3.3
vue-demi@0.14.10(vue@3.3.4):
dependencies:
diff --git a/src/App.vue b/src/App.vue
index 80dd08e..4bb3c6b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,16 +1,17 @@