Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ updates:
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
versioning-strategy: increase
labels:
- 3. to review
- dependencies
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/outline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const clickOutline = () => {
cy.getActionEntry('headings')
.click()

cy.get('.popover.open').getActionEntry('outline')
cy.get('.v-popper__wrapper .open').getActionEntry('outline')
.click()
}

Expand Down
4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object-assign
*/

/*!
* Vue.js v2.7.8
* Vue.js v2.7.10
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object-assign
*/

/*!
* Vue.js v2.7.8
* Vue.js v2.7.10
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object-assign
*/

/*!
* Vue.js v2.7.8
* Vue.js v2.7.10
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/vendors.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/vendors.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

/*!
* Vue.js v2.7.8
* Vue.js v2.7.10
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -60,7 +60,7 @@
* Copyright (c) 2016 Jorik Tangelder;
* Licensed under the MIT license */

/*! https://mths.be/punycode v1.4.1 by @mathias */
/*! https://mths.be/punycode v1.3.2 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

Expand Down
2 changes: 1 addition & 1 deletion js/vendors.js.map

Large diffs are not rendered by default.

Loading