1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Dependencies update

This commit is contained in:
Bastien Wirtz 2023-09-25 22:14:25 +02:00
parent cce42cc6d1
commit 504efe01cb
3 changed files with 91 additions and 86 deletions

View file

@ -1,6 +1,6 @@
{
"name": "homer",
"version": "22.07.2",
"version": "23.09.1",
"scripts": {
"dev": "vite",
"mock": "http-server dummy-data/ --cors",
@ -9,23 +9,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"bulma": "^0.9.4",
"lodash.merge": "^4.6.2",
"vue": "^3.3.4",
"yaml": "^2.3.1"
"yaml": "^2.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"@rushstack/eslint-patch": "^1.4.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"http-server": "^14.1.1",
"prettier": "^3.0.0",
"sass": "^1.64.1",
"vite": "^4.4.6",
"vite-plugin-pwa": "^0.16.4"
"prettier": "^3.0.3",
"sass": "^1.68.0",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5"
},
"license": "Apache-2.0"
}