@formio/js 5.0.0-rc.60 → 5.0.0-rc.62

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. package/dist/formio.embed.js +1 -1
  2. package/dist/formio.embed.min.js +1 -1
  3. package/dist/formio.embed.min.js.LICENSE.txt +1 -1
  4. package/dist/formio.form.js +8 -8
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +1 -1
  7. package/dist/formio.full.js +47 -47
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +1 -1
  10. package/dist/formio.js +3 -3
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +2 -2
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +1 -1
  16. package/lib/cjs/Element.d.ts +1 -1
  17. package/lib/cjs/Embed.d.ts +2 -2
  18. package/lib/cjs/Embed.js +10 -10
  19. package/lib/cjs/Form.d.ts +3 -3
  20. package/lib/cjs/FormBuilder.d.ts +3 -42
  21. package/lib/cjs/InlineEmbed.js +2 -2
  22. package/lib/cjs/PDF.d.ts +1 -1
  23. package/lib/cjs/Webform.d.ts +3 -4
  24. package/lib/cjs/WebformBuilder.d.ts +1 -1
  25. package/lib/cjs/components/_classes/component/Component.form.d.ts +1 -1
  26. package/lib/cjs/components/_classes/component/Component.form.js +1 -1
  27. package/lib/cjs/components/_classes/list/ListComponent.form.d.ts +1 -1
  28. package/lib/cjs/components/_classes/list/ListComponent.form.js +1 -1
  29. package/lib/cjs/components/_classes/nested/NestedComponent.d.ts +7 -7
  30. package/lib/cjs/components/_classes/nested/NestedComponent.form.d.ts +1 -1
  31. package/lib/cjs/components/_classes/nested/NestedComponent.form.js +1 -1
  32. package/lib/cjs/components/address/Address.form.d.ts +1 -1
  33. package/lib/cjs/components/address/Address.form.js +1 -1
  34. package/lib/cjs/components/button/Button.form.d.ts +1 -1
  35. package/lib/cjs/components/button/Button.form.js +1 -1
  36. package/lib/cjs/components/checkbox/Checkbox.form.d.ts +1 -1
  37. package/lib/cjs/components/checkbox/Checkbox.form.js +1 -1
  38. package/lib/cjs/components/columns/Columns.form.d.ts +1 -1
  39. package/lib/cjs/components/columns/Columns.form.js +1 -1
  40. package/lib/cjs/components/container/Container.form.d.ts +1 -1
  41. package/lib/cjs/components/container/Container.form.js +1 -1
  42. package/lib/cjs/components/content/Content.form.d.ts +1 -1
  43. package/lib/cjs/components/content/Content.form.js +1 -1
  44. package/lib/cjs/components/currency/Currency.form.d.ts +1 -1
  45. package/lib/cjs/components/currency/Currency.form.js +1 -1
  46. package/lib/cjs/components/datagrid/DataGrid.form.d.ts +1 -1
  47. package/lib/cjs/components/datagrid/DataGrid.form.js +1 -1
  48. package/lib/cjs/components/datamap/DataMap.form.d.ts +1 -1
  49. package/lib/cjs/components/datamap/DataMap.form.js +1 -1
  50. package/lib/cjs/components/datetime/DateTime.form.d.ts +1 -1
  51. package/lib/cjs/components/datetime/DateTime.form.js +1 -1
  52. package/lib/cjs/components/day/Day.form.d.ts +1 -1
  53. package/lib/cjs/components/day/Day.form.js +1 -1
  54. package/lib/cjs/components/editgrid/EditGrid.form.d.ts +1 -1
  55. package/lib/cjs/components/editgrid/EditGrid.form.js +1 -1
  56. package/lib/cjs/components/email/Email.form.d.ts +1 -1
  57. package/lib/cjs/components/email/Email.form.js +1 -1
  58. package/lib/cjs/components/fieldset/Fieldset.form.d.ts +1 -1
  59. package/lib/cjs/components/fieldset/Fieldset.form.js +1 -1
  60. package/lib/cjs/components/file/File.form.d.ts +1 -1
  61. package/lib/cjs/components/file/File.form.js +1 -1
  62. package/lib/cjs/components/form/Form.form.d.ts +1 -1
  63. package/lib/cjs/components/form/Form.form.js +1 -1
  64. package/lib/cjs/components/hidden/Hidden.form.d.ts +1 -1
  65. package/lib/cjs/components/hidden/Hidden.form.js +1 -1
  66. package/lib/cjs/components/html/HTML.form.d.ts +1 -1
  67. package/lib/cjs/components/html/HTML.form.js +1 -1
  68. package/lib/cjs/components/number/Number.form.d.ts +1 -1
  69. package/lib/cjs/components/number/Number.form.js +1 -1
  70. package/lib/cjs/components/panel/Panel.form.d.ts +1 -1
  71. package/lib/cjs/components/panel/Panel.form.js +1 -1
  72. package/lib/cjs/components/password/Password.form.d.ts +1 -1
  73. package/lib/cjs/components/password/Password.form.js +1 -1
  74. package/lib/cjs/components/phonenumber/PhoneNumber.form.d.ts +1 -1
  75. package/lib/cjs/components/phonenumber/PhoneNumber.form.js +1 -1
  76. package/lib/cjs/components/radio/Radio.form.d.ts +1 -1
  77. package/lib/cjs/components/radio/Radio.form.js +1 -1
  78. package/lib/cjs/components/recaptcha/ReCaptcha.form.d.ts +1 -1
  79. package/lib/cjs/components/recaptcha/ReCaptcha.form.js +1 -1
  80. package/lib/cjs/components/select/Select.form.d.ts +1 -1
  81. package/lib/cjs/components/select/Select.form.js +1 -1
  82. package/lib/cjs/components/selectboxes/SelectBoxes.form.d.ts +1 -1
  83. package/lib/cjs/components/selectboxes/SelectBoxes.form.js +1 -1
  84. package/lib/cjs/components/signature/Signature.form.d.ts +1 -1
  85. package/lib/cjs/components/signature/Signature.form.js +1 -1
  86. package/lib/cjs/components/survey/Survey.form.d.ts +1 -1
  87. package/lib/cjs/components/survey/Survey.form.js +1 -1
  88. package/lib/cjs/components/table/Table.form.d.ts +1 -1
  89. package/lib/cjs/components/table/Table.form.js +1 -1
  90. package/lib/cjs/components/tabs/Tabs.form.d.ts +1 -1
  91. package/lib/cjs/components/tabs/Tabs.form.js +1 -1
  92. package/lib/cjs/components/tags/Tags.form.d.ts +1 -1
  93. package/lib/cjs/components/tags/Tags.form.js +1 -1
  94. package/lib/cjs/components/textarea/TextArea.form.d.ts +1 -1
  95. package/lib/cjs/components/textarea/TextArea.form.js +1 -1
  96. package/lib/cjs/components/textfield/TextField.form.d.ts +1 -1
  97. package/lib/cjs/components/textfield/TextField.form.js +1 -1
  98. package/lib/cjs/components/time/Time.form.d.ts +1 -1
  99. package/lib/cjs/components/time/Time.form.js +1 -1
  100. package/lib/cjs/components/unknown/Unknown.form.js +1 -1
  101. package/lib/cjs/components/url/Url.form.d.ts +1 -1
  102. package/lib/cjs/components/url/Url.form.js +1 -1
  103. package/lib/cjs/components/well/Well.form.d.ts +1 -1
  104. package/lib/cjs/components/well/Well.form.js +1 -1
  105. package/lib/cjs/formio.form.js +3 -3
  106. package/lib/cjs/providers/address/AzureAddressProvider.d.ts +1 -1
  107. package/lib/cjs/providers/storage/util.js +4 -3
  108. package/lib/cjs/templates/index.d.ts +14 -14
  109. package/lib/cjs/utils/calendarUtils.js +3 -3
  110. package/lib/cjs/utils/formUtils.d.ts +3 -3
  111. package/lib/cjs/utils/formUtils.js +2 -2
  112. package/lib/cjs/utils/utils.d.ts +14 -14
  113. package/lib/cjs/utils/utils.js +71 -70
  114. package/lib/mjs/Element.d.ts +1 -1
  115. package/lib/mjs/Embed.d.ts +2 -2
  116. package/lib/mjs/Form.d.ts +3 -3
  117. package/lib/mjs/FormBuilder.d.ts +3 -42
  118. package/lib/mjs/PDF.d.ts +1 -1
  119. package/lib/mjs/Webform.d.ts +3 -4
  120. package/lib/mjs/WebformBuilder.d.ts +1 -1
  121. package/lib/mjs/components/_classes/component/Component.form.d.ts +1 -1
  122. package/lib/mjs/components/_classes/list/ListComponent.form.d.ts +1 -1
  123. package/lib/mjs/components/_classes/nested/NestedComponent.d.ts +7 -7
  124. package/lib/mjs/components/_classes/nested/NestedComponent.form.d.ts +1 -1
  125. package/lib/mjs/components/address/Address.form.d.ts +1 -1
  126. package/lib/mjs/components/button/Button.form.d.ts +1 -1
  127. package/lib/mjs/components/checkbox/Checkbox.form.d.ts +1 -1
  128. package/lib/mjs/components/columns/Columns.form.d.ts +1 -1
  129. package/lib/mjs/components/container/Container.form.d.ts +1 -1
  130. package/lib/mjs/components/content/Content.form.d.ts +1 -1
  131. package/lib/mjs/components/currency/Currency.form.d.ts +1 -1
  132. package/lib/mjs/components/datagrid/DataGrid.form.d.ts +1 -1
  133. package/lib/mjs/components/datamap/DataMap.form.d.ts +1 -1
  134. package/lib/mjs/components/datetime/DateTime.form.d.ts +1 -1
  135. package/lib/mjs/components/day/Day.form.d.ts +1 -1
  136. package/lib/mjs/components/editgrid/EditGrid.form.d.ts +1 -1
  137. package/lib/mjs/components/email/Email.form.d.ts +1 -1
  138. package/lib/mjs/components/fieldset/Fieldset.form.d.ts +1 -1
  139. package/lib/mjs/components/file/File.form.d.ts +1 -1
  140. package/lib/mjs/components/form/Form.form.d.ts +1 -1
  141. package/lib/mjs/components/hidden/Hidden.form.d.ts +1 -1
  142. package/lib/mjs/components/html/HTML.form.d.ts +1 -1
  143. package/lib/mjs/components/number/Number.form.d.ts +1 -1
  144. package/lib/mjs/components/panel/Panel.form.d.ts +1 -1
  145. package/lib/mjs/components/password/Password.form.d.ts +1 -1
  146. package/lib/mjs/components/phonenumber/PhoneNumber.form.d.ts +1 -1
  147. package/lib/mjs/components/radio/Radio.form.d.ts +1 -1
  148. package/lib/mjs/components/recaptcha/ReCaptcha.form.d.ts +1 -1
  149. package/lib/mjs/components/select/Select.form.d.ts +1 -1
  150. package/lib/mjs/components/selectboxes/SelectBoxes.form.d.ts +1 -1
  151. package/lib/mjs/components/signature/Signature.form.d.ts +1 -1
  152. package/lib/mjs/components/survey/Survey.form.d.ts +1 -1
  153. package/lib/mjs/components/table/Table.form.d.ts +1 -1
  154. package/lib/mjs/components/tabs/Tabs.form.d.ts +1 -1
  155. package/lib/mjs/components/tags/Tags.form.d.ts +1 -1
  156. package/lib/mjs/components/textarea/TextArea.form.d.ts +1 -1
  157. package/lib/mjs/components/textfield/TextField.form.d.ts +1 -1
  158. package/lib/mjs/components/time/Time.form.d.ts +1 -1
  159. package/lib/mjs/components/url/Url.form.d.ts +1 -1
  160. package/lib/mjs/components/well/Well.form.d.ts +1 -1
  161. package/lib/mjs/providers/address/AzureAddressProvider.d.ts +1 -1
  162. package/lib/mjs/templates/index.d.ts +14 -14
  163. package/lib/mjs/utils/formUtils.d.ts +3 -3
  164. package/lib/mjs/utils/utils.d.ts +14 -14
  165. package/package.json +10 -10
