Merge branch 'main' of github.com:ghostfolio/ghostfolio
All checks were successful
Docker image CD / build_and_push (push) Successful in 30m5s
All checks were successful
Docker image CD / build_and_push (push) Successful in 30m5s
This commit is contained in:
commit
53ded6e105
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgraded `prettier` from version `3.4.2` to `3.5.1`
|
||||
|
||||
## 2.140.0 - 2025-02-20
|
||||
|
||||
### Changed
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -149,7 +149,7 @@
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-preset-angular": "14.4.2",
|
||||
"nx": "20.3.2",
|
||||
"prettier": "3.4.2",
|
||||
"prettier": "3.5.1",
|
||||
"prettier-plugin-organize-attributes": "1.0.0",
|
||||
"prisma": "6.3.0",
|
||||
"react": "18.2.0",
|
||||
@ -27104,9 +27104,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.4.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
||||
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
|
||||
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
|
@ -195,7 +195,7 @@
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-preset-angular": "14.4.2",
|
||||
"nx": "20.3.2",
|
||||
"prettier": "3.4.2",
|
||||
"prettier": "3.5.1",
|
||||
"prettier-plugin-organize-attributes": "1.0.0",
|
||||
"prisma": "6.3.0",
|
||||
"react": "18.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user