@duffel/components 2.7.0 → 2.7.2

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.
@@ -10,6 +10,14 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /*!
14
+ * decimal.js v10.4.3
15
+ * An arbitrary-precision Decimal type for JavaScript.
16
+ * https://github.com/MikeMcl/decimal.js
17
+ * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
18
+ * MIT Licence
19
+ */
20
+
13
21
  /*!
14
22
  * The buffer module from node.js, for the browser.
15
23
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
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",
@@ -91,7 +91,7 @@
91
91
  "@types/jest": "27.5.2",
92
92
  "@types/lodash": "4.14.191",
93
93
  "@types/node": "17.0.42",
94
- "@types/react": "18.0.26",
94
+ "@types/react": "18.0.27",
95
95
  "@types/react-dom": "18.0.10",
96
96
  "@types/smoothscroll-polyfill": "0.3.1",
97
97
  "@typescript-eslint/eslint-plugin": "5.36.1",
@@ -118,7 +118,7 @@
118
118
  "lodash": "4.17.21",
119
119
  "mini-css-extract-plugin": "2.6.1",
120
120
  "node-polyfill-webpack-plugin": "2.0.1",
121
- "postcss": "8.4.20",
121
+ "postcss": "8.4.21",
122
122
  "postcss-combine-duplicated-selectors": "10.0.3",
123
123
  "postcss-discard-duplicates": "5.1.0",
124
124
  "postcss-import": "14.1.0",
@@ -197,7 +197,7 @@
197
197
  "browserslist": "^4.16.5",
198
198
  "trim": "^1.0.0",
199
199
  "@types/react-dom": "18.0.10",
200
- "@types/react": "18.0.26",
200
+ "@types/react": "18.0.27",
201
201
  "loader-utils": "^2.0.4"
202
202
  },
203
203
  "keywords": [