Skip to content

Commit 2c4bd77

Browse files
chore: update dependencies
1 parent 0032b07 commit 2c4bd77

File tree

8 files changed

+5111
-5322
lines changed

8 files changed

+5111
-5322
lines changed

.remarkrc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"plugins": [
33
"remark-preset-lint-recommended",
4-
["remark-lint-list-item-indent", "space"],
5-
["remark-lint-no-undefined-references", { "allow": [" "] }]
4+
[
5+
"remark-lint-no-undefined-references",
6+
{
7+
"allow": [
8+
" "
9+
]
10+
}
11+
]
612
]
713
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![LastCommit](https://img.shields.io/github/last-commit/andrewvasilchuk/vue-typed-emit)](https://github.com/andrewvasilchuk/vue-typed-emit/commits/master)
1111
[![License](https://img.shields.io/npm/l/vue-typed-emit)](https://github.com/andrewvasilchuk/vue-typed-emit/blob/master/LICENSE)
1212

13-
> ❗ This library is intended to be used with Vue `<=2.6.14` (`emits` option was backported in Vue `2.7`). Vue 3 [provided a way to type emits](https://vuejs.org/guide/typescript/composition-api.html#typing-component-emits).
13+
> ❗ This library is intended to be used with Vue `<3`. Vue 3 [provided a way to type emits](https://vuejs.org/guide/typescript/composition-api.html#typing-component-emits).
1414
1515
## Installation
1616

0 commit comments

Comments
 (0)