Skip to content

Commit 50d49a6

Browse files
authored
chore: upgrade prettier to v3 (#601)
1 parent 1bc99bd commit 50d49a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/histogram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ function convertLabelsAndValues(labels, value) {
277277
? {
278278
labels,
279279
value,
280-
}
280+
}
281281
: {
282282
value: labels,
283283
labels: {},
284-
};
284+
};
285285
}
286286

287287
function extractBucketValuesForExport(histogram) {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"devDependencies": {
3636
"@clevernature/benchmark-regression": "^1.0.0",
3737
"eslint": "^8.32.0",
38-
"eslint-config-prettier": "^8.6.0",
38+
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-node": "^11.0.0",
40-
"eslint-plugin-prettier": "^4.2.1",
40+
"eslint-plugin-prettier": "^5.0.1",
4141
"express": "^4.13.3",
4242
"husky": "^8.0.3",
4343
"jest": "^29.3.1",
4444
"lint-staged": "^13.1.0",
4545
"nock": "^13.0.5",
46-
"prettier": "2.8.8",
46+
"prettier": "3.1.1",
4747
"typescript": "^5.0.4"
4848
},
4949
"dependencies": {

0 commit comments

Comments
 (0)