Skip to content

Commit

Permalink
Update @typescript-eslint/eslint-plugin and @typescript-eslint/parser…
Browse files Browse the repository at this point in the history
… to 7.4
  • Loading branch information
raimondas-breachgg committed Mar 27, 2024
1 parent e511436 commit 9a117aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flattern-markdown-folder-structure-action",
"version": "0.0.0",
"version": "1.1.0",
"description": "GitHub action to flatten file structure with markdown data",
"main": "src/index.ts",
"repository": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^7.4",
"@typescript-eslint/parser": "^7.4",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.33.0",
"eslint-plugin-github": "^4.6.0",
Expand Down

0 comments on commit 9a117aa

Please sign in to comment.