Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Nov 23, 2023
1 parent 649dd65 commit 1f14b8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"calc-repo-size": "tsx calc-repo-size/index.ts"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/rest": "^20.0.1",
"@types/luxon": "^3.3.3",
"@types/node": "^20.8.10",
"@actions/core": "^1.10.1",
"@octokit/rest": "^20.0.2",
"@types/luxon": "^3.3.5",
"@types/node": "^20.9.4",
"check-disk-space": "^3.4.0",
"commander": "^11.1.0",
"got": "^12.6.1",
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"p-queue": "^7.4.1",
"simple-git": "^3.20.0",
"simple-git": "^3.21.0",
"tsx": "^3.14.0",
"typescript": "^5.0.2"
"typescript": "^5.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1"
}
Expand Down

0 comments on commit 1f14b8d

Please sign in to comment.