chore: dependencies update

This commit is contained in:
Bastien Wirtz 2024-10-16 14:08:13 +02:00
parent b760f04962
commit 99697a6a07
3 changed files with 1711 additions and 1468 deletions

View File

@ -10,24 +10,24 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-free": "^6.6.0",
"bulma": "^1.0.1", "bulma": "^1.0.2",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"vue": "^3.4.31", "vue": "^3.5.12",
"yaml": "^2.4.5" "yaml": "^2.6.0"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "^1.8.0", "@rushstack/eslint-patch": "^1.10.2",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-prettier": "^10.0.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0", "eslint-plugin-vue": "^9.29.0",
"http-server": "^14.1.1", "http-server": "^14.1.1",
"prettier": "^3.2.5", "prettier": "^3.3.3",
"sass": "^1.76.0", "sass-embedded": "^1.79.5",
"vite": "^5.2.10", "vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.0" "vite-plugin-pwa": "^0.20.5"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
} }

File diff suppressed because it is too large Load Diff

View File

@ -47,4 +47,11 @@ export default defineConfig({
"@": fileURLToPath(new URL("./src", import.meta.url)), "@": fileURLToPath(new URL("./src", import.meta.url)),
}, },
}, },
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
},
},
},
}); });