Skip to content

Commit

Permalink
chore: upgrade prettier to v3 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Dec 15, 2023
1 parent 1bc99bd commit 50d49a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ function convertLabelsAndValues(labels, value) {
? {
labels,
value,
}
}
: {
value: labels,
labels: {},
};
};
}

function extractBucketValuesForExport(histogram) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"devDependencies": {
"@clevernature/benchmark-regression": "^1.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"express": "^4.13.3",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"nock": "^13.0.5",
"prettier": "2.8.8",
"prettier": "3.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
Expand Down

0 comments on commit 50d49a6

Please sign in to comment.