@kyro-cms/admin 0.12.5 → 0.12.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyro-cms/admin",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -126,7 +126,7 @@
126
126
  "vitest": "^4.1.4"
127
127
  },
128
128
  "peerDependencies": {
129
- "@kyro-cms/core": "^0.11.1",
129
+ "@kyro-cms/core": "^0.12.6",
130
130
  "react": "^19.0.0",
131
131
  "react-dom": "^19.0.0"
132
132
  },
@@ -235,22 +235,22 @@ export default debug;
235
235
  optimizeDeps: {
236
236
  include: [
237
237
  '@kyro-cms/admin',
238
- 'recharts',
239
- 'recharts > recharts-scale',
240
- 'recharts > recharts-scale > decimal.js-light',
241
- 'recharts > react-smooth',
242
- 'recharts > react-smooth > react-transition-group',
243
- 'use-sync-external-store',
244
- 'use-sync-external-store/with-selector.js',
245
- 'react-i18next > html-parse-stringify > void-elements',
246
- 'react-i18next > html-parse-stringify',
238
+ '@kyro-cms/admin > recharts',
239
+ '@kyro-cms/admin > recharts > recharts-scale',
240
+ '@kyro-cms/admin > recharts > recharts-scale > decimal.js-light',
241
+ '@kyro-cms/admin > recharts > react-smooth',
242
+ '@kyro-cms/admin > recharts > react-smooth > react-transition-group',
243
+ '@kyro-cms/admin > react-i18next',
244
+ '@kyro-cms/admin > react-i18next > html-parse-stringify',
245
+ '@kyro-cms/admin > react-i18next > html-parse-stringify > void-elements',
246
+ '@kyro-cms/admin > use-sync-external-store',
247
+ '@kyro-cms/admin > use-sync-external-store/with-selector.js',
247
248
  ],
248
249
  needsInterop: [
249
- 'decimal.js-light',
250
- 'use-sync-external-store',
251
- 'use-sync-external-store/with-selector.js',
252
- 'react-i18next > html-parse-stringify > void-elements',
253
- 'react-i18next > html-parse-stringify',
250
+ '@kyro-cms/admin > recharts > recharts-scale > decimal.js-light',
251
+ '@kyro-cms/admin > react-i18next > html-parse-stringify > void-elements',
252
+ '@kyro-cms/admin > use-sync-external-store',
253
+ '@kyro-cms/admin > use-sync-external-store/with-selector.js',
254
254
  ],
255
255
  exclude: ['debug', 'react/compiler-runtime'],
256
256
  },