@norskvideo/norsk-studio 1.27.0-2025-12-23-ec7c5041 → 1.27.0-2026-01-08-2828c8f7

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.
Files changed (140) hide show
  1. package/lib/_gen/types.d.ts +35 -7
  2. package/lib/client/cpu.js +4 -4
  3. package/lib/client/cpu.js.map +1 -1
  4. package/lib/client/jsx/components/language-selector.js +17 -7
  5. package/lib/client/jsx/components/language-selector.js.map +1 -1
  6. package/lib/client/jsx/components/node.js +2 -2
  7. package/lib/client/jsx/components/node.js.map +1 -1
  8. package/lib/client/jsx/connection-editor.js +17 -7
  9. package/lib/client/jsx/connection-editor.js.map +1 -1
  10. package/lib/client/jsx/console.js +17 -7
  11. package/lib/client/jsx/console.js.map +1 -1
  12. package/lib/client/jsx/node-editor.js +17 -7
  13. package/lib/client/jsx/node-editor.js.map +1 -1
  14. package/lib/client/jsx/shadcn-ui/accordion.js +17 -7
  15. package/lib/client/jsx/shadcn-ui/accordion.js.map +1 -1
  16. package/lib/client/jsx/shadcn-ui/command.js +17 -7
  17. package/lib/client/jsx/shadcn-ui/command.js.map +1 -1
  18. package/lib/client/jsx/shadcn-ui/dialog.js +17 -7
  19. package/lib/client/jsx/shadcn-ui/dialog.js.map +1 -1
  20. package/lib/client/jsx/shadcn-ui/dropdown-menu.js +17 -7
  21. package/lib/client/jsx/shadcn-ui/dropdown-menu.js.map +1 -1
  22. package/lib/client/jsx/shadcn-ui/popover.js +17 -7
  23. package/lib/client/jsx/shadcn-ui/popover.js.map +1 -1
  24. package/lib/client/jsx/shadcn-ui/select.js +17 -7
  25. package/lib/client/jsx/shadcn-ui/select.js.map +1 -1
  26. package/lib/client/jsx/shadcn-ui/separator.d.ts +4 -1
  27. package/lib/client/jsx/shadcn-ui/separator.js +18 -8
  28. package/lib/client/jsx/shadcn-ui/separator.js.map +1 -1
  29. package/lib/client/jsx/shadcn-ui/sidebar.js +17 -7
  30. package/lib/client/jsx/shadcn-ui/sidebar.js.map +1 -1
  31. package/lib/client/jsx/shadcn-ui/switch.js +17 -7
  32. package/lib/client/jsx/shadcn-ui/switch.js.map +1 -1
  33. package/lib/client/jsx/shadcn-ui/tooltip.js +17 -7
  34. package/lib/client/jsx/shadcn-ui/tooltip.js.map +1 -1
  35. package/lib/client/jsx/stream-manager.js +82 -30
  36. package/lib/client/jsx/stream-manager.js.map +1 -1
  37. package/lib/client/rete/selector.d.ts +2 -2
  38. package/lib/client/rete/selector.js +4 -4
  39. package/lib/client/rete/selector.js.map +1 -1
  40. package/lib/client/rete.js +20 -10
  41. package/lib/client/rete.js.map +1 -1
  42. package/lib/client/tools.js +17 -7
  43. package/lib/client/tools.js.map +1 -1
  44. package/lib/extension/client-types.js +17 -7
  45. package/lib/extension/client-types.js.map +1 -1
  46. package/lib/extension/registration.js +17 -7
  47. package/lib/extension/registration.js.map +1 -1
  48. package/lib/extension/runtime-types.js +17 -7
  49. package/lib/extension/runtime-types.js.map +1 -1
  50. package/lib/extension/streams/decode.js +2 -0
  51. package/lib/extension/streams/decode.js.map +1 -1
  52. package/lib/extension/streams/fill.d.ts +6 -0
  53. package/lib/extension/streams/fill.js +12 -0
  54. package/lib/extension/streams/fill.js.map +1 -1
  55. package/lib/extension/validation.js +17 -7
  56. package/lib/extension/validation.js.map +1 -1
  57. package/lib/runtime/document.js +17 -7
  58. package/lib/runtime/document.js.map +1 -1
  59. package/lib/server/api-discovery.js +17 -7
  60. package/lib/server/api-discovery.js.map +1 -1
  61. package/lib/server/build-schema.js +17 -7
  62. package/lib/server/build-schema.js.map +1 -1
  63. package/lib/server/common/openapi.js +17 -7
  64. package/lib/server/common/openapi.js.map +1 -1
  65. package/lib/server/component-routes.d.ts +1 -0
  66. package/lib/server/component-routes.js +44 -1
  67. package/lib/server/component-routes.js.map +1 -1
  68. package/lib/server/dashboard-file-mcp-client.js +17 -7
  69. package/lib/server/dashboard-file-mcp-client.js.map +1 -1
  70. package/lib/server/design-time-mcp-session.js +17 -7
  71. package/lib/server/design-time-mcp-session.js.map +1 -1
  72. package/lib/server/document-session-manager.js +17 -7
  73. package/lib/server/document-session-manager.js.map +1 -1
  74. package/lib/server/gen-docs.js +17 -7
  75. package/lib/server/gen-docs.js.map +1 -1
  76. package/lib/server/generate-schema.js +17 -7
  77. package/lib/server/generate-schema.js.map +1 -1
  78. package/lib/server/index.js +17 -7
  79. package/lib/server/index.js.map +1 -1
  80. package/lib/server/llm-service-v2.d.ts +9 -4
  81. package/lib/server/llm-service-v2.js +11 -11
  82. package/lib/server/llm-service-v2.js.map +1 -1
  83. package/lib/server/logging.js +17 -7
  84. package/lib/server/logging.js.map +1 -1
  85. package/lib/server/runner.js +17 -7
  86. package/lib/server/runner.js.map +1 -1
  87. package/lib/server/session.js +17 -7
  88. package/lib/server/session.js.map +1 -1
  89. package/lib/server/standalone-mcp-server.js +17 -7
  90. package/lib/server/standalone-mcp-server.js.map +1 -1
  91. package/lib/server/validate-document.js +17 -7
  92. package/lib/server/validate-document.js.map +1 -1
  93. package/lib/test/_util/ffmpeg.js +17 -7
  94. package/lib/test/_util/ffmpeg.js.map +1 -1
  95. package/lib/test/_util/runtime.js +17 -7
  96. package/lib/test/_util/runtime.js.map +1 -1
  97. package/lib/test/_util/sinks.js +17 -7
  98. package/lib/test/_util/sinks.js.map +1 -1
  99. package/lib/test/advanced-validation-tests.js +17 -7
  100. package/lib/test/advanced-validation-tests.js.map +1 -1
  101. package/lib/test/client-designview.js +17 -7
  102. package/lib/test/client-designview.js.map +1 -1
  103. package/lib/test/component-capabilities.test.js +17 -7
  104. package/lib/test/component-capabilities.test.js.map +1 -1
  105. package/lib/test/decoded-outputs.js +17 -7
  106. package/lib/test/decoded-outputs.js.map +1 -1
  107. package/lib/test/document-execution.js +17 -7
  108. package/lib/test/document-execution.js.map +1 -1
  109. package/lib/test/document-loading.js +17 -7
  110. package/lib/test/document-loading.js.map +1 -1
  111. package/lib/test/environment-overrides.js +17 -7
  112. package/lib/test/environment-overrides.js.map +1 -1
  113. package/lib/test/form-environment-overrides.js +17 -7
  114. package/lib/test/form-environment-overrides.js.map +1 -1
  115. package/lib/test/mapped-outputs.js +17 -7
  116. package/lib/test/mapped-outputs.js.map +1 -1
  117. package/lib/test/mcp-always-available.test.js +17 -7
  118. package/lib/test/mcp-always-available.test.js.map +1 -1
  119. package/lib/test/mcp-integration.test.js +17 -7
  120. package/lib/test/mcp-integration.test.js.map +1 -1
  121. package/lib/test/mcp-server.js +17 -7
  122. package/lib/test/mcp-server.js.map +1 -1
  123. package/lib/test/mcp-workflow-integration.test.js +17 -7
  124. package/lib/test/mcp-workflow-integration.test.js.map +1 -1
  125. package/lib/test/metrics.js +17 -7
  126. package/lib/test/metrics.js.map +1 -1
  127. package/lib/test/optional-field-edge-cases.js +17 -7
  128. package/lib/test/optional-field-edge-cases.js.map +1 -1
  129. package/lib/test/preview-endpoints.js +17 -7
  130. package/lib/test/preview-endpoints.js.map +1 -1
  131. package/lib/test/standalone-mcp.test.js +17 -7
  132. package/lib/test/standalone-mcp.test.js.map +1 -1
  133. package/lib/test/subscriptions.js +17 -7
  134. package/lib/test/subscriptions.js.map +1 -1
  135. package/lib/types/base.yaml +1 -1
  136. package/lib/types/stream-mapping.yaml +39 -2
  137. package/lib/types.yaml +102 -86
  138. package/package.json +20 -20
  139. package/static/style.css +253 -213
  140. package/ui/index.js +65127 -63112
