Skip to content

Commit 4b9ce3f

Browse files
committed
chore: bump prettier to 3.5.3
1 parent a70640d commit 4b9ce3f

File tree

144 files changed

+2538
-1740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+2538
-1740
lines changed

configs/eslint-config-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^4.2.0"
2929
},
3030
"devDependencies": {
31-
"prettier": "2.3.2"
31+
"prettier": "^3.5.3"
3232
},
3333
"scripts": {
3434
"check": "npm run lint",

configs/mocha-config-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@mongodb-js/prettier-config-devtools": "^1.0.0",
26-
"prettier": "^2.3.2",
26+
"prettier": "^3.5.3",
2727
"react": ">=16"
2828
},
2929
"peerDependencies": {

configs/mocha-config-devtools/react.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ describe('mocha-config-devtools/react', function () {
1212
const tag = document.createElement('style');
1313
tag.appendChild(
1414
document.createTextNode(
15-
`@container compass-workspace-container (width < 900px){.test{display:none;}}`
16-
)
15+
`@container compass-workspace-container (width < 900px){.test{display:none;}}`,
16+
),
1717
);
1818
document.head.appendChild(tag);
1919
});

configs/mocha-config-devtools/register/why-node-running.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports.mochaHooks = {
88
const timeout = setTimeout(() => {
99
console.log(
1010
"if the process still running, run kill -SIGINFO %s to see what's keeping it",
11-
process.pid
11+
process.pid,
1212
);
1313
}, 10000);
1414
timeout.unref?.();

configs/prettier-config-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "SSPL",
66
"main": "index.json",
77
"peerDependencies": {
8-
"prettier": "^2.3.2"
8+
"prettier": "^3.5.3"
99
},
1010
"devDependencies": {
11-
"prettier": "^2.3.2"
11+
"prettier": "^3.5.3"
1212
},
1313
"scripts": {
1414
"check": "npm run lint",

configs/tsconfig-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@mongodb-js/prettier-config-devtools": "^1.0.1",
15-
"prettier": "^2.3.2"
15+
"prettier": "^3.5.3"
1616
},
1717
"scripts": {
1818
"check": "npm run lint",

0 commit comments

Comments
 (0)