From 7172b6f507e0161a685c34e573e0ef838c974846 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 29 Oct 2022 15:39:35 +0200 Subject: [PATCH] Update dependencies --- package.json | 20 +- src/App.vue | 6 +- yarn.lock | 886 +++++++++++++++++++++++++-------------------------- 3 files changed, 441 insertions(+), 471 deletions(-) diff --git a/package.json b/package.json index 911cb56..93953c1 100644 --- a/package.json +++ b/package.json @@ -8,22 +8,22 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { - "@fortawesome/fontawesome-free": "^6.1.2", + "@fortawesome/fontawesome-free": "^6.2.0", "bulma": "^0.9.4", - "js-yaml": "^4.1.0", + "yaml": "^2.1.3", "lodash.merge": "^4.6.2", - "vue": "^3.2.37" + "vue": "^3.2.41" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.4", - "@vitejs/plugin-vue": "^3.0.3", + "@rushstack/eslint-patch": "^1.2.0", + "@vitejs/plugin-vue": "^3.2.0", "@vue/eslint-config-prettier": "^7.0.0", - "eslint": "^8.22.0", - "eslint-plugin-vue": "^9.3.0", + "eslint": "^8.26.0", + "eslint-plugin-vue": "^9.6.0", "prettier": "^2.7.1", - "sass": "^1.54.4", - "vite": "^3.0.7", - "vite-plugin-pwa": "^0.12.3" + "sass": "^1.55.0", + "vite": "^3.2.1", + "vite-plugin-pwa": "^0.13.1" }, "license": "Apache-2.0" } diff --git a/src/App.vue b/src/App.vue index f2089ee..25e943f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -141,7 +141,7 @@