Skip to content

Commit

Permalink
Upgrade dependencies (#1006)
Browse files Browse the repository at this point in the history
Fix: #1005
  • Loading branch information
minggangw authored Dec 9, 2024
1 parent bfa2176 commit 61dbd1c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,43 +42,43 @@
"url": "git+https://github.com/RobotWebTools/rclnodejs.git"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@babel/eslint-parser": "^7.25.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-eslint": "^10.1.0",
"clang-format": "^1.8.0",
"commander": "^11.0.0",
"commander": "^11.1.0",
"deep-equal": "^1.1.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.3",
"jsdoc": "^4.0.2",
"jsdoc": "^4.0.4",
"lint-staged": "^14.0.1",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"sinon": "^15.2.0",
"tree-kill": "^1.2.2",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
},
"dependencies": {
"@rclnodejs/ref-array-di": "^1.2.2",
"@rclnodejs/ref-napi": "^4.0.0",
"@rclnodejs/ref-struct-di": "^1.1.1",
"array.prototype.flat": "^1.3.2",
"bindings": "^1.5.0",
"compare-versions": "^6.1.0",
"debug": "^4.3.4",
"compare-versions": "^6.1.1",
"debug": "^4.4.0",
"dot": "^1.1.3",
"dtslint": "^4.2.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"int64-napi": "^1.0.2",
"is-close": "^1.3.3",
"mkdirp": "^3.0.1",
"mz": "^2.7.0",
"nan": "^2.17.0",
"rimraf": "^5.0.1",
"uuid": "^9.0.0",
"nan": "^2.22.0",
"rimraf": "^5.0.10",
"uuid": "^9.0.1",
"walk": "^2.3.15"
},
"husky": {
Expand All @@ -97,4 +97,4 @@
"engines": {
"node": ">= 16.13.0"
}
}
}

0 comments on commit 61dbd1c

Please sign in to comment.