@knapsack/renderer-react-components 4.90.0--canary.6959.a15e90e.0 β 4.90.0--canary.7255.526ffd7.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.
- package/.lintstagedrc.mjs +2 -2
- package/CHANGELOG.md +91 -0
- package/dist/error-catcher.js +2 -3
- package/dist/error-catcher.js.map +1 -1
- package/dist/test-fixtures/card.d.ts +1 -1
- package/dist/test-fixtures/card.d.ts.map +1 -1
- package/dist/test-fixtures/generic-component-type.d.ts +1 -1
- package/dist/test-fixtures/generic-component-type.d.ts.map +1 -1
- package/dist/test-fixtures/nullable-unions.d.ts +1 -1
- package/dist/test-fixtures/nullable-unions.d.ts.map +1 -1
- package/dist/test-fixtures/nullable-unions.js +1 -1
- package/dist/test-fixtures/nullable-unions.js.map +1 -1
- package/dist/test-fixtures/numeric-enum-negative.d.ts +1 -1
- package/dist/test-fixtures/numeric-enum-negative.d.ts.map +1 -1
- package/dist/test-fixtures/render-node-props.d.ts +1 -1
- package/dist/test-fixtures/render-node-props.d.ts.map +1 -1
- package/package.json +8 -8
- package/.eslintignore +0 -1
- package/.eslintrc.cjs +0 -9
package/.lintstagedrc.mjs
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
# v4.89.8 (Fri Feb 20 2026)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing ([#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154))
|
|
6
|
+
|
|
7
|
+
* **Documentation**
|
|
8
|
+
* Added synthetic multi-source test fixtures including component documentation, design tokens, and brand guidelines for comprehensive testing coverage.
|
|
9
|
+
|
|
10
|
+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
#### π Bug Fix
|
|
15
|
+
|
|
16
|
+
- merge latest in ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
17
|
+
- Merge branch 'latest' into sxa/KSP-7037-tests-v2 ([@sxalexander](https://github.com/sxalexander))
|
|
18
|
+
- Use node: protocol prefix in all .lintstagedrc.mjs files ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
19
|
+
- Migrated ESLint config to flat config format (ESLint 9) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
20
|
+
|
|
21
|
+
#### π Internal
|
|
22
|
+
|
|
23
|
+
- KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing [#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154) ([@sxalexander](https://github.com/sxalexander))
|
|
24
|
+
- KSP-5524 Migrated ESLint config to flat config format (ESLint 9) [#7162](https://github.com/knapsack-labs/app-monorepo/pull/7162) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
25
|
+
|
|
26
|
+
#### Authors: 2
|
|
27
|
+
|
|
28
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
29
|
+
- Sam Alexander ([@sxalexander](https://github.com/sxalexander))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# v4.89.7 (Fri Feb 06 2026)
|
|
34
|
+
|
|
35
|
+
#### π Bug Fix
|
|
36
|
+
|
|
37
|
+
- Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EvanLovely](https://github.com/EvanLovely))
|
|
38
|
+
- Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
39
|
+
|
|
40
|
+
#### π Internal
|
|
41
|
+
|
|
42
|
+
- KSP-6106 Added consistent-type-imports rule with inline type syntax [#7128](https://github.com/knapsack-labs/app-monorepo/pull/7128) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
43
|
+
- KSP-7692: expand server actions body size limit [#7097](https://github.com/knapsack-labs/app-monorepo/pull/7097) ([@illepic](https://github.com/illepic))
|
|
44
|
+
- KSP-7623 resolved some of react-hooks/set-state-in-effect lint errors and enab⦠[#7077](https://github.com/knapsack-labs/app-monorepo/pull/7077) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
45
|
+
|
|
46
|
+
#### Authors: 3
|
|
47
|
+
|
|
48
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
49
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
|
50
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
# v4.89.4 (Mon Jan 05 2026)
|
|
55
|
+
|
|
56
|
+
#### π Internal
|
|
57
|
+
|
|
58
|
+
- KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
59
|
+
|
|
60
|
+
#### Authors: 1
|
|
61
|
+
|
|
62
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
# v4.89.3 (Thu Dec 11 2025)
|
|
67
|
+
|
|
68
|
+
#### π Bug Fix
|
|
69
|
+
|
|
70
|
+
- KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
71
|
+
- Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
72
|
+
- Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
73
|
+
|
|
74
|
+
#### Authors: 1
|
|
75
|
+
|
|
76
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
# v4.89.1 (Wed Dec 10 2025)
|
|
81
|
+
|
|
82
|
+
#### π Bug Fix
|
|
83
|
+
|
|
84
|
+
- Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
|
|
85
|
+
|
|
86
|
+
#### Authors: 1
|
|
87
|
+
|
|
88
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
1
92
|
# v4.88.0 (Mon Nov 24 2025)
|
|
2
93
|
|
|
3
94
|
#### π Enhancement
|
package/dist/error-catcher.js
CHANGED
|
@@ -18,15 +18,14 @@ export default class ErrorCatcher extends React.Component {
|
|
|
18
18
|
const { componentStack } = errorInfo;
|
|
19
19
|
this.setState({
|
|
20
20
|
error,
|
|
21
|
-
componentStack: componentStack
|
|
21
|
+
componentStack: componentStack ?? '',
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
24
|
render() {
|
|
25
|
-
var _a, _b, _c, _d, _e, _f;
|
|
26
25
|
if (this.state.hasError) {
|
|
27
26
|
return (_jsxs("div", { style: {
|
|
28
27
|
padding: '5px',
|
|
29
|
-
}, children: [_jsx("h5", { children: "Error caught in React Components" }),
|
|
28
|
+
}, children: [_jsx("h5", { children: "Error caught in React Components" }), this.state.error?.name && (_jsxs("h5", { children: ["Error Name: ", _jsx("code", { children: this.state.error?.name })] })), this.state.error?.message && (_jsxs("h5", { children: ["Message:", this.state.error?.message] })), this.state.componentStack && (_jsxs(_Fragment, { children: [_jsx("h6", { children: "Component Stack:" }), _jsx("pre", { children: _jsx("code", { children: this.state.componentStack }) }), _jsx("br", {})] })), this.state.error?.stack && (_jsxs(_Fragment, { children: [_jsx("h6", { children: "Error Stack:" }), _jsx("pre", { children: _jsx("code", { children: this.state.error?.stack }) })] }))] }));
|
|
30
29
|
}
|
|
31
30
|
return this.props.children;
|
|
32
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-catcher.js","sourceRoot":"","sources":["../src/error-catcher.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,KAAK,CAAC,SAG/C;IACC,YAAY,KAAoC;QAC9C,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,KAAK,GAAG;YACX,QAAQ,EAAE,KAAK;YACf,cAAc,EAAE,EAAE;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,wBAAwB,CAAC,MAAa;QAC3C,6DAA6D;QAC7D,OAAO;YACL,QAAQ,EAAE,IAAI;SACf,CAAC;IACJ,CAAC;IAEQ,iBAAiB,CAAC,KAAY,EAAE,SAA0B;QACjE,MAAM,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;QACrC,IAAI,CAAC,QAAQ,CAAC;YACZ,KAAK;YACL,cAAc,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"error-catcher.js","sourceRoot":"","sources":["../src/error-catcher.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,KAAK,CAAC,SAG/C;IACC,YAAY,KAAoC;QAC9C,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,KAAK,GAAG;YACX,QAAQ,EAAE,KAAK;YACf,cAAc,EAAE,EAAE;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,wBAAwB,CAAC,MAAa;QAC3C,6DAA6D;QAC7D,OAAO;YACL,QAAQ,EAAE,IAAI;SACf,CAAC;IACJ,CAAC;IAEQ,iBAAiB,CAAC,KAAY,EAAE,SAA0B;QACjE,MAAM,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC;QACrC,IAAI,CAAC,QAAQ,CAAC;YACZ,KAAK;YACL,cAAc,EAAE,cAAc,IAAI,EAAE;SACrC,CAAC,CAAC;IACL,CAAC;IAEQ,MAAM;QACb,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;YACxB,OAAO,CACL,eACE,KAAK,EAAE;oBACL,OAAO,EAAE,KAAK;iBACf,aAED,4DAAyC,EACxC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,IAAI,IAAI,CACzB,yCACc,yBAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,IAAI,GAAQ,IAC9C,CACN,EACA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,IAAI,CAC5B,qCAEG,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,IACvB,CACN,EACA,IAAI,CAAC,KAAK,CAAC,cAAc,IAAI,CAC5B,8BACE,4CAAyB,EACzB,wBACE,yBAAO,IAAI,CAAC,KAAK,CAAC,cAAc,GAAQ,GACpC,EACN,cAAM,IACL,CACJ,EACA,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,IAAI,CAC1B,8BACE,wCAAqB,EACrB,wBACE,yBAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,GAAQ,GAClC,IACL,CACJ,IACG,CACP,CAAC;QACJ,CAAC;QAED,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC7B,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IAExC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC;IAClC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE;QACL,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,EAAE,CAAC;CACL,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwBhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic-component-type.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/generic-component-type.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"generic-component-type.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/generic-component-type.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,SAAS,CAAC,CAAC;IACnB,oBAAoB;IACpB,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,oCAAoC;IACpC,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,SAAS,CAAC;CACpC;AAED,eAAO,MAAM,oBAAoB,GAAI,CAAC,EAAG,wBAGtC,SAAS,CAAC,CAAC,CAAC,4CAMd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nullable-unions.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/nullable-unions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"nullable-unions.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/nullable-unions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAYxD,CAAC"}
|
|
@@ -3,6 +3,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
* Component to test nullable union type inference
|
|
4
4
|
*/
|
|
5
5
|
export const NullableUnions = ({ label, value, description, }) => {
|
|
6
|
-
return (_jsxs("div", { children: [label && _jsx("h3", { children: label }), _jsxs("p", { children: ["Value: ", value
|
|
6
|
+
return (_jsxs("div", { children: [label && _jsx("h3", { children: label }), _jsxs("p", { children: ["Value: ", value ?? 'N/A'] }), description && _jsx("p", { children: description })] }));
|
|
7
7
|
};
|
|
8
8
|
//# sourceMappingURL=nullable-unions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nullable-unions.js","sourceRoot":"","sources":["../../src/test-fixtures/nullable-unions.tsx"],"names":[],"mappings":";AAiBA;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAkC,CAAC,EAC5D,KAAK,EACL,KAAK,EACL,WAAW,GACZ,EAAE,EAAE;IACH,OAAO,CACL,0BACG,KAAK,IAAI,uBAAK,KAAK,GAAM,EAC1B,mCAAW,KAAK,
|
|
1
|
+
{"version":3,"file":"nullable-unions.js","sourceRoot":"","sources":["../../src/test-fixtures/nullable-unions.tsx"],"names":[],"mappings":";AAiBA;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAkC,CAAC,EAC5D,KAAK,EACL,KAAK,EACL,WAAW,GACZ,EAAE,EAAE;IACH,OAAO,CACL,0BACG,KAAK,IAAI,uBAAK,KAAK,GAAM,EAC1B,mCAAW,KAAK,IAAI,KAAK,IAAK,EAC7B,WAAW,IAAI,sBAAI,WAAW,GAAK,IAChC,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"numeric-enum-negative.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/numeric-enum-negative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"numeric-enum-negative.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/numeric-enum-negative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,KAAK,MAAM,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;AAEpC,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAKlE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-node-props.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/render-node-props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"render-node-props.d.ts","sourceRoot":"","sources":["../../src/test-fixtures/render-node-props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,yBAAyB;IACjC,6BAA6B;IAC7B,YAAY,EAAE,MAAM,SAAS,CAAC;IAC9B,8BAA8B;IAC9B,aAAa,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IACtD,sBAAsB;IACtB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,GAAI,0CAIlC,yBAAyB,4CAM3B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.90.0--canary.
|
|
4
|
+
"version": "4.90.0--canary.7255.526ffd7.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./demo-wrapper": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"lint": "eslint ./"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@knapsack/eslint-config-starter": "4.90.0--canary.
|
|
39
|
-
"@knapsack/prettier-config": "4.90.0--canary.
|
|
40
|
-
"@knapsack/types": "4.90.0--canary.
|
|
41
|
-
"@knapsack/typescript-config-starter": "4.90.0--canary.
|
|
42
|
-
"@types/node": "^
|
|
38
|
+
"@knapsack/eslint-config-starter": "4.90.0--canary.7255.526ffd7.0",
|
|
39
|
+
"@knapsack/prettier-config": "4.90.0--canary.7255.526ffd7.0",
|
|
40
|
+
"@knapsack/types": "4.90.0--canary.7255.526ffd7.0",
|
|
41
|
+
"@knapsack/typescript-config-starter": "4.90.0--canary.7255.526ffd7.0",
|
|
42
|
+
"@types/node": "^22.19.11",
|
|
43
43
|
"@types/prop-types": "^15.7.15",
|
|
44
44
|
"@types/react": "^19.2.3",
|
|
45
|
-
"eslint": "^
|
|
45
|
+
"eslint": "^9.20.0",
|
|
46
46
|
"prop-types": "^15.8.1",
|
|
47
47
|
"react": "^19.2.0",
|
|
48
48
|
"typescript": "^5.9.3"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"directory": "apps/client/libs/renderer-react-components",
|
|
57
57
|
"type": "git"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "526ffd76fec8e83afbcb518c4d098e8c5a64e5a7"
|
|
60
60
|
}
|
package/.eslintignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
dist
|