update prettier

This commit is contained in:
Sylvestre Ledru
2026-07-29 13:11:37 +02:00
parent fc24157e3f
commit ce939d51f4
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0",
"jest-circus": "^30.3.0",
"prettier": "^3.5.3",
"prettier": "^3.9.6",
"ts-jest": "^29.4.6",
"typescript": "^5.8.2"
},
@@ -7305,10 +7305,11 @@
}
},
"node_modules/prettier": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
+1 -1
View File
@@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0",
"jest-circus": "^30.3.0",
"prettier": "^3.5.3",
"prettier": "^3.9.6",
"ts-jest": "^29.4.6",
"typescript": "^5.8.2"
}