Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Dec 10, 2023
1 parent 084eeb8 commit 3d3561f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/rest": "^20.0.2",
"@types/luxon": "^3.3.5",
"@types/node": "^20.9.4",
"@types/luxon": "^3.3.7",
"@types/node": "^20.10.4",
"check-disk-space": "^3.4.0",
"commander": "^11.1.0",
"got": "^14.0.0",
"luxon": "^3.4.4",
"p-queue": "^7.4.1",
"p-queue": "^8.0.0",
"simple-git": "^3.21.0",
"tsx": "^4.4.0",
"typescript": "^5.3.2"
"tsx": "^4.6.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1"
}
Expand Down

0 comments on commit 3d3561f

Please sign in to comment.