Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 11, 2024
1 parent a41348b commit e179f48
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 107 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.202.1/containers/typescript-node/.devcontainer/base.Dockerfile

ARG VARIANT="20-bullseye"
FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT}
FROM mcr.microsoft.com/devcontainers/typescript-node:20

RUN printf "alias cls='clear'\nalias ll='ls -l --human-readable --color=auto --group-directories-first --classify --time-style=long-iso -all'" >> /etc/bash.bashrc

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"foxundermoon.shell-format",
"meganrogge.template-string-converter",
"mutantdino.resourcemonitor",
"redhat.vscode-yaml",
"timonwong.shellcheck",
"redhat.vscode-yaml",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"wix.vscode-import-cost",
Expand Down
182 changes: 91 additions & 91 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"prismjs": "^1.29.0",
"qrcode.vue": "^3.4.1",
"secure-json-parse": "^2.7.0",
"vue": "^3.4.15",
"vue": "^3.4.18",
"vue-router": "^4.2.5",
"vuetify": "^3.5.1"
"vuetify": "^3.5.3"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/node": "^20.11.10",
"@types/node": "^20.11.17",
"@types/prismjs": "^1.26.3",
"@types/secure-json-parse": "^1.0.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.0",
"eslint-plugin-vue": "^9.21.1",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "^1.8.27"
},
Expand Down
3 changes: 1 addition & 2 deletions src/components/FooterText.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<section

class='text-caption unselectable'
:class='computedClasses'
class='text-caption unselectable'
>
<v-row justify='center' align='center' class='ma-0 pa-0' no-gutters order='1'>
<v-col
Expand Down
Loading

0 comments on commit e179f48

Please sign in to comment.