@@ -7,7 +7,7 @@
7
7
  * @param {import('@formio/core').EvaluatorOptions} options - The evaluator options.
8
8
  * @returns {*} - The result of the evaluation.
9
9
  */
10
- export function evaluate(func: Function | string | object, args: any, ret: string, interpolate: boolean, options?: import("@formio/core").EvaluatorOptions): any;
10
+ export function evaluate(func: Function | string | object, args: any, ret: string, interpolate: boolean, options?: import('@formio/core').EvaluatorOptions): any;
11
11
  /**
12
12
  * Returns a random compoennt ID.
13
13
  * @returns {string} - A random component ID.
@@ -55,7 +55,7 @@ export function isMongoId(text: string): boolean;
55
55
  * @param {import('@formio/core').Submission} submission - A submission object.
56
56
  * @param {*} rowData - The contextual row data for the component.
57
57
  */
58
- export function checkCalculated(component: import("@formio/core").Component, submission: import("@formio/core").Submission, rowData: any): void;
58
+ export function checkCalculated(component: import('@formio/core').Component, submission: import('@formio/core').Submission, rowData: any): void;
59
59
  /**
60
60
  * Check if a simple conditional evaluates to true.
61
61
  * @param {import('@formio/core').Component} component - The component to check for the conditional.
@@ -65,7 +65,7 @@ export function checkCalculated(component: import("@formio/core").Component, sub
65
65
  * @param {import('../../src/components/_classes/component/Component').Component} instance - The instance of the component.
66
66
  * @returns {boolean} - TRUE if the condition is true; FALSE otherwise.
67
67
  */