package/lib/types.yaml CHANGED
@@ -295,6 +295,7 @@ components:
295
295
  - cta708
296
296
  - teletext
297
297
  - ttml
298
+ - dvb
298
299
  description: Possible subtitle formats
299
300
  example: webvtt
300
301
  language:
@@ -450,9 +451,9 @@ components:
450
451
  properties: &a7
451
452
  node:
452
453
  type: string
453
- streamKey: &a16
454
+ streamKey: &a17
454
455
  type: object
455
- properties: &a12
456
+ properties: &a13
456
457
  streamId:
457
458
  type: integer
458
459
  programNumber:
@@ -461,7 +462,7 @@ components:
461
462
  type: string
462
463
  renditionName:
463
464
  type: string
464
- required: &a13
465
+ required: &a14
465
466
  - streamId
466
467
  - programNumber
467
468
  - sourceName
@@ -470,64 +471,37 @@ components:
470
471
  - node
471
472
  - streamKey
472
473
  preview_url:
473
- description: >
474
- URL from which a fragmented mp4 preview stream can be obtained
475
- (audio and video only).
476
-
477
-
478
- **IMPORTANT**: This URL is relative to the streams API endpoint that
479
- returned it.
474
+ description: |
475
+ URL from which a fragmented mp4 preview stream can be obtained (audio and video only).
480
476
 
