Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed May 1, 2024
1 parent 76224d8 commit e79f6e5
Show file tree
Hide file tree
Showing 4 changed files with 901 additions and 887 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: pnpm setup
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: pnpm setup
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
-
name: Use Node.js 20
uses: actions/setup-node@v4
Expand Down
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "homer",
"version": "24.04.1",
"type": "module",
"scripts": {
"dev": "vite",
"mock": "http-server dummy-data/ --cors",
Expand All @@ -9,23 +10,24 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"bulma": "^0.9.4",
"lodash.merge": "^4.6.2",
"vue": "^3.4.15",
"yaml": "^2.4.1"
"vue": "^3.4.26",
"yaml": "^2.4.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@rushstack/eslint-patch": "^1.10.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"eslint": "^9.1.1",
"eslint-plugin-vue": "^9.25.0",
"http-server": "^14.1.1",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.19.2"
"sass": "^1.76.0",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.0"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}
Loading

0 comments on commit e79f6e5

Please sign in to comment.