Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Jun 4, 2024
1 parent da40801 commit dadac42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"@actions/core": "^1.10.1",
"@octokit/rest": "^20.1.1",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.8",
"commander": "^12.0.0",
"got": "^14.2.1",
"@types/node": "^20.14.1",
"commander": "^12.1.0",
"got": "^14.4.0",
"ip-regex": "^5.0.0",
"luxon": "^3.4.4",
"multithread-array": "^2.0.0",
"p-queue": "^8.0.1",
"simple-git": "^3.24.0",
"tsx": "^4.9.1",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.8.0",
"@stylistic/eslint-plugin": "^1.8.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.12.0"
}
}

0 comments on commit dadac42

Please sign in to comment.