@duffel/components 2.2.0 → 2.2.1
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/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 +1 -2
- 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 +24 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
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",
|
|
@@ -54,14 +54,12 @@
|
|
|
54
54
|
"@popperjs/core": "^2.10.1",
|
|
55
55
|
"@stripe/react-stripe-js": "^1.6.0",
|
|
56
56
|
"@stripe/stripe-js": "^1.19.1",
|
|
57
|
-
"assert": "^2.0.0",
|
|
58
57
|
"base64-js": "^1.5.1",
|
|
59
58
|
"classnames": "^2.3.1",
|
|
60
59
|
"ieee754": "^1.2.1",
|
|
61
60
|
"prop-types": "^15.7.2",
|
|
62
61
|
"react-popper": "^2.2.5",
|
|
63
|
-
"smoothscroll-polyfill": "^0.4.4"
|
|
64
|
-
"util": "^0.12.4"
|
|
62
|
+
"smoothscroll-polyfill": "^0.4.4"
|
|
65
63
|
},
|
|
66
64
|
"devDependencies": {
|
|
67
65
|
"@babel/core": "^7.16.0",
|
|
@@ -71,24 +69,25 @@
|
|
|
71
69
|
"@babel/register": "^7.16.0",
|
|
72
70
|
"@commitlint/cli": "^17.0.0",
|
|
73
71
|
"@commitlint/config-angular": "^17.0.0",
|
|
74
|
-
"@commitlint/cz-commitlint": "^
|
|
72
|
+
"@commitlint/cz-commitlint": "^17.0.0",
|
|
75
73
|
"@playwright/test": "^1.16.3",
|
|
76
74
|
"@semantic-release/changelog": "^6.0.1",
|
|
77
75
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
78
76
|
"@semantic-release/git": "^10.0.1",
|
|
79
|
-
"@storybook/addon-actions": "^6.
|
|
80
|
-
"@storybook/addon-controls": "^6.
|
|
81
|
-
"@storybook/addon-essentials": "^6.
|
|
82
|
-
"@storybook/addon-links": "^6.
|
|
77
|
+
"@storybook/addon-actions": "^6.5.8",
|
|
78
|
+
"@storybook/addon-controls": "^6.5.8",
|
|
79
|
+
"@storybook/addon-essentials": "^6.5.8",
|
|
80
|
+
"@storybook/addon-links": "^6.5.8",
|
|
83
81
|
"@storybook/addon-postcss": "^2.0.0",
|
|
84
|
-
"@storybook/builder-webpack5": "^6.
|
|
85
|
-
"@storybook/manager-webpack5": "^6.
|
|
86
|
-
"@storybook/react": "^6.
|
|
82
|
+
"@storybook/builder-webpack5": "^6.5.8",
|
|
83
|
+
"@storybook/manager-webpack5": "^6.5.8",
|
|
84
|
+
"@storybook/react": "^6.5.8",
|
|
87
85
|
"@testing-library/jest-dom": "^5.14.1",
|
|
88
86
|
"@testing-library/react": "^12.0.0",
|
|
89
87
|
"@types/jest": "^27.0.1",
|
|
90
88
|
"@types/lodash": "^4.14.170",
|
|
91
89
|
"@types/node": "^17.0.4",
|
|
90
|
+
"@types/react": "^17.0.7",
|
|
92
91
|
"@types/react-dom": "^17.0.7",
|
|
93
92
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
94
93
|
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
@@ -100,18 +99,18 @@
|
|
|
100
99
|
"commitizen": "^4.2.4",
|
|
101
100
|
"css-loader": "^6.5.1",
|
|
102
101
|
"dotenv": "^16.0.0",
|
|
103
|
-
"dts-bundle-generator": "^6.
|
|
102
|
+
"dts-bundle-generator": "^6.11.0",
|
|
104
103
|
"eslint": "^8.6.0",
|
|
105
104
|
"eslint-config-prettier": "^8.3.0",
|
|
106
105
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
107
106
|
"eslint-plugin-spellcheck": "^0.0.19",
|
|
108
|
-
"eslint-plugin-storybook": "^0.5.
|
|
109
|
-
"fork-ts-checker-webpack-plugin": "^7.
|
|
107
|
+
"eslint-plugin-storybook": "^0.5.12",
|
|
108
|
+
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
110
109
|
"http-server": "^14.0.0",
|
|
111
110
|
"husky": "^8.0.1",
|
|
112
111
|
"inquirer": "^8.0.0",
|
|
113
112
|
"jest": "^26.6.3",
|
|
114
|
-
"lint-staged": "^
|
|
113
|
+
"lint-staged": "^13.0.1",
|
|
115
114
|
"lodash": "^4.17.21",
|
|
116
115
|
"mini-css-extract-plugin": "^2.4.4",
|
|
117
116
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
@@ -132,8 +131,8 @@
|
|
|
132
131
|
"tslib": "^2.3.1",
|
|
133
132
|
"types-webpack-bundler": "^1.0.2",
|
|
134
133
|
"typescript": "^4.4.4",
|
|
135
|
-
"webpack": "^5.
|
|
136
|
-
"webpack-cli": "^4.9.
|
|
134
|
+
"webpack": "^5.73.0",
|
|
135
|
+
"webpack-cli": "^4.9.2",
|
|
137
136
|
"webpack-node-externals": "^3.0.0"
|
|
138
137
|
},
|
|
139
138
|
"engines": {
|
|
@@ -183,11 +182,14 @@
|
|
|
183
182
|
]
|
|
184
183
|
},
|
|
185
184
|
"resolutions": {
|
|
185
|
+
"@types/webpack": "^5.28.0",
|
|
186
186
|
"immer": "^9.0.6",
|
|
187
187
|
"ansi-regex": "^5.0.1",
|
|
188
188
|
"glob-parent": "^5.1.2",
|
|
189
189
|
"browserslist": "^4.16.5",
|
|
190
|
-
"trim": "^0.0.3"
|
|
190
|
+
"trim": "^0.0.3",
|
|
191
|
+
"@types/react-dom": "^17.0.7",
|
|
192
|
+
"@types/react": "^17.0.7"
|
|
191
193
|
},
|
|
192
194
|
"keywords": [
|
|
193
195
|
"seat",
|
|
@@ -201,7 +203,9 @@
|
|
|
201
203
|
"seat",
|
|
202
204
|
"seatmap",
|
|
203
205
|
"payment",
|
|
204
|
-
"payments"
|
|
206
|
+
"payments",
|
|
207
|
+
"baggage",
|
|
208
|
+
"baggages"
|
|
205
209
|
],
|
|
206
210
|
"author": "Duffel Technology Limited <help@duffel.com> (http://duffel.com)",
|
|
207
211
|
"license": "MIT"
|