Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Jul 30, 2023
1 parent df903a2 commit 0a0da84
Show file tree
Hide file tree
Showing 2 changed files with 776 additions and 509 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"bulma": "^0.9.4",
"lodash.merge": "^4.6.2",
"vue": "^3.2.41",
"yaml": "^2.2.2"
"vue": "^3.3.4",
"yaml": "^2.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.6.0",
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"http-server": "^14.1.1",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"vite": "^3.2.1",
"vite-plugin-pwa": "^0.13.1"
"prettier": "^3.0.0",
"sass": "^1.64.1",
"vite": "^4.4.6",
"vite-plugin-pwa": "^0.16.4"
},
"license": "Apache-2.0"
}
Loading

0 comments on commit 0a0da84

Please sign in to comment.