Skip to content

Commit

Permalink
Update packages & Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed May 19, 2024
1 parent 2350fa6 commit b79b171
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 138 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 19

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: latest

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"lint": "eslint \"**/*.ts\" ."
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.10",
"eslint": "^9.2.0",
"@types/node": "^20.12.12",
"eslint": "^9.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.9.0"
},
"dependencies": {
"@discordjs/rest": "^2.3.0",
"discord.js": "^14.15.2",
"minio": "^8.0.0",
"mongodb": "^6.6.1"
"mongodb": "^6.6.2"
},
"optionalDependencies": {
"tsx": "^4.9.3"
"tsx": "^4.10.5"
}
}
Loading

0 comments on commit b79b171

Please sign in to comment.