Skip to content

Commit 622b5cb

Browse files
committed
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-lib into feat/confirmation-modal-wrapper
2 parents f1efa3e + 08678f8 commit 622b5cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2646
-733
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src/Common/CIPipeline.Types.ts
1111
src/Common/ChartVersionAndTypeSelector.tsx
1212
src/Common/Checkbox.tsx
1313
src/Common/ClipboardButton/__tests__/ClipboardButton.test.tsx
14+
src/Common/CodeEditor/CodeEditor.tsx
1415
src/Common/Common.service.ts
1516
src/Common/CustomInput/CustomInput.tsx
1617
src/Common/CustomTagSelector/PropagateTagInfo.tsx

package-lock.json

Lines changed: 175 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.6.13",
3+
"version": "1.7.2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -64,6 +64,8 @@
6464
"json-schema": "^0.4.0",
6565
"lint-staged": "^12.5.0",
6666
"moment": "^2.29.4",
67+
"monaco-editor": "0.44.0",
68+
"monaco-yaml": "5.1.1",
6769
"prettier": "^3.1.1",
6870
"react-ga4": "^1.4.1",
6971
"react-toastify": "9.1.3",
@@ -82,7 +84,7 @@
8284
"@rjsf/utils": "^5.13.3",
8385
"@rjsf/validator-ajv8": "^5.13.3",
8486
"@typeform/embed-react": "2.20.0",
85-
"dompurify": "^3.0.2",
87+
"dompurify": "^3.2.4",
8688
"patch-package": "^8.0.0",
8789
"react": "^17.0.2",
8890
"react-dom": "^17.0.2",
@@ -109,12 +111,13 @@
109111
"dayjs": "^1.11.13",
110112
"fast-json-patch": "^3.1.1",
111113
"framer-motion": "^6.5.1",
112-
"jsonpath-plus": "^10.0.0",
114+
"jsonpath-plus": "^10.3.0",
113115
"marked": "^13.0.3",
114116
"nanoid": "^3.3.8",
115117
"react-codemirror-merge": "4.23.6",
116118
"react-dates": "^21.8.0",
117119
"react-diff-viewer-continued": "^3.4.0",
120+
"react-monaco-editor": "^0.54.0",
118121
"react-virtualized-sticky-tree": "^3.0.0-beta18",
119122
"sass": "^1.69.7",
120123
"tslib": "2.7.0",
@@ -126,6 +129,9 @@
126129
"react": "^17.0.2",
127130
"react-dom": "^17.0.2"
128131
},
132+
"react-monaco-editor": {
133+
"monaco-editor": "0.44.0"
134+
},
129135
"vite-plugin-svgr": {
130136
"vite": "5.4.14"
131137
},

src/Assets/Icon/ic-environment.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)