Skip to content

Commit 58933b6

Browse files
authored
Merge pull request #1169 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.3.0
Build(deps): Bump @nextcloud/vue from 7.12.6 to 8.3.0
2 parents 3fe6bb2 + 4c98ac8 commit 58933b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2184
-1772
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1
4444
id: versions
4545
with:
46-
fallbackNode: '^16'
47-
fallbackNpm: '^7'
46+
fallbackNode: '^20'
47+
fallbackNpm: '^9'
4848

4949
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
5050
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3

css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
.leaflet-routing-container-desktop {
4848
width: 350px;
4949
margin-top: 0 !important;
50-
margin-left: 52px !important;
50+
margin-left: 56px !important;
5151
padding-top: 5px;
5252
border: 2px solid var(--color-border-dark) !important;
5353
border-bottom-left-radius: var(--border-radius-large) !important;

0 commit comments

Comments
 (0)