Skip to content

Commit 7720c15

Browse files
committed
Merge branch 'main' into feat/aws-code-commit
2 parents 27e8b95 + aa7eb0f commit 7720c15

File tree

91 files changed

+9157
-625
lines changed

Some content is hidden

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

91 files changed

+9157
-625
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ src/Common/Hooks/UseWindowSize/UseWindowSize.tsx
4646
src/Common/ImageTags.tsx
4747
src/Common/InfoColorBar/InfoColourbar.tsx
4848
src/Common/Modals/Modal.tsx
49-
src/Common/Modals/OpaqueModal.tsx
5049
src/Common/Modals/VisibleModal.tsx
5150
src/Common/Modals/VisibleModal2.tsx
5251
src/Common/MultiSelectCustomization.tsx

package-lock.json

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

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.86-beta-16",
3+
"version": "0.0.90",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -39,12 +39,13 @@
3939
"@testing-library/jest-dom": "^5.16.2",
4040
"@testing-library/react": "^12.1.4",
4141
"@tippyjs/react": "^4.2.0",
42+
"@typeform/embed-react": "2.20.0",
4243
"@types/react": "17.0.39",
4344
"@types/react-dom": "17.0.13",
4445
"@types/react-router-dom": "^5.3.3",
45-
"@vitejs/plugin-react": "^4.0.3",
4646
"@typescript-eslint/eslint-plugin": "^6.17.0",
4747
"@typescript-eslint/parser": "^6.17.0",
48+
"@vitejs/plugin-react": "^4.0.3",
4849
"eslint": "^8.56.0",
4950
"eslint-config-airbnb": "^19.0.4",
5051
"eslint-config-prettier": "^9.1.0",
@@ -53,45 +54,46 @@
5354
"eslint-plugin-prettier": "^5.1.2",
5455
"eslint-plugin-react": "^7.33.2",
5556
"eslint-plugin-react-hooks": "^4.6.0",
57+
"glob": "^10.3.3",
5658
"husky": "^7.0.4",
5759
"lint-staged": "^12.5.0",
58-
"glob": "^10.3.3",
5960
"moment": "^2.29.4",
6061
"monaco-editor": "0.44.0",
6162
"monaco-yaml": "5.1.1",
6263
"react-monaco-editor": "^0.55.0",
6364
"prettier": "^3.1.1",
64-
"react-select": "5.2.2",
6565
"react-ga4": "^1.4.1",
66-
"@typeform/embed-react": "2.20.0",
66+
"react-mde": "^11.5.0",
67+
"react-select": "5.2.2",
6768
"react-toastify": "^8.2.0",
6869
"typescript": "^4.9.4",
6970
"vite": "^4.5.3",
7071
"vite-plugin-dts": "^3.5.1",
7172
"vite-plugin-lib-inject-css": "^1.2.0",
72-
"vite-plugin-svgr": "^2.4.0",
73-
"react-mde": "^11.5.0"
74-
73+
"vite-plugin-svgr": "^2.4.0"
7574
},
7675
"peerDependencies": {
7776
"@rjsf/core": "^5.13.3",
7877
"@rjsf/utils": "^5.13.3",
7978
"@rjsf/validator-ajv8": "^5.13.3",
79+
"@typeform/embed-react": "2.20.0",
80+
"dompurify": "^3.0.2",
81+
"marked": "4.3.0",
8082
"react": "^17.0.2",
8183
"react-dom": "^17.0.2",
82-
"react-router": "^5.3.0",
83-
"react-router-dom": "^5.3.0",
8484
"react-draggable": "^4.4.5",
85-
"marked": "4.3.0",
86-
"dompurify": "^3.0.2",
8785
"react-ga4": "^1.4.1",
88-
"@typeform/embed-react": "2.20.0",
89-
"yaml": "^2.4.1",
90-
"react-mde": "^11.5.0"
86+
"react-mde": "^11.5.0",
87+
"react-router": "^5.3.0",
88+
"react-router-dom": "^5.3.0",
89+
"rxjs": "^7.8.1",
90+
"yaml": "^2.4.1"
9191
},
9292
"dependencies": {
93+
"ansi_up": "^5.2.1",
9394
"fast-json-patch": "^3.1.1",
9495
"jsonpath-plus": "^7.2.0",
96+
"react-monaco-editor": "^0.54.0",
9597
"sass": "^1.69.7",
9698
"tslib": "^2.4.1"
9799
}

src/Assets/Icon/ic-arrow-backward.svg

Lines changed: 19 additions & 0 deletions
Loading

src/Assets/Icon/ic-arrow-forward.svg

Lines changed: 27 additions & 0 deletions
Loading

src/Assets/Icon/ic-arrow-out.svg

Lines changed: 19 additions & 0 deletions
Loading

src/Assets/Icon/ic-branch-main.svg

Lines changed: 34 additions & 0 deletions
Loading

src/Assets/Icon/ic-branch.svg

Lines changed: 19 additions & 0 deletions
Loading

src/Assets/Icon/ic-branch2.svg

Lines changed: 27 additions & 0 deletions
Loading

src/Assets/Icon/ic-calendar.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)