Skip to content

Commit a5e29d5

Browse files
committed
build: updated dependencies
1 parent 9c9c4f9 commit a5e29d5

File tree

6 files changed

+11689
-14399
lines changed

6 files changed

+11689
-14399
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
plugins: [
1313
'vue'
1414
],
15-
// add your custom rules here
15+
// custom rules
1616
rules: {
1717
'vue/script-indent': 'off',
1818
'vue/html-indent': 'off',

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
coverage
33
.DS_Store
44
*.log
5+
.vscode

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
### Changed
11+
12+
- Updated `a11y-dialog` to latest version
13+
- Updated development dependencies
14+
815
## [1.0.0]
916

1017
This is the first major release that introduces breaking changes. From `1.0.0` onwards the API will support Vue 3.

dist/vue-a11y-dialog.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)