✨ 将ui库全部更新为uni-ui
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -24,6 +24,7 @@
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-mp-xhs": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
|
||||
"@dcloudio/uni-ui": "^1.5.9",
|
||||
"@uni-helper/vite-plugin-uni-tailwind": "^0.14.2",
|
||||
"@uni-ui/code-ui": "^1.5.3",
|
||||
"await-to-js": "^3.0.0",
|
||||
@@ -31,7 +32,6 @@
|
||||
"dayjs": "^1.11.13",
|
||||
"image-tools": "^1.4.0",
|
||||
"luch-request": "^3.1.1",
|
||||
"uview-plus": "^3.4.47",
|
||||
"vue": "3.5.18",
|
||||
"vue-i18n": "9.14.5",
|
||||
"z-paging": "^2.7.5"
|
||||
@@ -58,8 +58,8 @@
|
||||
"pinia-plugin-unistorage": "^0.0.17",
|
||||
"postcss": "^8.4.33",
|
||||
"prettier": "^3.0.3",
|
||||
"sass": "1.63.2",
|
||||
"sass-loader": "10.4.1",
|
||||
"sass": "^1.63.2",
|
||||
"sass-loader": "^10.1.1",
|
||||
"unocss": "0.63.6",
|
||||
"unocss-preset-weapp": "^66.0.1",
|
||||
"unplugin-auto-import": "^0.16.6",
|
||||
@@ -3377,6 +3377,12 @@
|
||||
"debug": "^4.3.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@dcloudio/uni-ui": {
|
||||
"version": "1.5.10",
|
||||
"resolved": "https://registry.npmmirror.com/@dcloudio/uni-ui/-/uni-ui-1.5.10.tgz",
|
||||
"integrity": "sha512-v6ylkGSUF6hhgSerm8aVEQE9SBkKz3oNDzorkVC0KLHfulMbkacJQ92YFSQ0kCGeudupVqXuPwNTFjKJF5Qolw==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@dcloudio/vite-plugin-uni": {
|
||||
"version": "3.0.0-4070520250711001",
|
||||
"resolved": "https://registry.npmmirror.com/@dcloudio/vite-plugin-uni/-/vite-plugin-uni-3.0.0-4070520250711001.tgz",
|
||||
@@ -11962,6 +11968,8 @@
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.63.2",
|
||||
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.63.2.tgz",
|
||||
"integrity": "sha512-u56TU0AIFqMtauKl/OJ1AeFsXqRHkgO7nCWmHaDwfxDo9GUMSqBA4NEh6GMuh1CYVM7zuROYtZrHzPc2ixK+ww==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -11977,7 +11985,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sass-loader": {
|
||||
"version": "10.4.1",
|
||||
"version": "10.1.1",
|
||||
"resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-10.1.1.tgz",
|
||||
"integrity": "sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -11996,7 +12006,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"fibers": ">= 3.1.0",
|
||||
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
||||
"node-sass": "^4.0.0 || ^5.0.0",
|
||||
"sass": "^1.3.0",
|
||||
"webpack": "^4.36.0 || ^5.0.0"
|
||||
},
|
||||
@@ -13606,16 +13616,6 @@
|
||||
"node": ">= 0.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/uview-plus": {
|
||||
"version": "3.4.47",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.11",
|
||||
"dayjs": "^1.11.3"
|
||||
},
|
||||
"engines": {
|
||||
"HBuilderX": "^3.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/v8-compile-cache-lib": {
|
||||
"version": "3.0.1",
|
||||
"devOptional": true,
|
||||
|
||||
Reference in New Issue
Block a user