Skip to content

Commit 3a878ec

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents dcb6cab + d1b029b commit 3a878ec

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
git add .
105105
git commit -m "Deploy ${{ steps.branch-name.outputs.current_branch }} branch"
106106
- name: Push changes
107-
uses: ad-m/github-push-action@v0.8.0
107+
uses: ad-m/github-push-action@v1.0.0
108108
with:
109109
github_token: ${{ secrets.GITHUB_TOKEN }}
110110
branch: gh-pages

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@turf/simplify": "7.2.0",
3434
"ag-grid-community": "28.2.1",
3535
"ag-grid-vue": "28.2.1",
36-
"axios": "1.11.0",
36+
"axios": "1.12.0",
3737
"blueimp-load-image": "5.16.0",
3838
"bulma": "0.9.4",
3939
"bulma-checkradio": "2.1.3",
@@ -60,7 +60,7 @@
6060
"zingtouch": "1.0.6"
6161
},
6262
"devDependencies": {
63-
"@babel/eslint-parser": "7.28.0",
63+
"@babel/eslint-parser": "7.28.4",
6464
"@snyk/protect": "1.1299.0",
6565
"@vue/cli-plugin-babel": "5.0.9",
6666
"@vue/cli-plugin-eslint": "5.0.9",
@@ -83,7 +83,7 @@
8383
"pretty-quick": "3.3.1",
8484
"sass": "1.92.1",
8585
"sass-loader": "16.0.5",
86-
"stylelint": "16.23.1",
86+
"stylelint": "16.24.0",
8787
"stylelint-config-recommended-scss": "15.0.1",
8888
"stylelint-config-recommended-vue": "1.6.1",
8989
"stylelint-scss": "6.12.1",

src/translations/sl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@
16821682
"climbing_styles": "streha"
16831683
},
16841684
"route": "smer",
1685-
"route_description": "Opis smeri",
1685+
"route_description": "Opis vzpona",
16861686
"route_history": "Zgodovina smeri",
16871687
"route_length": "Dolžina smeri",
16881688
"route_study": "Preučevanje smeri",

0 commit comments

Comments
 (0)