Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xprofiler",
"version": "2.6.0",
"version": "2.6.1",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"moment": "^2.30.1",
"nan": "^2.18.0",
"nan": "^2.19.0",
"uuid": "^9.0.1",
"yargs": "^17.7.2"
},
Expand All @@ -66,10 +66,10 @@
"autod": "^3.1.2",
"clang-format": "^1.8.0",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint": "^9.4.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里没法升级,只能继续用 8

"expect.js": "^0.3.1",
"mm": "^3.4.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
},
"xctlIpcPath": {
Expand Down