Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed May 18, 2024
1 parent 27843d1 commit c34b1f6
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 302 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This setup assumes you have [Git], and [Node.js] setup on your machine. This pro

- `git clone git@github.com:almeidx/discord-ban-sync.git`
- `cd discord-ban-sync`
- `corepack install`
- `pnpm i`

Note: If you don't have corepack enabled, you can do it with `corepack enable`.
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"files": {
"ignore": ["node_modules/*", "dist/*", "pnpm-lock.yaml"],
"ignoreUnknown": true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/node": "^20.12.12",
"esbuild": "^0.21.2",
"esbuild": "^0.21.3",
"typescript": "~5.4.5"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"engines": {
"node": "20"
}
Expand Down
Loading

0 comments on commit c34b1f6

Please sign in to comment.