Skip to content

Commit

Permalink
chore: bump version to 1.4.2 and update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barrenechea committed Oct 21, 2024
1 parent 05be569 commit 2784ba0
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stk500-esm",
"version": "1.4.1",
"version": "1.4.2",
"description": "A modern, ESM-compatible, TypeScript implementation of the STK500v1 protocol for programming Arduino boards directly from Node.js or the browser.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -26,13 +26,13 @@
"author": "Sebastian Barrenechea",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"@eslint/js": "^9.13.0",
"@types/node": "^22.7.7",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"serialport": "^12.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^8.10.0"
}
}

0 comments on commit 2784ba0

Please sign in to comment.