@duffel/components 2.2.1 → 2.3.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.umd.min.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 +154 -142
- 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 +75 -75
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.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",
|
|
@@ -62,78 +62,78 @@
|
|
|
62
62
|
"smoothscroll-polyfill": "^0.4.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@babel/core": "
|
|
66
|
-
"@babel/plugin-proposal-unicode-property-regex": "
|
|
67
|
-
"@babel/preset-env": "
|
|
68
|
-
"@babel/preset-react": "
|
|
69
|
-
"@babel/register": "
|
|
70
|
-
"@commitlint/cli": "
|
|
71
|
-
"@commitlint/config-angular": "
|
|
72
|
-
"@commitlint/cz-commitlint": "
|
|
73
|
-
"@playwright/test": "
|
|
74
|
-
"@semantic-release/changelog": "
|
|
75
|
-
"@semantic-release/commit-analyzer": "
|
|
76
|
-
"@semantic-release/git": "
|
|
77
|
-
"@storybook/addon-actions": "
|
|
78
|
-
"@storybook/addon-controls": "
|
|
79
|
-
"@storybook/addon-essentials": "
|
|
80
|
-
"@storybook/addon-links": "
|
|
81
|
-
"@storybook/addon-postcss": "
|
|
82
|
-
"@storybook/builder-webpack5": "
|
|
83
|
-
"@storybook/manager-webpack5": "
|
|
84
|
-
"@storybook/react": "
|
|
85
|
-
"@testing-library/jest-dom": "
|
|
86
|
-
"@testing-library/react": "
|
|
87
|
-
"@types/jest": "
|
|
88
|
-
"@types/lodash": "
|
|
89
|
-
"@types/node": "
|
|
90
|
-
"@types/react": "
|
|
91
|
-
"@types/react-dom": "
|
|
92
|
-
"@types/smoothscroll-polyfill": "
|
|
93
|
-
"@typescript-eslint/eslint-plugin": "
|
|
94
|
-
"@typescript-eslint/parser": "
|
|
95
|
-
"babel-loader": "
|
|
96
|
-
"babel-plugin-module-resolver": "
|
|
97
|
-
"chromatic": "
|
|
98
|
-
"clean-webpack-plugin": "
|
|
99
|
-
"commitizen": "
|
|
100
|
-
"css-loader": "
|
|
101
|
-
"dotenv": "
|
|
102
|
-
"dts-bundle-generator": "
|
|
103
|
-
"eslint": "
|
|
104
|
-
"eslint-config-prettier": "
|
|
105
|
-
"eslint-plugin-react-hooks": "
|
|
106
|
-
"eslint-plugin-spellcheck": "
|
|
107
|
-
"eslint-plugin-storybook": "
|
|
108
|
-
"fork-ts-checker-webpack-plugin": "
|
|
109
|
-
"http-server": "
|
|
110
|
-
"husky": "
|
|
111
|
-
"inquirer": "
|
|
112
|
-
"jest": "
|
|
113
|
-
"lint-staged": "
|
|
114
|
-
"lodash": "
|
|
115
|
-
"mini-css-extract-plugin": "
|
|
116
|
-
"node-polyfill-webpack-plugin": "
|
|
117
|
-
"postcss": "
|
|
118
|
-
"postcss-combine-duplicated-selectors": "
|
|
119
|
-
"postcss-discard-duplicates": "
|
|
120
|
-
"postcss-import": "
|
|
121
|
-
"postcss-loader": "
|
|
122
|
-
"postcss-nested": "
|
|
123
|
-
"prettier": "
|
|
124
|
-
"prop-types": "
|
|
125
|
-
"react": "
|
|
126
|
-
"react-dom": "
|
|
127
|
-
"semantic-release": "
|
|
128
|
-
"ts-jest": "
|
|
129
|
-
"ts-loader": "
|
|
130
|
-
"ts-node": "
|
|
131
|
-
"tslib": "
|
|
132
|
-
"types-webpack-bundler": "
|
|
133
|
-
"typescript": "
|
|
134
|
-
"webpack": "
|
|
135
|
-
"webpack-cli": "
|
|
136
|
-
"webpack-node-externals": "
|
|
65
|
+
"@babel/core": "7.18.5",
|
|
66
|
+
"@babel/plugin-proposal-unicode-property-regex": "7.17.12",
|
|
67
|
+
"@babel/preset-env": "7.18.2",
|
|
68
|
+
"@babel/preset-react": "7.17.12",
|
|
69
|
+
"@babel/register": "7.17.7",
|
|
70
|
+
"@commitlint/cli": "17.0.3",
|
|
71
|
+
"@commitlint/config-angular": "17.0.3",
|
|
72
|
+
"@commitlint/cz-commitlint": "17.0.3",
|
|
73
|
+
"@playwright/test": "1.22.2",
|
|
74
|
+
"@semantic-release/changelog": "6.0.1",
|
|
75
|
+
"@semantic-release/commit-analyzer": "9.0.2",
|
|
76
|
+
"@semantic-release/git": "10.0.1",
|
|
77
|
+
"@storybook/addon-actions": "6.5.9",
|
|
78
|
+
"@storybook/addon-controls": "6.5.9",
|
|
79
|
+
"@storybook/addon-essentials": "6.5.9",
|
|
80
|
+
"@storybook/addon-links": "6.5.8",
|
|
81
|
+
"@storybook/addon-postcss": "2.0.0",
|
|
82
|
+
"@storybook/builder-webpack5": "6.5.9",
|
|
83
|
+
"@storybook/manager-webpack5": "6.5.8",
|
|
84
|
+
"@storybook/react": "6.5.8",
|
|
85
|
+
"@testing-library/jest-dom": "5.16.4",
|
|
86
|
+
"@testing-library/react": "12.1.5",
|
|
87
|
+
"@types/jest": "27.4.1",
|
|
88
|
+
"@types/lodash": "4.14.182",
|
|
89
|
+
"@types/node": "17.0.42",
|
|
90
|
+
"@types/react": "17.0.47",
|
|
91
|
+
"@types/react-dom": "17.0.17",
|
|
92
|
+
"@types/smoothscroll-polyfill": "0.3.1",
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
94
|
+
"@typescript-eslint/parser": "5.27.1",
|
|
95
|
+
"babel-loader": "8.2.5",
|
|
96
|
+
"babel-plugin-module-resolver": "4.1.0",
|
|
97
|
+
"chromatic": "6.5.6",
|
|
98
|
+
"clean-webpack-plugin": "4.0.0",
|
|
99
|
+
"commitizen": "4.2.5",
|
|
100
|
+
"css-loader": "6.7.1",
|
|
101
|
+
"dotenv": "16.0.1",
|
|
102
|
+
"dts-bundle-generator": "6.11.0",
|
|
103
|
+
"eslint": "8.17.0",
|
|
104
|
+
"eslint-config-prettier": "8.5.0",
|
|
105
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
106
|
+
"eslint-plugin-spellcheck": "0.0.19",
|
|
107
|
+
"eslint-plugin-storybook": "0.5.12",
|
|
108
|
+
"fork-ts-checker-webpack-plugin": "7.2.13",
|
|
109
|
+
"http-server": "14.1.1",
|
|
110
|
+
"husky": "8.0.1",
|
|
111
|
+
"inquirer": "8.2.4",
|
|
112
|
+
"jest": "26.6.3",
|
|
113
|
+
"lint-staged": "13.0.3",
|
|
114
|
+
"lodash": "4.17.21",
|
|
115
|
+
"mini-css-extract-plugin": "2.6.0",
|
|
116
|
+
"node-polyfill-webpack-plugin": "1.1.4",
|
|
117
|
+
"postcss": "8.4.14",
|
|
118
|
+
"postcss-combine-duplicated-selectors": "10.0.3",
|
|
119
|
+
"postcss-discard-duplicates": "5.1.0",
|
|
120
|
+
"postcss-import": "14.1.0",
|
|
121
|
+
"postcss-loader": "7.0.0",
|
|
122
|
+
"postcss-nested": "5.0.6",
|
|
123
|
+
"prettier": "2.6.2",
|
|
124
|
+
"prop-types": "15.8.1",
|
|
125
|
+
"react": "17.0.2",
|
|
126
|
+
"react-dom": "17.0.2",
|
|
127
|
+
"semantic-release": "19.0.3",
|
|
128
|
+
"ts-jest": "26.5.6",
|
|
129
|
+
"ts-loader": "9.3.0",
|
|
130
|
+
"ts-node": "10.8.1",
|
|
131
|
+
"tslib": "2.4.0",
|
|
132
|
+
"types-webpack-bundler": "1.0.2",
|
|
133
|
+
"typescript": "4.7.3",
|
|
134
|
+
"webpack": "5.73.0",
|
|
135
|
+
"webpack-cli": "4.9.2",
|
|
136
|
+
"webpack-node-externals": "3.0.0"
|
|
137
137
|
},
|
|
138
138
|
"engines": {
|
|
139
139
|
"node": ">=14.*"
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"glob-parent": "^5.1.2",
|
|
189
189
|
"browserslist": "^4.16.5",
|
|
190
190
|
"trim": "^0.0.3",
|
|
191
|
-
"@types/react-dom": "
|
|
192
|
-
"@types/react": "
|
|
191
|
+
"@types/react-dom": "17.0.17",
|
|
192
|
+
"@types/react": "17.0.47"
|
|
193
193
|
},
|
|
194
194
|
"keywords": [
|
|
195
195
|
"seat",
|