Browse Source

Upgrade prettier to version 3.5.1

pull/4342/head
Thomas Kaul 2 months ago
parent
commit
5668474979
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -149,7 +149,7 @@
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2", "jest-preset-angular": "14.4.2",
"nx": "20.3.2", "nx": "20.3.2",
"prettier": "3.4.2", "prettier": "3.5.1",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.3.0", "prisma": "6.3.0",
"react": "18.2.0", "react": "18.2.0",
@ -27104,9 +27104,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.2", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

2
package.json

@ -195,7 +195,7 @@
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2", "jest-preset-angular": "14.4.2",
"nx": "20.3.2", "nx": "20.3.2",
"prettier": "3.4.2", "prettier": "3.5.1",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.3.0", "prisma": "6.3.0",
"react": "18.2.0", "react": "18.2.0",

Loading…
Cancel
Save