Skip to content

Commit 9fdadda

Browse files
authored
Merge pull request #2750 from devtron-labs/rc-merge/v0.37.0
chore: Update devtron-fe-common-lib dependency to version 1.15.0
2 parents 5ad692f + b8344da commit 9fdadda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.14.2-pre-3",
7+
"@devtron-labs/devtron-fe-common-lib": "1.15.0",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/common/Description/GenericDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export default function GenericDescription({
346346
>
347347
{isEditDescriptionView ? (
348348
<div className="min-w-500 bg__primary br-4 dc__border-top dc__border-left dc__border-right w-100 dc__border-bottom">
349-
<div className="py-8 px-16 dc__top-radius-4 flex dc__gap-8 bg__secondary dc__border-bottom fs-13">
349+
<div className="py-8 px-16 dc__top-radius-4 flex dc__content-space dc__gap-8 bg__secondary dc__border-bottom fs-13">
350350
<div className="fw-6 lh-20 cn-9">Readme</div>
351351
{descriptionUpdatedBy && descriptionUpdatedOn && (
352352
<Tooltip content={`Last updated by ${descriptionUpdatedBy} on ${descriptionUpdatedOn}`}>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,10 +1124,10 @@
11241124
dependencies:
11251125
"@jridgewell/trace-mapping" "0.3.9"
11261126

1127-
"@devtron-labs/devtron-fe-common-lib@1.14.2-pre-3":
1128-
version "1.14.2-pre-3"
1129-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.14.2-pre-3.tgz#b60864f9df69fe2459990e13f3251cea7d7bb6d0"
1130-
integrity sha512-GooRFGblceF0/2kfrOvR6neB0EWN61UEkMVE/YMzOzT9Z2pWnxL3vsaNXqGIEmp8nwVyCffdpC6UBiEzDGc04Q==
1127+
"@devtron-labs/devtron-fe-common-lib@1.15.0":
1128+
version "1.15.0"
1129+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.0.tgz#a0895775e32cf29414f0bcea77c3d4b2de00a362"
1130+
integrity sha512-HimvKRILKRKKpNyDwAre+T3a8YFTJXrppm8FZtCJ2JDpvpjcCYtG/Ny+WsUAm89P/6OVQKC9baUt0HEIcGeAMQ==
11311131
dependencies:
11321132
"@codemirror/lang-json" "6.0.1"
11331133
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)