Skip to content

Commit

Permalink
fix: update dependencies (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jun 26, 2023
1 parent 1474691 commit 5b478c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ on:
- cron: 0 0 * * 0

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: ⬣ Lint (ESLint@${{ matrix.eslint }})
strategy:
fail-fast: false
matrix:
eslint: [6, 7, 8]
runs-on: ubuntu-latest
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"watch": "mocha \"tests/lib/**/*.js\" --reporter dot --watch --growl"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~5.59.1",
"@typescript-eslint/parser": "~5.59.1",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"eslint-plugin-eslint-comments": "~3.2.0",
"eslint-plugin-eslint-plugin": "~4.4.1",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.4.1",
"eslint-plugin-vue": "~8.7.1",
"prettier": "~2.7.1",
"semver": "^7.5.0",
"prettier": "~2.8.8",
"semver": "^7.5.3",
"vue-eslint-parser": "^8.3.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-mysticatea": "file:.",
"@eslint/eslintrc": "^2.0.2",
"eslint": "~8.40.0",
"@eslint/eslintrc": "^2.0.3",
"eslint": "~8.43.0",
"eslint-config-prettier": "^8.8.0",
"globals": "^13.20.0",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"opener": "^1.5.2",
"rimraf": "^3.0.2",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"peerDependencies": {
"eslint": "^6.6.0 || ^7.0.0 || ^8.0.0"
Expand Down

0 comments on commit 5b478c3

Please sign in to comment.