Skip to content

Commit f111df9

Browse files
authored
Merge pull request #249 from devtron-labs/feat/security-modal
feat: add security modal and summary card
2 parents 6db886c + 9339f43 commit f111df9

Some content is hidden

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

47 files changed

+2798
-401
lines changed

package-lock.json

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

package.json

Lines changed: 4 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": "0.3.14",
3+
"version": "0.3.15",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -73,7 +73,6 @@
7373
"vite-tsconfig-paths": "5.0.1"
7474
},
7575
"peerDependencies": {
76-
"react-select": "5.8.0",
7776
"@rjsf/core": "^5.13.3",
7877
"@rjsf/utils": "^5.13.3",
7978
"@rjsf/validator-ajv8": "^5.13.3",
@@ -87,16 +86,18 @@
8786
"react-mde": "^11.5.0",
8887
"react-router": "^5.3.0",
8988
"react-router-dom": "^5.3.0",
89+
"react-select": "5.8.0",
9090
"react-keybind": "^0.9.4",
9191
"rxjs": "^7.8.1",
9292
"yaml": "^2.4.1"
9393
},
9494
"dependencies": {
9595
"@types/react-dates": "^21.8.6",
9696
"ansi_up": "^5.2.1",
97+
"dayjs": "^1.11.12",
9798
"fast-json-patch": "^3.1.1",
98-
"react-dates": "^21.8.0",
9999
"jsonpath-plus": "^9.0.0",
100+
"react-dates": "^21.8.0",
100101
"react-monaco-editor": "^0.54.0",
101102
"sass": "^1.69.7",
102103
"tslib": "2.7.0"

src/Assets/Icon/ic-bug.svg

Lines changed: 7 additions & 0 deletions
Loading

src/Assets/Icon/ic-expand.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)