File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ This project includes or derives from the following MIT-licensed works:
4
4
5
5
- ** Web Awesome** \
6
6
Copyright (c) 2023 Fonticons, Inc. Source: https://github.com/shoelace-style/webawesome
7
- - ** Reka UI** Copyright (c) 2023 UnoVue Source: https://github.com/unovue/reka-ui
7
+ - ** Reka UI** \
8
+ Copyright (c) 2023 UnoVue Source: https://github.com/unovue/reka-ui
8
9
9
10
Each of the above components is licensed under the MIT License.\
10
11
For convenience, the original license texts are reproduced below.
Original file line number Diff line number Diff line change 45
45
"peerDependencies" : {
46
46
"vue" : " >= 3.2.0"
47
47
},
48
+ "dependencies" : {
49
+ "@vueuse/core" : " 13.6.0" ,
50
+ "pnpm" : " 10.14.0" ,
51
+ "test" : " 3.3.0"
52
+ },
48
53
"devDependencies" : {
49
54
"@directus/eslint-config" : " https://pkg.pr.new/directus/eslint-config/@directus/eslint-config@a8261b0" ,
50
55
"@types/node" : " 24.3.0" ,
60
65
"vitest" : " 3.2.4" ,
61
66
"vue" : " 3.5.18" ,
62
67
"vue-tsc" : " 3.0.5"
63
- },
64
- "dependencies" : {
65
- "@vueuse/core" : " 13.6.0" ,
66
- "pnpm" : " 10.14.0" ,
67
- "test" : " 3.3.0"
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments