@devtron-labs/devtron-fe-common-lib 1.11.0-beta-7 → 1.11.0-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-C0-nohRp.js → @code-editor-BDFUfduy.js} +7418 -7657
- package/dist/{@common-rjsf-DvIv74Jn.js → @common-rjsf-CG93JXV7.js} +2 -2
- package/dist/{@framer-motion-iFP8gkbg.js → @framer-motion-BDvaiiE0.js} +1 -1
- package/dist/{@react-dates-C1YJpDXg.js → @react-dates-Dml0pPL5.js} +1 -1
- package/dist/{@react-select-rJh4_EaU.js → @react-select-CDangdYS.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CMLds5Wa.js → @react-virtualized-sticky-tree-hOpUS65O.js} +1 -1
- package/dist/{@vendor-HJw8T7OP.js → @vendor-CO6TOIiB.js} +17070 -17056
- package/dist/Common/Constants.d.ts +1 -0
- package/dist/Common/index.d.ts +0 -1
- package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +2 -5
- package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +1 -1
- package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +6 -2
- package/dist/Shared/Components/Header/utils.d.ts +1 -1
- package/dist/Shared/Components/License/ActivateLicenseDialog.d.ts +3 -0
- package/dist/Shared/Components/License/License.components.d.ts +5 -0
- package/dist/Shared/Components/License/index.d.ts +5 -0
- package/dist/Shared/Components/License/services.d.ts +1 -0
- package/dist/Shared/Components/{DevtronLicenseCard → License}/types.d.ts +12 -0
- package/dist/Shared/Components/License/utils.d.ts +8 -0
- package/dist/Shared/Components/QRCode.d.ts +10 -0
- package/dist/Shared/Components/index.d.ts +2 -1
- package/dist/Shared/types.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.js +657 -657
- package/package.json +2 -7
- package/dist/@monaco-editor-CVagbUeH.js +0 -138960
- package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -48
- package/dist/Common/CodeEditor/index.d.ts +0 -2
- package/dist/Common/CodeEditor/types.d.ts +0 -110
- package/dist/Common/CodeEditor/utils.d.ts +0 -3
- package/dist/Shared/Components/DevtronLicenseCard/InstallationFingerprintInfo.d.ts +0 -3
- package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +0 -4
- package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +0 -7
- package/dist/assets/@monaco-editor.css +0 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- /package/dist/Shared/Components/{DevtronLicenseCard → License}/DevtronLicenseCard.d.ts +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.11.0-beta-
|
3
|
+
"version": "1.11.0-beta-9",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -66,8 +66,6 @@
|
|
66
66
|
"json-schema": "^0.4.0",
|
67
67
|
"lint-staged": "^12.5.0",
|
68
68
|
"moment": "^2.29.4",
|
69
|
-
"monaco-editor": "0.44.0",
|
70
|
-
"monaco-yaml": "5.1.1",
|
71
69
|
"prettier": "^3.1.1",
|
72
70
|
"react-ga4": "^1.4.1",
|
73
71
|
"react-toastify": "9.1.3",
|
@@ -121,12 +119,12 @@
|
|
121
119
|
"jsonpath-plus": "^10.3.0",
|
122
120
|
"marked": "^13.0.3",
|
123
121
|
"nanoid": "^3.3.8",
|
122
|
+
"qrcode.react": "^4.2.0",
|
124
123
|
"react-canvas-confetti": "^2.0.7",
|
125
124
|
"react-dates": "^21.8.0",
|
126
125
|
"react-diff-viewer-continued": "^3.4.0",
|
127
126
|
"react-draggable": "^4.4.5",
|
128
127
|
"react-international-phone": "^4.5.0",
|
129
|
-
"react-monaco-editor": "^0.54.0",
|
130
128
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
131
129
|
"sass": "^1.69.7",
|
132
130
|
"tslib": "2.7.0"
|
@@ -137,9 +135,6 @@
|
|
137
135
|
"react": "^17.0.2",
|
138
136
|
"react-dom": "^17.0.2"
|
139
137
|
},
|
140
|
-
"react-monaco-editor": {
|
141
|
-
"monaco-editor": "0.44.0"
|
142
|
-
},
|
143
138
|
"vite-plugin-svgr": {
|
144
139
|
"vite": "5.4.17"
|
145
140
|
},
|