Skip to content

Commit 21a7b07

Browse files
committed
Merge branch 'develop' into feat/rb-sync-cluster
2 parents dd18261 + b1b8a16 commit 21a7b07

File tree

103 files changed

+3467
-487
lines changed

Some content is hidden

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

103 files changed

+3467
-487
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ src/Common/CodeEditor/CodeEditor.tsx
1515
src/Common/Common.service.ts
1616
src/Common/CustomInput/CustomInput.tsx
1717
src/Common/CustomTagSelector/PropagateTagInfo.tsx
18-
src/Common/CustomTagSelector/ResizableTagTextArea.tsx
1918
src/Common/CustomTagSelector/TagDetails.tsx
2019
src/Common/CustomTagSelector/TagLabelSelect.tsx
2120
src/Common/CustomTagSelector/TagLabelValueSelector.tsx

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ typings/
105105

106106
.DS_Store
107107
.npmrc
108+
.build-cache

package-lock.json

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

package.json

Lines changed: 13 additions & 6 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.1.0-patch-1-beta-1",
3+
"version": "1.2.14-beta-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -35,6 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
38+
"@laynezh/vite-plugin-lib-assets": "^0.5.26",
3839
"@sentry/browser": "^7.119.1",
3940
"@testing-library/jest-dom": "^5.16.2",
4041
"@testing-library/react": "^12.1.4",
@@ -47,7 +48,7 @@
4748
"@typescript-eslint/eslint-plugin": "8.3.0",
4849
"@typescript-eslint/parser": "8.3.0",
4950
"@vitejs/plugin-react": "4.3.1",
50-
"eslint": "^8.56.0",
51+
"eslint": "^8.57.1",
5152
"eslint-config-airbnb": "^19.0.4",
5253
"eslint-config-prettier": "^9.1.0",
5354
"eslint-import-resolver-typescript": "^3.6.1",
@@ -60,15 +61,17 @@
6061
"husky": "^7.0.4",
6162
"lint-staged": "^12.5.0",
6263
"moment": "^2.29.4",
63-
"monaco-editor": "0.44.0",
64-
"monaco-yaml": "5.1.1",
6564
"prettier": "^3.1.1",
6665
"react-ga4": "^1.4.1",
67-
"react-mde": "^11.5.0",
6866
"react-toastify": "9.1.3",
67+
"sharp": "^0.33.5",
68+
"svgo": "^3.3.2",
69+
"monaco-editor": "0.44.0",
70+
"monaco-yaml": "5.1.1",
6971
"typescript": "5.5.4",
7072
"vite": "5.4.11",
7173
"vite-plugin-dts": "4.0.3",
74+
"vite-plugin-image-optimizer": "^1.1.8",
7275
"vite-plugin-lib-inject-css": "2.1.1",
7376
"vite-plugin-svgr": "^2.4.0",
7477
"vite-tsconfig-paths": "5.0.1"
@@ -79,7 +82,6 @@
7982
"@rjsf/validator-ajv8": "^5.13.3",
8083
"@typeform/embed-react": "2.20.0",
8184
"dompurify": "^3.0.2",
82-
"marked": "4.3.0",
8385
"react": "^17.0.2",
8486
"react-dom": "^17.0.2",
8587
"react-draggable": "^4.4.5",
@@ -95,13 +97,18 @@
9597
"ansi_up": "^5.2.1",
9698
"dayjs": "^1.11.13",
9799
"fast-json-patch": "^3.1.1",
100+
"framer-motion": "^6.5.1",
98101
"jsonpath-plus": "^10.0.0",
102+
"marked": "^13.0.3",
99103
"react-dates": "^21.8.0",
100104
"react-monaco-editor": "^0.54.0",
105+
"react-diff-viewer-continued": "^3.4.0",
101106
"sass": "^1.69.7",
102107
"tslib": "2.7.0"
103108
},
104109
"overrides": {
110+
"cross-spawn": "^7.0.5",
111+
"nanoid": "^3.3.8",
105112
"react-dates": {
106113
"react": "^17.0.2",
107114
"react-dom": "^17.0.2"

src/Assets/Icon/ic-clear-square.svg

Lines changed: 8 additions & 0 deletions
Loading

src/Assets/Icon/ic-file-code.svg

Lines changed: 2 additions & 2 deletions
Loading

src/Assets/Icon/ic-info-outline.svg

Lines changed: 4 additions & 0 deletions
Loading

src/Assets/Icon/ic-medal.svg

Lines changed: 3 additions & 0 deletions
Loading

src/Assets/Icon/ic-medium-info.svg

Lines changed: 5 additions & 0 deletions
Loading

src/Assets/Icon/ic-stamp.svg

Lines changed: 2 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)