477
+ **IMPORTANT**: This URL is relative to the streams API endpoint that returned it.
481
478
 
482
479
  Example:
483
-
484
480
  - API call: `GET /live/api/abr_ladder/streams/mappings`
485
-
486
- - Response: `{"preview_url":
487
- "abr_ladder-ladder/camera1-1-256-h264_320x180/stream.mp4"}`
488
-
489
- - Full URL:
490
- `/live/api/abr_ladder/streams/abr_ladder-ladder/camera1-1-256-h264_320x180/stream.mp4`
491
-
481
+ - Response: `{"preview_url": "abr_ladder-ladder/camera1-1-256-h264_320x180/stream.mp4"}`
482
+ - Full URL: `/live/api/abr_ladder/streams/abr_ladder-ladder/camera1-1-256-h264_320x180/stream.mp4`
492
483
 
493
484
  To resolve in dashboard code:
494
-
495
485
  ```javascript
496
-
497
486
  const baseUrl = `/live/api/${componentId}/streams`;
498
-
499
487
  const fullPreviewUrl = `${baseUrl}/${mapping.preview_url}`;
500
-
501
488
  ```
502
489
  type: string
503
490
  preview_jpeg:
504
- description: >
491
+ description: |
505
492
  URL from which a jpeg preview can be obtained (video only).
506
493
 
507
-
508
- **IMPORTANT**: This URL is relative to the streams API endpoint that
509
- returned it.
510
-
494
+ **IMPORTANT**: This URL is relative to the streams API endpoint that returned it.
511
495
 
512
496
  Example:
513
-
514
497
  - API call: `GET /live/api/abr_ladder/streams/mappings`
515
-
516
- - Response: `{"preview_jpeg":
517
- "abr_ladder-ladder/camera1-1-256-h264_320x180/preview.jpg"}`
518
-
519
- - Full URL:
520
- `/live/api/abr_ladder/streams/abr_ladder-ladder/camera1-1-256-h264_320x180/preview.jpg`
521
-
498
+ - Response: `{"preview_jpeg": "abr_ladder-ladder/camera1-1-256-h264_320x180/preview.jpg"}`
499
+ - Full URL: `/live/api/abr_ladder/streams/abr_ladder-ladder/camera1-1-256-h264_320x180/preview.jpg`
522
500
 
523
501
  To resolve in dashboard code:
524
-
525
502
  ```javascript
526
-
527
503
  const baseUrl = `/live/api/${componentId}/streams`;
528
-
529
504
  const fullJpegUrl = `${baseUrl}/${mapping.preview_jpeg}`;
530
-
531
505
  ```
532
506
  type: string
533
507
  required:
@@ -606,11 +580,20 @@ components:
606
580
  description: Whether the mappings have been manually overridden from the default
607
581
  auto-mapping
608
582
  type: boolean
