Skip to content

Commit 6a7f553

Browse files
committed
chore: version update
1 parent 7507bd6 commit 6a7f553

File tree

4 files changed

+18
-42
lines changed

4 files changed

+18
-42
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.3.22-beta-4",
7+
"@devtron-labs/devtron-fe-common-lib": "0.3.22-beta-8",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/ciConfig/TargetPlatformSelector.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const TargetPlatformSelector = ({
4848
}
4949
}
5050

51-
const handleCreateNewOption: SelectPickerProps<string, true>['multiSelectProps']['onCreateOption'] = (
51+
const handleCreateNewOption: SelectPickerProps<string, boolean>['onCreateOption'] = (
5252
inputValue,
5353
): void => {
5454
const _selectedTargetPlatforms = [
@@ -118,10 +118,8 @@ const TargetPlatformSelector = ({
118118
<SelectPicker
119119
value={selectedTargetPlatforms}
120120
isMulti
121-
multiSelectProps={{
122-
isCreatable: true,
123-
onCreateOption: handleCreateNewOption,
124-
}}
121+
isCreatable
122+
onCreateOption={handleCreateNewOption}
125123
name="targetPlatform"
126124
placeholder="Type to select or create"
127125
options={TARGET_PLATFORM_LIST}

src/stories/SelectPicker.stories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ export const CreatableMultiSelect: Story = {
203203
args: {
204204
...Default.args,
205205
isMulti: true,
206-
multiSelectProps: {
207-
isCreatable: true,
208-
},
206+
isCreatable: true,
209207
},
210208
}
211209

yarn.lock

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,10 +1346,10 @@
13461346
dependencies:
13471347
"@jridgewell/trace-mapping" "0.3.9"
13481348

1349-
"@devtron-labs/[email protected].21":
1350-
version "0.3.21"
1351-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.21.tgz#f9468f5c62d3269be5060c11a2ebd87bd4b1d89a"
1352-
integrity sha512-Qr8DEUJIuqsGzW8vXWvlqcsaAM4XSQ1p3Q3nZOGK6/1N09jiPeqlclSrc42YBdr7xuXrmC6ClhwTd6fVh1nwFA==
1349+
"@devtron-labs/[email protected].22-beta-8":
1350+
version "0.3.22-beta-8"
1351+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.22-beta-8.tgz#e78f0bd2f6e50beed576a79d400f5555eab8cbe5"
1352+
integrity sha512-CZI2K88wtgQ4OedbcH6TLrx/IcbejhXJeivzPsk+IMku0Xz6e1oimyE2/tqvTvJHx51Icvxd65mHX/JHyq06mg==
13531353
dependencies:
13541354
"@types/react-dates" "^21.8.6"
13551355
ansi_up "^5.2.1"
@@ -2958,9 +2958,9 @@
29582958
"@types/react" "^17"
29592959

29602960
"@types/react-outside-click-handler@*":
2961-
version "1.3.3"
2962-
resolved "https://registry.yarnpkg.com/@types/react-outside-click-handler/-/react-outside-click-handler-1.3.3.tgz#af3d263462f308a135efd6134d0abc8f9d54c222"
2963-
integrity sha512-fF7x4dHf/IPIne8kkt3rlCGuWFrWkFJmzQm4JkxSBzXJIM9WDLob++VnmGpE3ToVWrW3Xw9D5TxcUWrwqe04Gg==
2961+
version "1.3.4"
2962+
resolved "https://registry.yarnpkg.com/@types/react-outside-click-handler/-/react-outside-click-handler-1.3.4.tgz#999e61057a3a23c6dfc9159b28f96378749d6c42"
2963+
integrity sha512-kLuYIa9nWk1n0ywJPbVWqOEIRg0mh3vumriCHbz6LUObJw4rXYx9inDm8G579BtnH8vC0wKfrTq5c2y/K/Xzww==
29642964
dependencies:
29652965
"@types/react" "*"
29662966

@@ -7337,7 +7337,7 @@ picocolors@^1.0.0, picocolors@^1.0.1:
73377337

73387338
picocolors@^1.1.0:
73397339
version "1.1.0"
7340-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
7340+
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz"
73417341
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
73427342

73437343
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
@@ -7414,18 +7414,9 @@ possible-typed-array-names@^1.0.0:
74147414
resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz"
74157415
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
74167416

7417-
postcss@^8.4.41:
7418-
version "8.4.41"
7419-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz"
7420-
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
7421-
dependencies:
7422-
nanoid "^3.3.7"
7423-
picocolors "^1.0.1"
7424-
source-map-js "^1.2.0"
7425-
74267417
postcss@^8.4.43:
74277418
version "8.4.47"
7428-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
7419+
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz"
74297420
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
74307421
dependencies:
74317422
nanoid "^3.3.7"
@@ -8472,14 +8463,14 @@ [email protected]:
84728463
inherits "^2.0.4"
84738464
url-parse "^1.5.10"
84748465

8475-
"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0:
8466+
"source-map-js@>=0.6.2 <2.0.0":
84768467
version "1.2.0"
84778468
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz"
84788469
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
84798470

84808471
source-map-js@^1.2.1:
84818472
version "1.2.1"
8482-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8473+
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz"
84838474
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
84848475

84858476
source-map-support@^0.5.16, source-map-support@~0.5.20:
@@ -9426,9 +9417,9 @@ [email protected]:
94269417
globrex "^0.1.2"
94279418
tsconfck "^3.0.3"
94289419

9429-
9420+
[email protected], vite@^5.0.0:
94309421
version "5.4.6"
9431-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f"
9422+
resolved "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz"
94329423
integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==
94339424
dependencies:
94349425
esbuild "^0.21.3"
@@ -9437,17 +9428,6 @@ [email protected]:
94379428
optionalDependencies:
94389429
fsevents "~2.3.3"
94399430

9440-
vite@^5.0.0:
9441-
version "5.4.2"
9442-
resolved "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz"
9443-
integrity sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==
9444-
dependencies:
9445-
esbuild "^0.21.3"
9446-
postcss "^8.4.41"
9447-
rollup "^4.20.0"
9448-
optionalDependencies:
9449-
fsevents "~2.3.3"
9450-
94519431
94529432
version "2.0.5"
94539433
resolved "https://registry.npmjs.org/vitest/-/vitest-2.0.5.tgz"

0 commit comments

Comments
 (0)