Skip to content

Commit

Permalink
Update front deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebclem committed Aug 14, 2024
1 parent 741cdd9 commit d38dcc6
Show file tree
Hide file tree
Showing 2 changed files with 941 additions and 853 deletions.
43 changes: 21 additions & 22 deletions nextcloud_backup/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,41 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"core-js": "^3.34.0",
"ky": "^1.2.0",
"luxon": "^3.4.4",
"core-js": "^3.38.0",
"ky": "^1.6.0",
"luxon": "^3.5.0",
"pretty-bytes": "^6.1.1",
"roboto-fontface": "*",
"roboto-fontface": "^0.10.0",
"uuid": "^9.0.1",
"vue": "^3.3.0",
"vue": "^3.4.37",
"vuetify": "3.5.16"
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@babel/types": "^7.25.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.10.0",
"@types/node": "^20.14.15",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^12.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.0",
"pinia": "^2.1.0",
"sass": "^1.69.0",
"typescript": "^5.3.0",
"unplugin-auto-import": "^0.17.3",
"unplugin-fonts": "^1.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"pinia": "^2.2.1",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.17.8",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.0",
"vite": "^5.4.0",
"vite-plugin-vue-layouts": "^0.10.0",
"vite-plugin-vuetify": "^2.0.0",
"vue-router": "^4.2.0",
"vue-tsc": "^1.8.0"
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.4.3",
"vue-tsc": "^1.8.27"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit d38dcc6

Please sign in to comment.