Skip to content

Commit 067dec3

Browse files
committed
Fix linter warnings
1 parent adae3e0 commit 067dec3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

attributions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This project includes or derives from the following MIT-licensed works:
44

55
- **Web Awesome**\
66
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
89

910
Each of the above components is licensed under the MIT License.\
1011
For convenience, the original license texts are reproduced below.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"peerDependencies": {
4646
"vue": ">= 3.2.0"
4747
},
48+
"dependencies": {
49+
"@vueuse/core": "13.6.0",
50+
"pnpm": "10.14.0",
51+
"test": "3.3.0"
52+
},
4853
"devDependencies": {
4954
"@directus/eslint-config": "https://pkg.pr.new/directus/eslint-config/@directus/eslint-config@a8261b0",
5055
"@types/node": "24.3.0",
@@ -60,10 +65,5 @@
6065
"vitest": "3.2.4",
6166
"vue": "3.5.18",
6267
"vue-tsc": "3.0.5"
63-
},
64-
"dependencies": {
65-
"@vueuse/core": "13.6.0",
66-
"pnpm": "10.14.0",
67-
"test": "3.3.0"
6868
}
6969
}

0 commit comments

Comments
 (0)