583
+ hasFilling:
584
+ description: Whether this component has fill operations configured (per-stream
585
+ missingBehaviour or global fill enabled)
586
+ type: boolean
587
+ isCurrentlyFilling:
588
+ description: Whether any stream is currently being filled with synthetic content
589
+ type: boolean
609
590
  required:
610
591
  - hasMappings
611
592
  - hasDecoding
612
593
  - hardwareAccelerationAvailable
613
594
  - hasOverrides
595
+ - hasFilling
596
+ - isCurrentlyFilling
614
597
  ComponentAlert: &a9
615
598
  type: object
616
599
  properties:
@@ -647,6 +630,39 @@ components:
647
630
  UnmappedStreamResult:
648
631
  type: array
649
632
  items: *a11
633
+ FilledStream: &a12
634
+ type: object
635
+ description: Status of fill operation for a single output stream
636
+ properties:
637
+ output:
638
+ description: The stream definition this fill status applies to
639
+ type: object
640
+ properties: *a5
641
+ required: *a6
642
+ isFilling:
643
+ description: Whether this stream is currently being filled with synthetic content
644
+ type: boolean
645
+ fillType:
646
+ description: The type of fill content being used (if filling)
647
+ type: string
648
+ enum:
649
+ - video
650
+ - audio
651
+ - none
652
+ missingBehaviour:
653
+ description: The configured behaviour when the source stream is missing
654
+ type: string
655
+ enum:
656
+ - fill
657
+ - skip
658
+ required:
659
+ - output
660
+ - isFilling
661
+ - fillType
662
+ - missingBehaviour
663
+ FilledStreamResult:
664
+ type: array
665
+ items: *a12
650
666
  PutMappingsBody:
651
667
  type: array
652
668
  items: *a10
@@ -682,7 +698,7 @@ components:
682
698
  type: number
683
699
  maxSlope:
684
700
  type: number
685
- GatheredMetric: &a14
701
+ GatheredMetric: &a15
686
702
  type: object
687
703
  description: >
688
704
  Real-time performance metrics from Norsk SDK components
@@ -871,13 +887,13 @@ components:
871
887
  description: Norsk SDK node ID that generated this metric
872
888
  streamKey:
873
889
  type: object
874
- properties: *a12
875
- required: *a13
890
+ properties: *a13
891
+ required: *a14
876
892
  description: Stream identifier if metric is specific to a particular stream
877
893
  GatheredMetricArray:
878
894
  type: array
879
895
  description: Collection of real-time metrics from a component
880
- items: *a14
896
+ items: *a15
881
897
  NorskMetric:
882
898
  discriminator:
883
899
  propertyName: name
@@ -894,9 +910,9 @@ components:
894
910
  norsk_byte_count: "#/components/schemas/ByteCountMetric"
895
911
  norsk_last_timestamp_ms: "#/components/schemas/LastTimestampMetric"
896
912
  oneOf:
897
- - &a17
913
+ - &a18
898
914
  allOf:
899
- - &a15
915
+ - &a16
900
916
  type: object
901
917
  required:
902
918
  - name
@@ -1017,12 +1033,12 @@ components:
1017
1033
  additionalProperties: true
1018
1034
  streamKey:
1019
1035
  type: object
1020
- properties: *a12
1021
- required: *a13
1036
+ properties: *a13
1037
+ required: *a14
1022
1038
  description: Stream key for this frame count metric
1023
- - &a18
1039
+ - &a19
1024
1040
  allOf:
1025
- - *a15
1041
+ - *a16
1026
1042
  - type: object
1027
1043
  properties:
1028
1044
  name:
@@ -1046,9 +1062,9 @@ components:
1046
1062
  type: string
1047
1063
  description: Node type category (processor, input, output)
1048
1064
  additionalProperties: true
1049
- - &a19
1065
+ - &a20
1050
1066
  allOf:
1051
- - *a15
1067
+ - *a16
1052
1068
  - type: object
1053
1069
  properties:
1054
1070
  name:
@@ -1079,10 +1095,10 @@ components:
1079
1095
  stage:
1080
1096
  type: string
1081
1097
  additionalProperties: true
1082
- streamKey: *a16
1083
- - &a20
1098
+ streamKey: *a17
1099
+ - &a21
1084
1100
  allOf:
1085
- - *a15
1101
+ - *a16
1086
1102
  - type: object
1087
1103
  properties:
1088
1104
  name:
@@ -1106,9 +1122,9 @@ components:
1106
1122
  type: string