68
- export function checkSimpleConditional(component: import("@formio/core").Component, condition: import("@formio/core").SimpleConditional, row: any, data: any, instance: import("../../src/components/_classes/component/Component").Component): boolean;
68
+ export function checkSimpleConditional(component: import('@formio/core').Component, condition: import('@formio/core').SimpleConditional, row: any, data: any, instance: any): boolean;
69
69
  /**
70
70
  * Returns a components normalized value.
71
71
  * @param {string} compPath - The full path to the component.
@@ -86,7 +86,7 @@ export function getComponentActualValue(compPath: string, data: any, row: any):
86
86
  * @param {import('../../src/components/_classes/component/Component').Component} instance - The component instance.
87
87
  * @returns {*} - The result of the evaulation.
88
88
  */
89
- export function checkCustomConditional(component: import("@formio/core").Component, custom: string, row: any, data: any, form: import("@formio/core").Form, variable: string, onError: any, instance: import("../../src/components/_classes/component/Component").Component): any;
89
+ export function checkCustomConditional(component: import('@formio/core').Component, custom: string, row: any, data: any, form: import('@formio/core').Form, variable: string, onError: any, instance: any): any;
90
90
  /**
91
91
  * Check a component for JSON conditionals.
92
92
  * @param {import('@formio/core').Component} component - The component
@@ -97,7 +97,7 @@ export function checkCustomConditional(component: import("@formio/core").Compone
97
97
  * @param {*} onError - Custom return value if there is an error.
98
98
  * @returns {boolean} - TRUE if the condition is true; FALSE otherwise.
99
99
  */
