Skip to content

Commit 2010c08

Browse files
authored
Merge pull request #70 from troccoli/pakage-updates
Update packages to fix vulnerabilities. See #68 and #69
2 parents cbbbaa7 + 57c2ac1 commit 2010c08

File tree

4 files changed

+809
-779
lines changed

4 files changed

+809
-779
lines changed

.eslintrc-auto-import.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
"watch": true,
6868
"watchEffect": true,
6969
"watchPostEffect": true,
70-
"watchSyncEffect": true
70+
"watchSyncEffect": true,
71+
"DirectiveBinding": true,
72+
"MaybeRef": true,
73+
"MaybeRefOrGetter": true,
74+
"onWatcherCleanup": true,
75+
"useId": true,
76+
"useModel": true,
77+
"useTemplateRef": true
7178
}
7279
}

0 commit comments

Comments
 (0)