1107
1123
  description: Connection index
1108
1124
  additionalProperties: true
1109
- - &a21
1125
+ - &a22
1110
1126
  allOf:
1111
- - *a15
1127
+ - *a16
1112
1128
  - type: object
1113
1129
  properties:
1114
1130
  name:
@@ -1129,9 +1145,9 @@ components:
1129
1145
  type: string
1130
1146
  description: Processing generation number
1131
1147
  additionalProperties: true
1132
- - &a22
1148
+ - &a23
1133
1149
  allOf:
1134
- - *a15
1150
+ - *a16
1135
1151
  - type: object
1136
1152
  properties:
1137
1153
  name:
@@ -1152,9 +1168,9 @@ components:
1152
1168
  type: string
1153
1169
  description: Queue index
1154
1170
  additionalProperties: true
1155
- - &a23
1171
+ - &a24
1156
1172
  allOf:
1157
- - *a15
1173
+ - *a16
1158
1174
  - type: object
1159
1175
  properties:
1160
1176
  name:
@@ -1172,9 +1188,9 @@ components:
1172
1188
  type: string
1173
1189
  description: Type of connection node
1174
1190
  additionalProperties: true
1175
- - &a24
1191
+ - &a25
1176
1192
  allOf:
1177
- - *a15
1193
+ - *a16
1178
1194
  - type: object
1179
1195
  properties:
1180
1196
  name:
@@ -1199,9 +1215,9 @@ components:
1199
1215
  type: string
1200
1216
  description: Connection index
1201
1217
  additionalProperties: true
1202
- - &a25
1218
+ - &a26
1203
1219
  allOf:
1204
- - *a15
1220
+ - *a16
1205
1221
  - type: object
1206
1222
  properties:
1207
1223
  name:
@@ -1226,10 +1242,10 @@ components:
1226
1242
  stage:
1227
1243
  type: string
1228
1244
  additionalProperties: true
1229
- streamKey: *a16
1230
- - &a26
1245
+ streamKey: *a17
1246
+ - &a27
1231
1247
  allOf:
1232
- - *a15
1248
+ - *a16
1233
1249
  - type: object
1234
1250
  properties:
1235
1251
  name:
@@ -1264,10 +1280,10 @@ components:
1264
1280
  stage:
1265
1281
  type: string
1266
1282
  additionalProperties: true
1267
- streamKey: *a16
1268
- - &a27
1283
+ streamKey: *a17
1284
+ - &a28
1269
1285
  allOf:
1270
- - *a15
1286
+ - *a16
1271
1287
  - type: object
1272
1288
  properties:
1273
1289
  name:
@@ -1292,26 +1308,26 @@ components:
1292
1308
  stage:
1293
1309
  type: string
1294
1310
  additionalProperties: true
1295
- streamKey: *a16
1296
- - &a28
1311
+ streamKey: *a17
1312
+ - &a29
1297
1313
  allOf:
1298
- - *a15
1314
+ - *a16
1299
1315
  - type: object
1300
1316
  description: Fallback for unknown or future metric types
1301
1317
  properties:
1302
1318
  name:
1303
1319
  type: string
1304
1320
  description: Any metric name not covered by specific types
1305
- FrameCountMetric: *a17
1306
- TimeBlockedMetric: *a18
1307
- DeltaMetric: *a19
1308
- DelayMetric: *a20
1309
- QueueLengthMetric: *a21
1310
- QueueDurationMetric: *a22
1311
- ConnectionCountMetric: *a23
1312
- PacketCountMetric: *a24
1313
- MeasuredBitrateMetric: *a25
1314
- ByteCountMetric: *a26
1315
- LastTimestampMetric: *a27
1316
- BaseNorskMetric: *a15
1317
- GenericNorskMetric: *a28
1321
+ FrameCountMetric: *a18
1322
+ TimeBlockedMetric: *a19
1323
+ DeltaMetric: *a20
1324
+ DelayMetric: *a21
1325
+ QueueLengthMetric: *a22
1326
+ QueueDurationMetric: *a23
1327
+ ConnectionCountMetric: *a24
1328
+ PacketCountMetric: *a25
1329
+ MeasuredBitrateMetric: *a26
1330
+ ByteCountMetric: *a27
1331
+ LastTimestampMetric: *a28
1332
+ BaseNorskMetric: *a16
1333
+ GenericNorskMetric: *a29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio",
3
- "version": "1.27.0-2025-12-23-ec7c5041",
3
+ "version": "1.27.0-2026-01-08-2828c8f7",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "postinstall": "rm -f node_modules/hls-parser/*.ts",
@@ -195,16 +195,16 @@
195
195
  "@modelcontextprotocol/sdk": "^1.17.0",
