@devtron-labs/devtron-fe-common-lib 4.0.11 → 4.0.12-pre-0

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.
@@ -1,5 +1,12 @@
1
1
  //#region \0rolldown/runtime.js
2
- var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (e && (t = e(e = 0)), t), s = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), c = (e, n) => {
2
+ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t, n) => () => {
3
+ if (n) throw n[0];
4
+ try {
5
+ return e && (t = e(e = 0)), t;
6
+ } catch (e) {
7
+ throw n = [e], e;
8
+ }
9
+ }, s = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), c = (e, n) => {
3
10
  let r = {};
4
11
  for (var i in e) t(r, i, {
5
12
  get: e[i],
@@ -12,10 +19,10 @@ var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescr
12
19
  enumerable: !(s = n(i, d)) || s.enumerable
13
20
  });
14
21
  return e;
15
- }, u = (n, r, a) => (a = n == null ? {} : e(i(n)), l(r || !n || !n.__esModule ? t(a, "default", {
22
+ }, u = (n, r, o) => (o = n == null ? {} : e(i(n)), l(r || !n || !n.__esModule || !a.call(n, "default") ? t(o, "default", {
16
23
  value: n,
17
24
  enumerable: !0
18
- }) : a, n)), d = (e) => a.call(e, "module.exports") ? e["module.exports"] : l(t({}, "__esModule", { value: !0 }), e), f = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
25
+ }) : o, n)), d = (e) => a.call(e, "module.exports") ? e["module.exports"] : l(t({}, "__esModule", { value: !0 }), e), f = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
19
26
  if (typeof require < "u") return require.apply(this, arguments);
20
27
  throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
21
28
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "4.0.11",
3
+ "version": "4.0.12-pre-0",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -71,17 +71,16 @@
71
71
  "react": "^19.2.4",
72
72
  "react-dom": "^19.2.4",
73
73
  "react-toastify": "^10.0.6",
74
- "sharp": "^0.33.5",
75
- "svgo": "^3.3.2",
74
+ "sharp": "^0.35.0",
76
75
  "typescript": "5.5.4",
77
- "vite": "8.0.16",
76
+ "vite": "8.2.0",
78
77
  "vite-plugin-dts": "4.5.4",
79
78
  "vite-plugin-lib-inject-css": "2.2.2",
80
- "vite-plugin-svgr": "4.5.0"
79
+ "vite-plugin-svgr": "5.2.0"
81
80
  },
82
81
  "peerDependencies": {
83
82
  "@typeform/embed-react": "2.20.0",
84
- "dompurify": "^3.3.3",
83
+ "dompurify": "^3.4.12",
85
84
  "patch-package": "^8.0.0",
86
85
  "react": "^19.2.4",
87
86
  "react-dom": "^19.2.4",
@@ -139,15 +138,29 @@
139
138
  "react-dom": "^19.2.4",
140
139
  "eslint-plugin-react-hooks": "^5.2.0",
141
140
  "cross-spawn": "^7.0.5",
142
- "vite-plugin-svgr": {
143
- "vite": "8.0.16"
144
- },
145
141
  "react-virtualized-sticky-tree": {
146
142
  "react": "^19.2.4",
147
143
  "react-dom": "^19.2.4"
148
144
  },
149
145
  "@laynezh/vite-plugin-lib-assets": {
150
- "vite": "8.0.16"
146
+ "vite": "8.2.0"
147
+ },
148
+ "@rjsf/utils": {
149
+ "fast-uri": "^3.1.4"
150
+ },
151
+ "codemirror-json-schema": {
152
+ "markdown-it": {
153
+ "linkify-it": "^5.0.2"
154
+ }
155
+ },
156
+ "sass": {
157
+ "immutable": "^5.1.8"
158
+ },
159
+ "eslint": {
160
+ "js-yaml": "^4.2.0"
161
+ },
162
+ "patch-package": {
163
+ "tmp": "^0.2.6"
151
164
  }
152
165
  }
153
166
  }