@devtron-labs/devtron-fe-common-lib 1.15.3-beta-0 → 1.15.3-beta-1
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-4GamD7ww.js → @code-editor-Bd6MuRxN.js} +5075 -5062
- package/dist/{@common-rjsf-D5al5CTH.js → @common-rjsf-DPDULtgg.js} +6 -6
- package/dist/{@framer-motion-CqekqZ92.js → @framer-motion-BhKAac90.js} +20 -20
- package/dist/{@moment-C_WeV3Af.js → @moment-CGWt8tF2.js} +12 -1
- package/dist/{@react-dates-B6q1sdbJ.js → @react-dates-CfRo6n5e.js} +2065 -2140
- package/dist/{@react-select-LSvqtVJj.js → @react-select-DNDV8S9D.js} +6 -6
- package/dist/{@react-virtualized-sticky-tree-BpJty95h.js → @react-virtualized-sticky-tree-mXcyQzGx.js} +1 -1
- package/dist/{@vendor-DC3JvJ9U.js → @vendor-CA9d7Ztm.js} +20235 -19983
- package/dist/Common/Tooltip/types.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -0
- package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -1
- package/dist/Shared/Components/Badge/Badge.d.ts +3 -0
- package/dist/Shared/Components/Badge/index.d.ts +2 -0
- package/dist/Shared/Components/Badge/types.d.ts +18 -0
- package/dist/Shared/Components/Badge/utils.d.ts +7 -0
- package/dist/Shared/Components/BulkOperations/types.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/helpers.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/CodeEditor.constants.d.ts +1 -1
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +1 -1
- package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +7 -7
- package/dist/Shared/Components/Security/SecurityModal/types.d.ts +1 -1
- package/dist/Shared/Components/Security/SeverityChip.d.ts +6 -0
- package/dist/Shared/Components/Security/Vulnerabilities/types.d.ts +1 -1
- package/dist/Shared/Components/Table/types.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +1 -0
- package/dist/Shared/Helpers.d.ts +1 -1
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +2 -2
- package/dist/Shared/constants.d.ts +1 -0
- package/dist/index.js +844 -843
- package/package.json +6 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.15.3-beta-
|
3
|
+
"version": "1.15.3-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
|
40
|
-
"@laynezh/vite-plugin-lib-assets": "
|
40
|
+
"@laynezh/vite-plugin-lib-assets": "1.1.0",
|
41
41
|
"@sentry/browser": "^7.119.1",
|
42
42
|
"@testing-library/jest-dom": "^5.16.2",
|
43
43
|
"@testing-library/react": "^12.1.4",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"@types/react-router-dom": "^5.3.3",
|
51
51
|
"@typescript-eslint/eslint-plugin": "8.3.0",
|
52
52
|
"@typescript-eslint/parser": "8.3.0",
|
53
|
-
"@vitejs/plugin-react": "4.
|
53
|
+
"@vitejs/plugin-react": "4.5.2",
|
54
54
|
"eslint": "^8.57.1",
|
55
55
|
"eslint-config-airbnb": "^19.0.4",
|
56
56
|
"eslint-config-prettier": "^9.1.0",
|
@@ -72,9 +72,8 @@
|
|
72
72
|
"sharp": "^0.33.5",
|
73
73
|
"svgo": "^3.3.2",
|
74
74
|
"typescript": "5.5.4",
|
75
|
-
"vite": "
|
76
|
-
"vite-plugin-dts": "4.
|
77
|
-
"vite-plugin-image-optimizer": "^1.1.8",
|
75
|
+
"vite": "6.3.5",
|
76
|
+
"vite-plugin-dts": "4.5.4",
|
78
77
|
"vite-plugin-lib-inject-css": "2.1.1",
|
79
78
|
"vite-plugin-svgr": "^2.4.0",
|
80
79
|
"vite-tsconfig-paths": "5.0.1"
|
@@ -135,7 +134,7 @@
|
|
135
134
|
"react-dom": "^17.0.2"
|
136
135
|
},
|
137
136
|
"vite-plugin-svgr": {
|
138
|
-
"vite": "
|
137
|
+
"vite": "6.3.5"
|
139
138
|
},
|
140
139
|
"react-virtualized-sticky-tree": {
|
141
140
|
"react": "^17.0.2",
|