196
196
  "@norskvideo/norsk-sdk": "^1.0.402-2025-12-23-90381bd3",
197
197
  "@norskvideo/webrtc-client": "^0.1.2",
198
- "@radix-ui/react-accordion": "^1.2.10",
199
- "@radix-ui/react-dialog": "^1.1.13",
200
- "@radix-ui/react-dropdown-menu": "^2.1.6",
201
- "@radix-ui/react-popover": "^1.1.6",
202
- "@radix-ui/react-portal": "^1.1.8",
203
- "@radix-ui/react-select": "^2.1.6",
204
- "@radix-ui/react-separator": "^1.1.6",
205
- "@radix-ui/react-slot": "^1.2.2",
206
- "@radix-ui/react-switch": "^1.1.3",
207
- "@radix-ui/react-tooltip": "^1.2.6",
198
+ "@radix-ui/react-accordion": "^1.2.12",
199
+ "@radix-ui/react-dialog": "^1.1.15",
200
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
201
+ "@radix-ui/react-popover": "^1.1.15",
202
+ "@radix-ui/react-portal": "^1.1.10",
203
+ "@radix-ui/react-select": "^2.2.6",
204
+ "@radix-ui/react-separator": "^1.1.8",
205
+ "@radix-ui/react-slot": "^1.2.4",
206
+ "@radix-ui/react-switch": "^1.2.6",
207
+ "@radix-ui/react-tooltip": "^1.2.8",
208
208
  "@uiw/react-json-view": "^2.0.0-alpha.27",
209
209
  "ai": "^5.0.44",
210
210
  "class-variance-authority": "^0.7.1",
@@ -233,10 +233,10 @@
233
233
  "openai": "^5.19.1",
234
234
  "openapi-types": "^12.1.3",
235
235
  "parse-prometheus-text-format": "^1.1.1",
236
- "react": "^18.3.0",
236
+ "react": "^19.0.0",
237
237
  "react-chartjs-2": "^5.2.0",
238
238
  "react-hook-form": "^7.47.0",
239
- "sonner": "^2.0.3",
239
+ "sonner": "^2.0.7",
240
240
  "swagger-ui-express": "^5.0.1",
241
241
  "tailwind-merge": "^2.6.0",
242
242
  "tailwind-scrollbar": "^3.0.0",
@@ -264,9 +264,9 @@
264
264
  "@types/mocha": "^10.0.6",
265
265
  "@types/multer": "^2.0.0",
266
266
  "@types/mustache": "^4.2.5",
267
- "@types/node-fetch": "^2.6.9",
268
- "@types/react": "^18.2.33",
269
- "@types/react-dom": "^18.2.14",
267
+ "@types/node-fetch": "^2.6.13",
268
+ "@types/react": "^19.0.10",
269
+ "@types/react-dom": "^19.0.3",
270
270
  "@types/sinon": "^17.0.2",
271
271
  "@types/styled-components": "^5.1.26",
272
272
  "@types/swagger-ui-express": "^4.1.6",
@@ -286,13 +286,13 @@
286
286
  "hls-parser": "^0.10.8",
287
287
  "jsdom": "^23.0.1",
288
288
  "JSX": "^1.1.0",
289
- "lucide-react": "^0.477.0",
290
- "mocha": "^10.2.0",
289
+ "lucide-react": "^0.483.0",
290
+ "mocha": "^10.4.0",
291
291
  "mocha-json-output-reporter": "^2.1.0",
292
292
  "npm": "^10.2.3",
293
293
  "openapi-typescript": "^7.10.1",
294
294
  "puppeteer": "^24.26.1",
295
- "react-dom": "^18.2.0",
295
+ "react-dom": "^19.0.0",
296
296
  "react-dropzone": "^14.3.8",
297
297
  "react-jsx": "^1.0.0",
298
298
  "rete": "2.0.5",
@@ -304,7 +304,7 @@
304
304
  "styled-components": "^5.1.26",
305
305
  "tailwindcss": "^3.4.10",
306
306
  "tsconfig-paths": "^4.2.0",
307
- "typescript": "^5.2.2",
307
+ "typescript": "^5.7.2",
308
308
  "typescript-eslint": "^8.46.2",
309
309
  "typescript-nullable": "^0.6.0",
310
310
  "watch": "^0.13.0",