Skip to content

Commit 5b478c3

Browse files
fix: update dependencies (#107)
1 parent 1474691 commit 5b478c3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ on:
1414
- cron: 0 0 * * 0
1515

1616
concurrency:
17-
group: ${{ github.workflow }}-${{ github.ref }}
18-
cancel-in-progress: true
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
1919

2020
jobs:
2121
lint:
2222
name: ⬣ Lint (ESLint@${{ matrix.eslint }})
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
eslint: [6, 7, 8]
2627
runs-on: ubuntu-latest

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,29 @@
4242
"watch": "mocha \"tests/lib/**/*.js\" --reporter dot --watch --growl"
4343
},
4444
"dependencies": {
45-
"@typescript-eslint/eslint-plugin": "~5.59.1",
46-
"@typescript-eslint/parser": "~5.59.1",
45+
"@typescript-eslint/eslint-plugin": "~5.60.0",
46+
"@typescript-eslint/parser": "~5.60.0",
4747
"eslint-plugin-eslint-comments": "~3.2.0",
4848
"eslint-plugin-eslint-plugin": "~4.4.1",
4949
"eslint-plugin-node": "~11.1.0",
5050
"eslint-plugin-prettier": "~3.4.1",
5151
"eslint-plugin-vue": "~8.7.1",
52-
"prettier": "~2.7.1",
53-
"semver": "^7.5.0",
52+
"prettier": "~2.8.8",
53+
"semver": "^7.5.3",
5454
"vue-eslint-parser": "^8.3.0"
5555
},
5656
"devDependencies": {
5757
"@eslint-community/eslint-plugin-mysticatea": "file:.",
58-
"@eslint/eslintrc": "^2.0.2",
59-
"eslint": "~8.40.0",
58+
"@eslint/eslintrc": "^2.0.3",
59+
"eslint": "~8.43.0",
6060
"eslint-config-prettier": "^8.8.0",
6161
"globals": "^13.20.0",
6262
"mocha": "^9.2.2",
6363
"npm-run-all": "^4.1.5",
6464
"nyc": "^15.1.0",
6565
"opener": "^1.5.2",
6666
"rimraf": "^3.0.2",
67-
"typescript": "^5.0.4"
67+
"typescript": "^5.1.3"
6868
},
6969
"peerDependencies": {
7070
"eslint": "^6.6.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)