Skip to content

Commit 6fc84fe

Browse files
authored
Update depenencies (#1278)
This PR updates several development dependencies to their latest versions, including ESLint configuration, Node.js type definitions, and various testing/linting tools. - Updates ESLint JavaScript configuration and Node.js types - Upgrades testing utilities (sinon, tsd) and development tools (lint-staged) - Maintains consistency with latest available versions for better compatibility Fix: #1277
1 parent 607e704 commit 6fc84fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"url": "git+https://github.com/RobotWebTools/rclnodejs.git"
4848
},
4949
"devDependencies": {
50-
"@eslint/js": "^10.0.0",
51-
"@types/node": "^22.13.9",
50+
"@eslint/js": "^9.36.0",
51+
"@types/node": "^24.5.2",
5252
"@typescript-eslint/eslint-plugin": "^8.18.0",
5353
"@typescript-eslint/parser": "^8.18.0",
5454
"clang-format": "^1.8.0",
@@ -61,13 +61,13 @@
6161
"globals": "^16.0.0",
6262
"husky": "^9.1.7",
6363
"jsdoc": "^4.0.4",
64-
"lint-staged": "^15.2.10",
64+
"lint-staged": "^16.2.0",
6565
"mocha": "^11.0.2",
6666
"nyc": "^17.1.0",
6767
"rimraf": "^6.0.1",
68-
"sinon": "^19.0.2",
68+
"sinon": "^21.0.0",
6969
"tree-kill": "^1.2.2",
70-
"tsd": "^0.31.2",
70+
"tsd": "^0.33.0",
7171
"typescript": "^5.7.2"
7272
},
7373
"dependencies": {

0 commit comments

Comments
 (0)