Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Mar 30, 2024
1 parent 579703c commit 61d0308
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 96 deletions.
6 changes: 3 additions & 3 deletions configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0"
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0"
}
}
2 changes: 1 addition & 1 deletion configs/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint": "^8.57.0"
},
"dependencies": {
"eslint-plugin-vue": "^9.23.0"
"eslint-plugin-vue": "^9.24.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"devDependencies": {
"@kaciras/eslint-plugin": "workspace:^",
"@types/eslint": "^8.56.5",
"@types/eslint": "^8.56.6",
"eslint": "^8.57.0",
"eslint-plugin-eslint-plugin": "^5.4.0",
"mocha": "^10.3.0"
"eslint-plugin-eslint-plugin": "^5.4.1",
"mocha": "^10.4.0"
}
}

0 comments on commit 61d0308

Please sign in to comment.