Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit c899c3d

Browse files
committed
build(lcpkg): update dependencies
1 parent 39e9ff9 commit c899c3d

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

lcpkg.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,39 @@
2929
},
3030
"private": true,
3131
"dependencies": {
32-
"lcui-router": {
33-
"version": "0.1.0",
34-
"uri": "file:C:\\Users\\LC\\Documents\\GitHub\\lcui-router\\lcpkg\\dist\\lcui-router-0.1.0_all.lcpkg.zip",
32+
"LCUI": {
33+
"version": "v2.0.0",
34+
"uri": "github:lc-soft/LCUI",
3535
"resolved": {
36-
"all": "C:\\Users\\LC\\Documents\\GitHub\\lcui-router\\lcpkg\\dist\\lcui-router-0.1.0_all.lcpkg.zip"
36+
"all": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip",
37+
"x64-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-uwp.lcpkg.zip",
38+
"x64-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-windows.lcpkg.zip",
39+
"x86-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-uwp.lcpkg.zip",
40+
"x86-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip"
3741
},
3842
"linkage": "auto"
3943
},
40-
"LCUI": {
41-
"version": "1.3.0",
42-
"uri": "file:C:\\Users\\LC\\Documents\\GitHub\\LCUI\\lcpkg\\dist\\LCUI-1.3.0_all.lcpkg.zip",
44+
"lcui-router": {
45+
"version": "v0.1.0",
46+
"uri": "github:lc-soft/lcui-router",
4347
"resolved": {
44-
"all": "C:\\Users\\LC\\Documents\\GitHub\\LCUI\\lcpkg\\dist\\LCUI-1.3.0_all.lcpkg.zip"
48+
"x64-uwp": "https://github.com/lc-soft/lcui-router/releases/download/v0.1.0/lcui-router-0.1.0_x64-uwp.lcpkg.zip",
49+
"all": "https://github.com/lc-soft/lcui-router/releases/download/v0.1.0/lcui-router-0.1.0_x86-windows.lcpkg.zip",
50+
"x64-windows": "https://github.com/lc-soft/lcui-router/releases/download/v0.1.0/lcui-router-0.1.0_x64-windows.lcpkg.zip",
51+
"x86-uwp": "https://github.com/lc-soft/lcui-router/releases/download/v0.1.0/lcui-router-0.1.0_x86-uwp.lcpkg.zip",
52+
"x86-windows": "https://github.com/lc-soft/lcui-router/releases/download/v0.1.0/lcui-router-0.1.0_x86-windows.lcpkg.zip"
4553
},
4654
"linkage": "auto"
4755
},
4856
"lc-design": {
49-
"version": "1.0.0",
50-
"uri": "file:C:\\Users\\LC\\Documents\\GitHub\\lc-design\\lcpkg\\dist\\lc-design-1.0.0_all.lcpkg.zip",
57+
"version": "v1.1.0",
58+
"uri": "github:lc-ui/lc-design",
5159
"resolved": {
52-
"all": "C:\\Users\\LC\\Documents\\GitHub\\lc-design\\lcpkg\\dist\\lc-design-1.0.0_all.lcpkg.zip"
60+
"x64-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-uwp.lcpkg.zip",
61+
"all": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-demo.zip",
62+
"x64-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-windows.lcpkg.zip",
63+
"x86-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-uwp.lcpkg.zip",
64+
"x86-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-windows.lcpkg.zip"
5365
},
5466
"linkage": "auto"
5567
}

0 commit comments

Comments
 (0)