Skip to content

Commit ba0ace0

Browse files
committed
v1.0.18 + updated dependencies
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
1 parent edb1b66 commit ba0ace0

File tree

2 files changed

+204
-202
lines changed

2 files changed

+204
-202
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paulober/pico-mpy-com",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"author": "paulober",
55
"publisher": "raspberry-pi",
66
"description": "A nodejs library for communicating with USB devices running the MicroPython firmware.",
@@ -46,23 +46,23 @@
4646
"serialport": "^12.0.0"
4747
},
4848
"devDependencies": {
49-
"@eslint/js": "^9.9.1",
49+
"@eslint/js": "^9.10.0",
5050
"@rollup/plugin-commonjs": "^26.0.1",
5151
"@rollup/plugin-json": "^6.1.0",
5252
"@rollup/plugin-node-resolve": "^15.2.3",
5353
"@rollup/plugin-terser": "^0.4.4",
5454
"@rollup/plugin-typescript": "^11.1.6",
5555
"@serialport/bindings-interface": "^1.2.2",
56-
"@types/eslint": "^9.6.x",
56+
"@types/eslint": "^9.6.1",
5757
"@types/node": "20.14.0",
58-
"eslint": "^9.9.x",
58+
"eslint": "^9.10.0",
5959
"eslint-config-prettier": "^9.1.0",
6060
"globals": "^15.9.0",
6161
"rimraf": "^6.0.1",
62-
"rollup": "^4.21.2",
62+
"rollup": "^4.21.3",
6363
"tslib": "^2.7.0",
64-
"typescript": "^5.5.4",
65-
"typescript-eslint": "^8.4.0"
64+
"typescript": "^5.6.2",
65+
"typescript-eslint": "^8.5.0"
6666
},
67-
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
67+
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
6868
}

0 commit comments

Comments
 (0)