Skip to content

Commit

Permalink
Merge pull request #4 from foretagsplatsen/fix-build-and-update-depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
DamienCassou committed Feb 22, 2023
2 parents 4c38c4c + 18ba4f7 commit 276df02
Show file tree
Hide file tree
Showing 3 changed files with 1,303 additions and 1,590 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -13,12 +13,12 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [lts/*]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -10,22 +10,22 @@
"test": "karma start"
},
"devDependencies": {
"electron": "^13.2.1",
"eslint": "^7.32.0",
"eslint-config-ftgp": "^1.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sort-class-members": "^1.11.0",
"jasmine": "^3.8.0",
"karma": "^6.3.4",
"karma-electron": "^7.0.0",
"electron": "^23.1.0",
"eslint": "^8.34.0",
"eslint-config-ftgp": "^2.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-class-members": "^1.16.0",
"jasmine": "^4.5.0",
"karma": "^6.4.1",
"karma-electron": "^7.3.0",
"karma-electron-launcher": "^0.3.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.0",
"prettier": "^2.3.2",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
"prettier": "^2.8.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}

0 comments on commit 276df02

Please sign in to comment.