100
- export function checkJsonConditional(component: import("@formio/core").Component, json: import("@formio/core").JSONConditional, row: any, data: any, form: import("@formio/core").Form, onError: any): boolean;
100
+ export function checkJsonConditional(component: import('@formio/core').Component, json: import('@formio/core').JSONConditional, row: any, data: any, form: import('@formio/core').Form, onError: any): boolean;
101
101
  /**
102
102
  * Checks the conditions for a provided component and data.
103
103
  * @param {import('@formio/core').Component} component - The component to check for the condition.
@@ -107,7 +107,7 @@ export function checkJsonConditional(component: import("@formio/core").Component
107
107
  * @param {import('../../src/components/_classes/component/Component').Component} instance - The component instance.
108
108
  * @returns {boolean} - TRUE if the condition is true; FALSE otherwise.
109
109
  */
110
- export function checkCondition(component: import("@formio/core").Component, row: any, data: any, form: import("@formio/core").Form, instance: import("../../src/components/_classes/component/Component").Component): boolean;
110
+ export function checkCondition(component: import('@formio/core').Component, row: any, data: any, form: import('@formio/core').Form, instance: any): boolean;
111
111
  /**
112
112
  * Test a trigger on a component.
113
113
  * @param {import('@formio/core').Component} component - The component to test the trigger against.
@@ -118,7 +118,7 @@ export function checkCondition(component: import("@formio/core").Component, row:
118
118
  * @param {any} instance - The component that is performing the trigger.
119
119
  * @returns {boolean} - TRUE if the trigger should fire; FALSE otherwise.
120
120
  */
