Skip to content

Commit

Permalink
chore: up dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 28, 2024
1 parent 13c79c0 commit 6786129
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Just a testing ground for verifying ideas and approaches aimed at improve the [z
* Linux
* MacOS
* Windows
* **JS Runtime**
* **Runtime**
* Node.js >= 6 (CJS)
* Node.js >= 12 (ESM)
* Bun >= 1.0.0
* Deno >= 1.7.0
* Deno >= 1.7.0, 2.x

## Install
```bash
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@types/node": "^22.10.2",
"c8": "^10.1.3",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"esbuild": "^0.24.2",
"esbuild-node-externals": "^1.16.0",
"esbuild-plugin-entry-chunks": "^0.1.15",
Expand All @@ -88,7 +88,7 @@
"minimist": "^1.2.8",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.27.5",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
}
}

0 comments on commit 6786129

Please sign in to comment.