Skip to content

Commit 9b76f49

Browse files
committed
fix: add @cocreate/aria
1 parent cebe84d commit 9b76f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoCreate.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ module.exports = {
113113
import: "@cocreate/link"
114114
},
115115
aria: {
116-
import: "@cocreate/aria",
117-
selector: "[aria-controls]"
116+
import: "@cocreate/aria"
118117
},
119118
cache: {
120119
import: "@cocreate/cache",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@cocreate/actions": "^1.21.1",
6060
"@cocreate/aos": "^1.1.1",
6161
"@cocreate/api": "^1.22.3",
62+
"@cocreate/aria": "^1.1.1",
6263
"@cocreate/attributes": "^1.15.2",
6364
"@cocreate/cache": "^1.6.1",
6465
"@cocreate/calculate": "^1.16.1",

0 commit comments

Comments
 (0)