@duffel/components 2.5.2 → 2.6.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.
@@ -26,6 +26,15 @@ object-assign
26
26
 
27
27
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
28
28
 
29
+ /**
30
+ * @license
31
+ * Lodash <https://lodash.com/>
32
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
33
+ * Released under MIT license <https://lodash.com/license>
34
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
35
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
36
+ */
37
+
29
38
  /**
30
39
  * @license React
31
40
  * react-dom.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "2.5.2",
3
+ "version": "2.6.0",
4
4
  "description": "Set of pre-built UI components for integrating with Duffel API",
5
5
  "main": "dist/duffel-components.js",
6
6
  "module": "dist/duffel-components.esm.js",
@@ -108,7 +108,7 @@
108
108
  "eslint-plugin-react-hooks": "4.6.0",
109
109
  "eslint-plugin-spellcheck": "0.0.20",
110
110
  "eslint-plugin-storybook": "0.6.8",
111
- "fork-ts-checker-webpack-plugin": "7.2.13",
111
+ "fork-ts-checker-webpack-plugin": "7.2.14",
112
112
  "http-server": "14.1.1",
113
113
  "husky": "8.0.2",
114
114
  "inquirer": "9.1.4",