Browse Source

Merge branch 'main' into gh-4327-add-tags-to-export

pull/4337/head
Thomas Kaul 2 months ago
committed by GitHub
parent
commit
908d20ff1a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

4
CHANGELOG.md

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the export functionality by the tags - Extended the export functionality by the tags
### Changed
- Upgraded `prettier` from version `3.4.2` to `3.5.1`
## 2.140.0 - 2025-02-20 ## 2.140.0 - 2025-02-20
### Changed ### Changed

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