Skip to content

Commit c6ad4c9

Browse files
committed
updated lib version
1 parent 5454833 commit c6ad4c9

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-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": "0.0.28-beta-2",
7+
"@devtron-labs/devtron-fe-common-lib": "0.0.29",
88
"@sentry/browser": "^7.3.1",
99
"@sentry/integrations": "^7.3.1",
1010
"@sentry/tracing": "^7.3.1",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,10 +1293,10 @@
12931293
resolved "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-9.0.1.tgz"
12941294
integrity sha512-6It2EVfGskxZCQhuykrfnALg7oVeiI6KclWSmGDqB0AiInVrTGB9Jp9i4/Ad21u9Jde/voVQz6eFX/eSg/UsPA==
12951295

1296-
"@devtron-labs/[email protected].26":
1297-
version "0.0.26"
1298-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.0.26.tgz#beca8b9c37c174f9908722b14b4f47c7f5e30934"
1299-
integrity sha512-pj5Zh0qYIcN+RkjjMgXra0fZfMdpkdnTem2C3tN4M/A6+cAPJEtDTZ7pxxAiEbGNQTmVipUl5OM1shfbSs4BOg==
1296+
"@devtron-labs/[email protected].29":
1297+
version "0.0.29"
1298+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.0.29.tgz#e790da5bba80bdbfb2ddc6e14185a13c4b3cc663"
1299+
integrity sha512-nM5QT+pjGjDHviLP7Ezaw1riBC/Nx8m6cPTCR74FQTQYvf/ATnvSdjK8fdPckCepiqw7iSGQjpPvZ3+ipwQbmg==
13001300
dependencies:
13011301
sass "^1.56.2"
13021302
tslib "^2.4.1"
@@ -12429,7 +12429,7 @@ prop-types-extra@^1.0.1:
1242912429
react-is "^16.3.2"
1243012430
warning "^4.0.0"
1243112431

12432-
prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
12432+
prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1243312433
version "15.8.1"
1243412434
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
1243512435
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -12808,6 +12808,14 @@ react-dom@^17.0.2:
1280812808
object-assign "^4.1.1"
1280912809
scheduler "^0.20.2"
1281012810

12811+
react-draggable@^4.4.5:
12812+
version "4.4.6"
12813+
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.6.tgz#63343ee945770881ca1256a5b6fa5c9f5983fe1e"
12814+
integrity sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==
12815+
dependencies:
12816+
clsx "^1.1.1"
12817+
prop-types "^15.8.1"
12818+
1281112819
react-ellipsis-with-tooltip@^1.0.8:
1281212820
version "1.1.1"
1281312821
resolved "https://registry.npmjs.org/react-ellipsis-with-tooltip/-/react-ellipsis-with-tooltip-1.1.1.tgz"

0 commit comments

Comments
 (0)