@duffel/components 2.2.0 → 2.4.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.
- package/dist/AdditionalBaggage.esm.js +1 -1
- package/dist/AdditionalBaggage.js +1 -1
- package/dist/AdditionalBaggage.umd.min.js +1 -1
- package/dist/AdditionalBaggageSelection.esm.js +1 -1
- package/dist/AdditionalBaggageSelection.js +1 -1
- package/dist/AdditionalBaggageSelection.umd.min.js +1 -1
- package/dist/CardPayment.esm.js +1 -1
- package/dist/CardPayment.js +1 -1
- package/dist/CardPayment.umd.min.js +1 -1
- package/dist/SeatSelection.esm.js +1 -1
- package/dist/SeatSelection.js +1 -1
- package/dist/SeatSelection.umd.min.js +1 -1
- package/dist/duffel-components.d.ts +156 -144
- 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/package.json +83 -78
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.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",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"e2e": "npx playwright test",
|
|
28
28
|
"e2e:debug": "PWDEBUG=1 npx playwright test",
|
|
29
29
|
"prettier": "prettier --write --loglevel=warn .",
|
|
30
|
-
"prettier-check": "prettier --check ."
|
|
30
|
+
"prettier-check": "prettier --check .",
|
|
31
|
+
"update-local-package": "yarn build && yalc push --replace --changed"
|
|
31
32
|
},
|
|
32
33
|
"config": {
|
|
33
34
|
"commitizen": {
|
|
@@ -54,87 +55,86 @@
|
|
|
54
55
|
"@popperjs/core": "^2.10.1",
|
|
55
56
|
"@stripe/react-stripe-js": "^1.6.0",
|
|
56
57
|
"@stripe/stripe-js": "^1.19.1",
|
|
57
|
-
"assert": "^2.0.0",
|
|
58
58
|
"base64-js": "^1.5.1",
|
|
59
59
|
"classnames": "^2.3.1",
|
|
60
60
|
"ieee754": "^1.2.1",
|
|
61
61
|
"prop-types": "^15.7.2",
|
|
62
62
|
"react-popper": "^2.2.5",
|
|
63
|
-
"smoothscroll-polyfill": "^0.4.4"
|
|
64
|
-
"util": "^0.12.4"
|
|
63
|
+
"smoothscroll-polyfill": "^0.4.4"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
67
|
-
"@babel/core": "
|
|
68
|
-
"@babel/plugin-proposal-unicode-property-regex": "
|
|
69
|
-
"@babel/preset-env": "
|
|
70
|
-
"@babel/preset-react": "
|
|
71
|
-
"@babel/register": "
|
|
72
|
-
"@commitlint/cli": "
|
|
73
|
-
"@commitlint/config-angular": "
|
|
74
|
-
"@commitlint/cz-commitlint": "
|
|
75
|
-
"@playwright/test": "
|
|
76
|
-
"@semantic-release/changelog": "
|
|
77
|
-
"@semantic-release/commit-analyzer": "
|
|
78
|
-
"@semantic-release/git": "
|
|
79
|
-
"@storybook/addon-actions": "
|
|
80
|
-
"@storybook/addon-controls": "
|
|
81
|
-
"@storybook/addon-essentials": "
|
|
82
|
-
"@storybook/addon-links": "
|
|
83
|
-
"@storybook/addon-postcss": "
|
|
84
|
-
"@storybook/builder-webpack5": "
|
|
85
|
-
"@storybook/manager-webpack5": "
|
|
86
|
-
"@storybook/react": "
|
|
87
|
-
"@testing-library/jest-dom": "
|
|
88
|
-
"@testing-library/react": "
|
|
89
|
-
"@types/jest": "
|
|
90
|
-
"@types/lodash": "
|
|
91
|
-
"@types/node": "
|
|
92
|
-
"@types/react
|
|
93
|
-
"@types/
|
|
94
|
-
"@
|
|
95
|
-
"@typescript-eslint/
|
|
96
|
-
"
|
|
97
|
-
"babel-
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"eslint
|
|
106
|
-
"eslint-
|
|
107
|
-
"eslint-plugin-
|
|
108
|
-
"eslint-plugin-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"postcss
|
|
120
|
-
"postcss-
|
|
121
|
-
"postcss-
|
|
122
|
-
"postcss-
|
|
123
|
-
"postcss-
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"react
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"ts-
|
|
131
|
-
"ts-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"webpack
|
|
137
|
-
"webpack-
|
|
66
|
+
"@babel/core": "7.18.5",
|
|
67
|
+
"@babel/plugin-proposal-unicode-property-regex": "7.17.12",
|
|
68
|
+
"@babel/preset-env": "7.18.2",
|
|
69
|
+
"@babel/preset-react": "7.17.12",
|
|
70
|
+
"@babel/register": "7.17.7",
|
|
71
|
+
"@commitlint/cli": "17.0.3",
|
|
72
|
+
"@commitlint/config-angular": "17.0.3",
|
|
73
|
+
"@commitlint/cz-commitlint": "17.0.3",
|
|
74
|
+
"@playwright/test": "1.22.2",
|
|
75
|
+
"@semantic-release/changelog": "6.0.1",
|
|
76
|
+
"@semantic-release/commit-analyzer": "9.0.2",
|
|
77
|
+
"@semantic-release/git": "10.0.1",
|
|
78
|
+
"@storybook/addon-actions": "6.5.9",
|
|
79
|
+
"@storybook/addon-controls": "6.5.9",
|
|
80
|
+
"@storybook/addon-essentials": "6.5.9",
|
|
81
|
+
"@storybook/addon-links": "6.5.8",
|
|
82
|
+
"@storybook/addon-postcss": "2.0.0",
|
|
83
|
+
"@storybook/builder-webpack5": "6.5.9",
|
|
84
|
+
"@storybook/manager-webpack5": "6.5.8",
|
|
85
|
+
"@storybook/react": "6.5.8",
|
|
86
|
+
"@testing-library/jest-dom": "5.16.4",
|
|
87
|
+
"@testing-library/react": "12.1.5",
|
|
88
|
+
"@types/jest": "27.4.1",
|
|
89
|
+
"@types/lodash": "4.14.182",
|
|
90
|
+
"@types/node": "17.0.42",
|
|
91
|
+
"@types/react": "17.0.47",
|
|
92
|
+
"@types/react-dom": "17.0.17",
|
|
93
|
+
"@types/smoothscroll-polyfill": "0.3.1",
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
95
|
+
"@typescript-eslint/parser": "5.27.1",
|
|
96
|
+
"babel-loader": "8.2.5",
|
|
97
|
+
"babel-plugin-module-resolver": "4.1.0",
|
|
98
|
+
"chromatic": "6.5.6",
|
|
99
|
+
"clean-webpack-plugin": "4.0.0",
|
|
100
|
+
"commitizen": "4.2.5",
|
|
101
|
+
"css-loader": "6.7.1",
|
|
102
|
+
"dotenv": "16.0.1",
|
|
103
|
+
"dts-bundle-generator": "6.11.0",
|
|
104
|
+
"eslint": "8.17.0",
|
|
105
|
+
"eslint-config-prettier": "8.5.0",
|
|
106
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
107
|
+
"eslint-plugin-spellcheck": "0.0.19",
|
|
108
|
+
"eslint-plugin-storybook": "0.5.12",
|
|
109
|
+
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
110
|
+
"http-server": "14.1.1",
|
|
111
|
+
"husky": "8.0.1",
|
|
112
|
+
"inquirer": "8.2.4",
|
|
113
|
+
"jest": "26.6.3",
|
|
114
|
+
"lint-staged": "13.0.3",
|
|
115
|
+
"lodash": "4.17.21",
|
|
116
|
+
"mini-css-extract-plugin": "2.6.0",
|
|
117
|
+
"node-polyfill-webpack-plugin": "1.1.4",
|
|
118
|
+
"postcss": "8.4.14",
|
|
119
|
+
"postcss-combine-duplicated-selectors": "10.0.3",
|
|
120
|
+
"postcss-discard-duplicates": "5.1.0",
|
|
121
|
+
"postcss-import": "14.1.0",
|
|
122
|
+
"postcss-loader": "7.0.0",
|
|
123
|
+
"postcss-nested": "5.0.6",
|
|
124
|
+
"prettier": "2.6.2",
|
|
125
|
+
"prop-types": "15.8.1",
|
|
126
|
+
"react": "17.0.2",
|
|
127
|
+
"react-dom": "17.0.2",
|
|
128
|
+
"semantic-release": "19.0.3",
|
|
129
|
+
"ts-jest": "26.5.6",
|
|
130
|
+
"ts-loader": "9.3.0",
|
|
131
|
+
"ts-node": "10.8.1",
|
|
132
|
+
"tslib": "2.4.0",
|
|
133
|
+
"types-webpack-bundler": "1.0.2",
|
|
134
|
+
"typescript": "4.7.3",
|
|
135
|
+
"webpack": "5.73.0",
|
|
136
|
+
"webpack-cli": "4.9.2",
|
|
137
|
+
"webpack-node-externals": "3.0.0"
|
|
138
138
|
},
|
|
139
139
|
"engines": {
|
|
140
140
|
"node": ">=14.*"
|
|
@@ -183,11 +183,14 @@
|
|
|
183
183
|
]
|
|
184
184
|
},
|
|
185
185
|
"resolutions": {
|
|
186
|
+
"@types/webpack": "^5.28.0",
|
|
186
187
|
"immer": "^9.0.6",
|
|
187
188
|
"ansi-regex": "^5.0.1",
|
|
188
189
|
"glob-parent": "^5.1.2",
|
|
189
190
|
"browserslist": "^4.16.5",
|
|
190
|
-
"trim": "^0.0.3"
|
|
191
|
+
"trim": "^0.0.3",
|
|
192
|
+
"@types/react-dom": "17.0.17",
|
|
193
|
+
"@types/react": "17.0.47"
|
|
191
194
|
},
|
|
192
195
|
"keywords": [
|
|
193
196
|
"seat",
|
|
@@ -201,7 +204,9 @@
|
|
|
201
204
|
"seat",
|
|
202
205
|
"seatmap",
|
|
203
206
|
"payment",
|
|
204
|
-
"payments"
|
|
207
|
+
"payments",
|
|
208
|
+
"baggage",
|
|
209
|
+
"baggages"
|
|
205
210
|
],
|
|
206
211
|
"author": "Duffel Technology Limited <help@duffel.com> (http://duffel.com)",
|
|
207
212
|
"license": "MIT"
|