Skip to content

Commit

Permalink
build(dev-deps): update 3 dev dependencies
Browse files Browse the repository at this point in the history
- tsx             dev      ^4.15.7  →    ^4.16.0
- @biomejs/biome  dev       ^1.8.2  →     ~1.8.3
- @types/node     dev    ^18.19.38  →  ^18.19.39
  • Loading branch information
matteosacchetto committed Jul 1, 2024
1 parent a2eb339 commit 266252c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
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.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"include": [
"src/*.ts",
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"author": "Matteo Sacchetto",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "~1.8.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-run": "^3.1.0",
"@types/node": "^18.19.38",
"@types/node": "^18.19.39",
"c8": "^10.1.2",
"rollup": "^4.18.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-node-externals": "^7.1.2",
"rollup-plugin-typescript-paths": "^1.5.0",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2"
},
"engines": {
Expand Down

0 comments on commit 266252c

Please sign in to comment.