@devtron-labs/devtron-fe-common-lib 1.22.8-beta-8 → 1.22.8-beta-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@code-editor-DJ1n-oj-.js → @code-editor-BQuL3MJ4.js} +11656 -10935
- package/dist/{@common-rjsf-vUb-HzVA.js → @common-rjsf-D0gZheG0.js} +18 -18
- package/dist/{@framer-motion-CQJaLnQR.js → @framer-motion-F-ZV0kPL.js} +64 -64
- package/dist/{@react-select-D9YraDtb.js → @react-select-CTafio-F.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CcQpKMGh.js → @react-virtualized-sticky-tree-DX-A0tLR.js} +1 -1
- package/dist/{@vendor-BPy92aLm.js → @vendor-zzMkp5ik.js} +17750 -17707
- package/dist/Common/BreadCrumb/BreadCrumb.d.ts +1 -1
- package/dist/Common/BreadCrumb/Types.d.ts +1 -0
- package/dist/Common/Constants.d.ts +2 -71
- package/dist/Common/Types.d.ts +81 -75
- package/dist/Pages/GlobalConfigurations/ScopedVariables/types.d.ts +2 -2
- package/dist/Pages/ResourceBrowser/constants.d.ts +0 -10
- package/dist/Pages-Devtron-2.0/InfrastructureManagement/utils.d.ts +1 -1
- package/dist/Pages-Devtron-2.0/Shared/Routes/index.d.ts +1 -0
- package/dist/Pages-Devtron-2.0/Shared/Routes/routes.d.ts +563 -0
- package/dist/Pages-Devtron-2.0/Shared/index.d.ts +1 -0
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiff.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +6 -6
- package/dist/Shared/Components/CICDHistory/Sidebar.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +8 -6
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +1 -2
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +7 -2
- package/dist/Shared/Components/Header/HeaderWithCreateButton/utils.d.ts +1 -1
- package/dist/Shared/Components/LoginBanner/types.d.ts +1 -1
- package/dist/Shared/Components/Plugin/types.d.ts +2 -2
- package/dist/Shared/Helpers.d.ts +0 -10
- package/dist/Shared/Hooks/UsePrompt/UsePrompt.d.ts +1 -2
- package/dist/Shared/Hooks/UsePrompt/types.d.ts +1 -0
- package/dist/Shared/types.d.ts +2 -2
- package/dist/index.js +1011 -1136
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "1.22.8-beta-
|
|
3
|
+
"version": "1.22.8-beta-9",
|
|
4
4
|
"description": "Supporting common component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/react": "^18.3.27",
|
|
50
50
|
"@types/react-csv": "^1.1.10",
|
|
51
51
|
"@types/react-dom": "^18.3.7",
|
|
52
|
-
"@types/react-router-dom": "^5.3.3",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "8.3.0",
|
|
54
53
|
"@typescript-eslint/parser": "8.3.0",
|
|
55
54
|
"@vitejs/plugin-react": "4.5.2",
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"react": "^18.3.1",
|
|
88
87
|
"react-dom": "^18.3.1",
|
|
89
88
|
"react-ga4": "^1.4.1",
|
|
90
|
-
"react-router-dom": "^
|
|
89
|
+
"react-router-dom": "^6.30.3",
|
|
91
90
|
"react-select": "5.8.0",
|
|
92
91
|
"rxjs": "^7.8.1",
|
|
93
92
|
"yaml": "^2.4.1"
|