Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Nov 17, 2023
1 parent a32cc23 commit 89b41a5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 47 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"bungcip.better-toml",
"christian-kohler.path-intellisense",
"dbaeumer.vscode-eslint",
"meganrogge.template-string-converter",
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.5.1",
"pinia": "^2.1.6",
Expand All @@ -24,8 +24,8 @@
"vuetify": "^3.3.20"
},
"devDependencies": {
"@mdi/js": "^7.2.96",
"@types/node": "^20.8.2",
"@mdi/js": "^7.3.67",
"@types/node": "^20.8.3",
"@types/secure-json-parse": "^1.0.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -40,7 +40,7 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.16"
"vue-tsc": "^1.8.18"
},
"buildDate": "Fri 28 2023 July 23:05:46 BST"
}

0 comments on commit 89b41a5

Please sign in to comment.