Skip to content

Commit

Permalink
Merge pull request #947 from SortableJS/vue-2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
David-Desmaisons authored Oct 25, 2020
2 parents 2c9fb74 + c92b77c commit 3693cb5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions example/components/two-list-headerslots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

<div
slot="footer"
slot="header"
class="btn-group list-group-item"
role="group"
aria-label="Basic example"
Expand All @@ -44,7 +44,7 @@
</div>

<div
slot="footer"
slot="header"
class="btn-group list-group-item"
role="group"
aria-label="Basic example"
Expand Down
30 changes: 20 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nested"
],
"dependencies": {
"sortablejs": "^1.10.1"
"sortablejs": "1.10.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
Expand Down

0 comments on commit 3693cb5

Please sign in to comment.