Merge pull request #1651 from RoboSats/dependabot/npm_and_yarn/frontend/prettier-3.4.2

chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 in /frontend
This commit is contained in:
KoalaSat 2024-12-17 12:01:23 +00:00 committed by GitHub
commit 7b71c88305
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.6.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
@ -15090,9 +15090,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@ -43,7 +43,7 @@
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.6.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",