121
- export function checkTrigger(component: import("@formio/core").Component, trigger: import("@formio/core").LogicTrigger, row: import("@formio/core").DataObject, data: import("@formio/core").DataObject, form: import("@formio/core").Form, instance: any): boolean;
121
+ export function checkTrigger(component: import('@formio/core').Component, trigger: any, row: import('@formio/core').DataObject, data: import('@formio/core').DataObject, form: import('@formio/core').Form, instance: any): boolean;
122
122
  /**
123
123
  * Sets a property on a component via an executed Logic action.
124
124
  * @param {import('@formio/core').Component} component - The component to set the property on.
@@ -129,7 +129,7 @@ export function checkTrigger(component: import("@formio/core").Component, trigge
129
129
  * @param {any} instance - The component instance.
130
130
  * @returns {import('@formio/core').Component} - The modified component.
131
131
  */
132
- export function setActionProperty(component: import("@formio/core").Component, action: import("@formio/core").LogicAction, result: string, row: import("@formio/core").DataObject, data: import("@formio/core").DataObject, instance: any): import("@formio/core").Component;
132
+ export function setActionProperty(component: import('@formio/core').Component, action: any, result: string, row: import('@formio/core').DataObject, data: import('@formio/core').DataObject, instance: any): import('@formio/core').Component;
133
133
  /**
134
134
  * Removes HTML tags from string e.g. <div>Hello World</div> => Hello World
135
135
  * @param {string} str - The string to remove HTML tags from.
@@ -293,7 +293,7 @@ export function getNumberSeparators(lang?: string): {
293
293
  * @param {number} defaultLimit - The default limit to use if none is provided in the component.
294
294
  * @returns {number} - The number of decimal places allowed.
295
295
  */
296
- export function getNumberDecimalLimit(component: import("@formio/core").Component, defaultLimit: number): number;
296
+ export function getNumberDecimalLimit(component: import('@formio/core').Component, defaultLimit: number): number;
297
297
  /**
298
298
  * Returns the currency affixes for a specific language.
299
299
  * @param {object} arg0 - The arguments object.
@@ -318,7 +318,7 @@ export function getCurrencyAffixes({ currency, decimalLimit, decimalSeparator, l
318
318
  * @param {import('@formio/core').Component} component - The component to fetch the field data for.
319
319
  * @returns {*} - The field data.
320
320
  */
321
- export function fieldData(data: import("@formio/core").DataObject, component: import("@formio/core").Component): any;
321
+ export function fieldData(data: import('@formio/core').DataObject, component: import('@formio/core').Component): any;
322
322
  /**
323
323
  * Delays function execution with possibility to execute function synchronously or cancel it.
324
324
  * @param {Function} fn - Function to delay
@@ -416,7 +416,7 @@ export function fastCloneDeep(obj: any): any;
416
416
  * @param {import('@formio/core').Component} componentJson - The JSON of a component.
417
417
  * @returns {bool} - TRUE if the component is an input component; FALSE otherwise.
418
418
  */
419
- export function isInputComponent(componentJson: import("@formio/core").Component): bool;
419
+ export function isInputComponent(componentJson: import('@formio/core').Component): bool;
420
420
  /**
421
421
  * Takes a component path, and returns a component path array.
422
422
  * @param {string} pathStr - The path string to convert to an array.
@@ -466,7 +466,7 @@ export function getComponentPathWithoutIndicies(path?: string): string;
466
466
  * @param {string} path - Path to the component
467
467
  * @returns {string} - Path to the component
468
468
  */
469
- export function getComponentPath(component: import("@formio/core").Component, path?: string): string;
469
+ export function getComponentPath(component: import('@formio/core').Component, path?: string): string;
470
470
  /**
471
471
  * Returns a parent component of the passed component instance skipping all the Layout components
472
472
  * @param {Component} componentInstance - The component to check for the parent.
@@ -498,7 +498,7 @@ export function getFocusableElements(element: HTMLElement): NodeList<HTMLElement
498
498
  * @param {import('@formio/core').Component} fullSchema - The component schema
499
499
  * @returns {Array<string>|null} - The saved types for the component
500
500
  */
