Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Sep 19, 2021
1 parent 34f1df4 commit d954421
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 66 deletions.
103 changes: 40 additions & 63 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"emoji-flags": "~1.3.0",
"file-saver": "~2.0.2",
"file-server": "^2.1.0",
"http-server": "^0.12.3",
"http-server": "^13.0.2",
"jquery": "^3.6.0",
"json-query": "^2.2.2",
"lodash": "~4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"ol": "^6.5.0",
"socket.io-client": "^3.1.3",
"socket.io-client": "^4.2.0",
"units-converter": "^1.0.3",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu/MenuTabSkins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
><i class="fas fa-paper-plane" /></a>
</small>
<p class="card-text mb-0">
{{ $t(skin.description)}}
{{ $t(skin.description) }}
</p>
</div>
<div
Expand Down

0 comments on commit d954421

Please sign in to comment.