Skip to content

Commit

Permalink
v1.0.18 + updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 12, 2024
1 parent edb1b66 commit ba0ace0
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 202 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paulober/pico-mpy-com",
"version": "1.0.17",
"version": "1.0.18",
"author": "paulober",
"publisher": "raspberry-pi",
"description": "A nodejs library for communicating with USB devices running the MicroPython firmware.",
Expand Down Expand Up @@ -46,23 +46,23 @@
"serialport": "^12.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@serialport/bindings-interface": "^1.2.2",
"@types/eslint": "^9.6.x",
"@types/eslint": "^9.6.1",
"@types/node": "20.14.0",
"eslint": "^9.9.x",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
Loading

0 comments on commit ba0ace0

Please sign in to comment.