501
- export function getComponentSavedTypes(fullSchema: import("@formio/core").Component): Array<string> | null;
501
+ export function getComponentSavedTypes(fullSchema: import('@formio/core').Component): Array<string> | null;
502
502
  /**
503
503
  * Returns the template keys inside the template code.
504
504
  * @param {string} template - The template to get the keys from.
@@ -510,7 +510,7 @@ export function getItemTemplateKeys(template: string): Array<string>;
510
510
  * @param {import('@formio/core').Component} comp - The component to check.
511
511
  * @returns {boolean} - TRUE if the component is a select resource with an object for its value; FALSE otherwise.
512
512
  */
513
- export function isSelectResourceWithObjectValue(comp?: import("@formio/core").Component): boolean;
513
+ export function isSelectResourceWithObjectValue(comp?: import('@formio/core').Component): boolean;
514
514
  export * from "./formUtils";
515
515
  /**
516
516
  * Map values through unfold and return first non-nil value.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.0.0-rc.60",
3
+ "version": "5.0.0-rc.62",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "homepage": "https://github.com/formio/formio.js#readme",
81
81
  "dependencies": {
82
- "@formio/bootstrap": "3.0.0-dev.98.17ba6ea",
82
+ "@formio/bootstrap": "3.0.0-rc.36",
83
83
  "@formio/choices.js": "^10.2.1",
84
84
  "@formio/core": "2.1.0-dev.104.42720ba",
85
85
  "@formio/text-mask-addons": "^3.8.0-formio.2",
@@ -117,9 +117,9 @@
117
117
  "vanilla-picker": "^2.12.3"
118
118
  },
119
119
  "devDependencies": {
120
- "@typescript-eslint/eslint-plugin": "^7.14.1",
121
- "@typescript-eslint/parser": "^7.14.1",
122
- "ace-builds": "1.35.1",
120
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
121
+ "@typescript-eslint/parser": "^7.9.0",
122
+ "ace-builds": "1.34.2",
123
123
  "async-limiter": "^2.0.0",
124
124
  "bootstrap-icons": "^1.10.5",
125
125
  "bootswatch": "^5.3.3",
@@ -129,7 +129,7 @@
129
129
  "ejs-loader": "^0.5.0",
130
130
  "escape-string-regexp": "^5.0.0",
131
131
  "eslint": "^8.57.0",
132
- "eslint-plugin-jsdoc": "^48.5.0",
132
+ "eslint-plugin-jsdoc": "^48.2.5",
133
133
  "fetch-mock": "^9.11.0",
134
134
  "file-loader": "^6.2.0",
135
135
  "flatpickr": "^4.6.13",
@@ -153,7 +153,7 @@
153
153
  "karma-mocha-reporter": "^2.2.5",
154
154
  "karma-phantomjs-launcher": "^1.0.4",
155
155
  "karma-webpack": "^5.0.1",
156
- "mocha": "^10.5.2",
156
+ "mocha": "^10.3.0",
157
157
  "mock-local-storage": "^1.1.24",
158
158
  "natives": "^1.1.6",
159
159
  "power-assert": "^1.6.1",
@@ -161,7 +161,7 @@
161
161
  "pretty": "^2.0.0",
162
162
  "pygments-css": "^1.0.0",
163
163
  "raw-loader": "^4.0.2",
164
- "sass": "^1.77.6",
164
+ "sass": "^1.77.1",
165
165
  "shortcut-buttons-flatpickr": "^0.4.0",
166
166
  "sinon": "^17.0.1",
167
167
  "string-replace-loader": "^3.1.0",
@@ -169,8 +169,8 @@
169
169
  "ts-node": "^10.9.1",
170
170
  "tsc": "^2.0.4",
171
171
  "typedoc": "^0.25.13",
172
- "typescript": "5.5.2",
173
- "webpack": "^5.92.1",
172
+ "typescript": "5.3.2",
173
+ "webpack": "^5.90.3",
174
174
  "webpack-bundle-analyzer": "^4.10.2",
175
175
  "webpack-cli": "^5.1.1",
176
176
  "webpack-node-externals": "^3.0.0",