@duffel/components 2.4.1 → 2.4.4
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/README.md +8 -2
- package/dist/AdditionalBaggage.esm.js +1 -1
- package/dist/AdditionalBaggage.js +1 -1
- package/dist/AdditionalBaggage.umd.min.js +1 -1
- package/dist/AdditionalBaggage.umd.min.js.LICENSE.txt +12 -14
- package/dist/AdditionalBaggageSelection.esm.js +1 -1
- package/dist/AdditionalBaggageSelection.js +1 -1
- package/dist/AdditionalBaggageSelection.umd.min.js +1 -1
- package/dist/AdditionalBaggageSelection.umd.min.js.LICENSE.txt +12 -14
- package/dist/CardPayment.esm.js +1 -1
- package/dist/CardPayment.js +1 -1
- package/dist/CardPayment.umd.min.js +1 -1
- package/dist/CardPayment.umd.min.js.LICENSE.txt +12 -14
- package/dist/SeatSelection.esm.js +1 -1
- package/dist/SeatSelection.js +1 -1
- package/dist/SeatSelection.umd.min.js +1 -1
- package/dist/SeatSelection.umd.min.js.LICENSE.txt +12 -14
- package/dist/duffel-components.d.ts +1 -1
- package/dist/duffel-components.esm.js +1 -1
- package/dist/duffel-components.js +1 -1
- package/dist/duffel-components.umd.min.js +1 -1
- package/dist/duffel-components.umd.min.js.LICENSE.txt +12 -14
- package/package.json +61 -55
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
Copyright (c) 2018 Jed Watson.
|
|
9
3
|
Licensed under the MIT License (MIT), see
|
|
@@ -26,8 +20,9 @@ object-assign
|
|
|
26
20
|
|
|
27
21
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
28
22
|
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
23
|
+
/**
|
|
24
|
+
* @license React
|
|
25
|
+
* react-dom.production.min.js
|
|
31
26
|
*
|
|
32
27
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
33
28
|
*
|
|
@@ -35,8 +30,9 @@ object-assign
|
|
|
35
30
|
* LICENSE file in the root directory of this source tree.
|
|
36
31
|
*/
|
|
37
32
|
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
33
|
+
/**
|
|
34
|
+
* @license React
|
|
35
|
+
* react-jsx-runtime.production.min.js
|
|
40
36
|
*
|
|
41
37
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
42
38
|
*
|
|
@@ -44,8 +40,9 @@ object-assign
|
|
|
44
40
|
* LICENSE file in the root directory of this source tree.
|
|
45
41
|
*/
|
|
46
42
|
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
43
|
+
/**
|
|
44
|
+
* @license React
|
|
45
|
+
* react.production.min.js
|
|
49
46
|
*
|
|
50
47
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
51
48
|
*
|
|
@@ -53,8 +50,9 @@ object-assign
|
|
|
53
50
|
* LICENSE file in the root directory of this source tree.
|
|
54
51
|
*/
|
|
55
52
|
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
53
|
+
/**
|
|
54
|
+
* @license React
|
|
55
|
+
* scheduler.production.min.js
|
|
58
56
|
*
|
|
59
57
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
60
58
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
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",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"e2e:debug": "PWDEBUG=1 npx playwright test",
|
|
29
29
|
"prettier": "prettier --write --loglevel=warn .",
|
|
30
30
|
"prettier-check": "prettier --check .",
|
|
31
|
-
"
|
|
31
|
+
"local-package:update": "yarn build && yalc push --replace --changed",
|
|
32
|
+
"local-package:clean": "yalc installations clean @duffel/components"
|
|
32
33
|
},
|
|
33
34
|
"config": {
|
|
34
35
|
"commitizen": {
|
|
@@ -52,88 +53,88 @@
|
|
|
52
53
|
"react-dom": "^16.8.0 || ^17 || ^18"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@popperjs/core": "
|
|
56
|
-
"@stripe/react-stripe-js": "
|
|
57
|
-
"@stripe/stripe-js": "^1.
|
|
58
|
-
"base64-js": "
|
|
59
|
-
"classnames": "
|
|
60
|
-
"ieee754": "
|
|
61
|
-
"prop-types": "
|
|
62
|
-
"react-popper": "
|
|
63
|
-
"smoothscroll-polyfill": "
|
|
56
|
+
"@popperjs/core": "2.10.1",
|
|
57
|
+
"@stripe/react-stripe-js": "1.8.0",
|
|
58
|
+
"@stripe/stripe-js": "^1.35.0",
|
|
59
|
+
"base64-js": "1.5.1",
|
|
60
|
+
"classnames": "2.3.1",
|
|
61
|
+
"ieee754": "1.2.1",
|
|
62
|
+
"prop-types": "15.8.1",
|
|
63
|
+
"react-popper": "2.2.5",
|
|
64
|
+
"smoothscroll-polyfill": "0.4.4"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "7.18.
|
|
67
|
-
"@babel/plugin-proposal-
|
|
68
|
-
"@babel/
|
|
69
|
-
"@babel/preset-
|
|
70
|
-
"@babel/
|
|
67
|
+
"@babel/core": "7.18.13",
|
|
68
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
69
|
+
"@babel/plugin-proposal-unicode-property-regex": "7.18.6",
|
|
70
|
+
"@babel/preset-env": "7.18.10",
|
|
71
|
+
"@babel/preset-react": "7.18.6",
|
|
72
|
+
"@babel/register": "7.18.9",
|
|
71
73
|
"@commitlint/cli": "17.0.3",
|
|
72
74
|
"@commitlint/config-angular": "17.0.3",
|
|
73
75
|
"@commitlint/cz-commitlint": "17.0.3",
|
|
74
|
-
"@playwright/test": "1.
|
|
76
|
+
"@playwright/test": "1.25.1",
|
|
75
77
|
"@semantic-release/changelog": "6.0.1",
|
|
76
78
|
"@semantic-release/commit-analyzer": "9.0.2",
|
|
77
79
|
"@semantic-release/git": "10.0.1",
|
|
78
|
-
"@storybook/addon-actions": "6.5.
|
|
79
|
-
"@storybook/addon-controls": "6.5.
|
|
80
|
-
"@storybook/addon-essentials": "6.5.
|
|
81
|
-
"@storybook/addon-links": "6.5.
|
|
80
|
+
"@storybook/addon-actions": "6.5.10",
|
|
81
|
+
"@storybook/addon-controls": "6.5.10",
|
|
82
|
+
"@storybook/addon-essentials": "6.5.10",
|
|
83
|
+
"@storybook/addon-links": "6.5.10",
|
|
82
84
|
"@storybook/addon-postcss": "2.0.0",
|
|
83
|
-
"@storybook/builder-webpack5": "6.5.
|
|
84
|
-
"@storybook/manager-webpack5": "6.5.
|
|
85
|
-
"@storybook/react": "6.5.
|
|
86
|
-
"@testing-library/jest-dom": "5.16.
|
|
87
|
-
"@testing-library/react": "
|
|
88
|
-
"@types/jest": "27.
|
|
89
|
-
"@types/lodash": "4.14.
|
|
85
|
+
"@storybook/builder-webpack5": "6.5.10",
|
|
86
|
+
"@storybook/manager-webpack5": "6.5.10",
|
|
87
|
+
"@storybook/react": "6.5.10",
|
|
88
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
89
|
+
"@testing-library/react": "13.3.0",
|
|
90
|
+
"@types/jest": "27.5.2",
|
|
91
|
+
"@types/lodash": "4.14.184",
|
|
90
92
|
"@types/node": "17.0.42",
|
|
91
|
-
"@types/react": "
|
|
92
|
-
"@types/react-dom": "
|
|
93
|
+
"@types/react": "18.0.17",
|
|
94
|
+
"@types/react-dom": "18.0.6",
|
|
93
95
|
"@types/smoothscroll-polyfill": "0.3.1",
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
95
|
-
"@typescript-eslint/parser": "5.
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "5.36.1",
|
|
97
|
+
"@typescript-eslint/parser": "5.36.1",
|
|
96
98
|
"babel-loader": "8.2.5",
|
|
97
99
|
"babel-plugin-module-resolver": "4.1.0",
|
|
98
|
-
"chromatic": "6.
|
|
100
|
+
"chromatic": "6.7.4",
|
|
99
101
|
"clean-webpack-plugin": "4.0.0",
|
|
100
102
|
"commitizen": "4.2.5",
|
|
101
103
|
"css-loader": "6.7.1",
|
|
102
104
|
"dotenv": "16.0.1",
|
|
103
|
-
"dts-bundle-generator": "6.
|
|
104
|
-
"eslint": "8.
|
|
105
|
+
"dts-bundle-generator": "6.12.0",
|
|
106
|
+
"eslint": "8.22.0",
|
|
105
107
|
"eslint-config-prettier": "8.5.0",
|
|
106
|
-
"eslint-plugin-react-hooks": "4.
|
|
108
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
107
109
|
"eslint-plugin-spellcheck": "0.0.19",
|
|
108
|
-
"eslint-plugin-storybook": "0.
|
|
110
|
+
"eslint-plugin-storybook": "0.6.4",
|
|
109
111
|
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
110
112
|
"http-server": "14.1.1",
|
|
111
113
|
"husky": "8.0.1",
|
|
112
|
-
"inquirer": "
|
|
114
|
+
"inquirer": "9.1.0",
|
|
113
115
|
"jest": "26.6.3",
|
|
114
116
|
"lint-staged": "13.0.3",
|
|
115
117
|
"lodash": "4.17.21",
|
|
116
|
-
"mini-css-extract-plugin": "2.6.
|
|
117
|
-
"node-polyfill-webpack-plugin": "
|
|
118
|
-
"postcss": "8.4.
|
|
118
|
+
"mini-css-extract-plugin": "2.6.1",
|
|
119
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
120
|
+
"postcss": "8.4.16",
|
|
119
121
|
"postcss-combine-duplicated-selectors": "10.0.3",
|
|
120
122
|
"postcss-discard-duplicates": "5.1.0",
|
|
121
123
|
"postcss-import": "14.1.0",
|
|
122
|
-
"postcss-loader": "7.0.
|
|
124
|
+
"postcss-loader": "7.0.1",
|
|
123
125
|
"postcss-nested": "5.0.6",
|
|
124
|
-
"prettier": "2.
|
|
125
|
-
"
|
|
126
|
-
"react": "
|
|
127
|
-
"react-dom": "17.0.2",
|
|
126
|
+
"prettier": "2.7.1",
|
|
127
|
+
"react": "18.2.0",
|
|
128
|
+
"react-dom": "18.2.0",
|
|
128
129
|
"semantic-release": "19.0.3",
|
|
129
130
|
"ts-jest": "26.5.6",
|
|
130
|
-
"ts-loader": "9.3.
|
|
131
|
-
"ts-node": "10.
|
|
131
|
+
"ts-loader": "9.3.1",
|
|
132
|
+
"ts-node": "10.9.1",
|
|
132
133
|
"tslib": "2.4.0",
|
|
133
134
|
"types-webpack-bundler": "1.0.2",
|
|
134
|
-
"typescript": "4.7.
|
|
135
|
-
"webpack": "5.
|
|
136
|
-
"webpack-cli": "4.
|
|
135
|
+
"typescript": "4.7.4",
|
|
136
|
+
"webpack": "5.74.0",
|
|
137
|
+
"webpack-cli": "4.10.0",
|
|
137
138
|
"webpack-node-externals": "3.0.0"
|
|
138
139
|
},
|
|
139
140
|
"engines": {
|
|
@@ -163,6 +164,11 @@
|
|
|
163
164
|
{
|
|
164
165
|
"breaking": true,
|
|
165
166
|
"release": "major"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"type": "build",
|
|
170
|
+
"scope": "deps",
|
|
171
|
+
"release": "patch"
|
|
166
172
|
}
|
|
167
173
|
]
|
|
168
174
|
}
|
|
@@ -186,11 +192,11 @@
|
|
|
186
192
|
"@types/webpack": "^5.28.0",
|
|
187
193
|
"immer": "^9.0.6",
|
|
188
194
|
"ansi-regex": "^5.0.1",
|
|
189
|
-
"glob-parent": "^
|
|
195
|
+
"glob-parent": "^6.0.0",
|
|
190
196
|
"browserslist": "^4.16.5",
|
|
191
|
-
"trim": "^0.0
|
|
192
|
-
"@types/react-dom": "
|
|
193
|
-
"@types/react": "
|
|
197
|
+
"trim": "^1.0.0",
|
|
198
|
+
"@types/react-dom": "18.0.6",
|
|
199
|
+
"@types/react": "18.0.17"
|
|
194
200
|
},
|
|
195
201
|
"keywords": [
|
|
196
202
|
"seat",
|