@duffel/components 2.0.1 → 2.0.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.
- 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 +0 -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/package.json +16 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Set of pre-built UI, like seat selection, for building with Duffel API",
|
|
5
5
|
"main": "dist/duffel-components.js",
|
|
6
6
|
"module": "dist/duffel-components.esm.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"commitlint": "commitlint",
|
|
21
21
|
"storybook": "start-storybook -p 6006",
|
|
22
22
|
"build-storybook": "build-storybook",
|
|
23
|
-
"chromatic": "npx chromatic
|
|
23
|
+
"chromatic": "npx chromatic",
|
|
24
24
|
"create-dts": "dts-bundle-generator -o dist/duffel-components.d.ts src/index.ts --no-check",
|
|
25
25
|
"server": "http-server -p 1234",
|
|
26
26
|
"e2e": "npx playwright test",
|
|
@@ -80,22 +80,25 @@
|
|
|
80
80
|
"@babel/preset-env": "^7.16.0",
|
|
81
81
|
"@babel/preset-react": "^7.16.0",
|
|
82
82
|
"@babel/register": "^7.16.0",
|
|
83
|
-
"@commitlint/cli": "^
|
|
84
|
-
"@commitlint/config-angular": "^
|
|
85
|
-
"@commitlint/cz-commitlint": "^
|
|
83
|
+
"@commitlint/cli": "^15.0.0",
|
|
84
|
+
"@commitlint/config-angular": "^15.0.0",
|
|
85
|
+
"@commitlint/cz-commitlint": "^15.0.0",
|
|
86
86
|
"@playwright/test": "^1.16.3",
|
|
87
|
-
"@storybook/addon-actions": "^6.
|
|
88
|
-
"@storybook/addon-controls": "^6.
|
|
89
|
-
"@storybook/addon-essentials": "^6.
|
|
90
|
-
"@storybook/addon-links": "^6.
|
|
87
|
+
"@storybook/addon-actions": "^6.4.9",
|
|
88
|
+
"@storybook/addon-controls": "^6.4.9",
|
|
89
|
+
"@storybook/addon-essentials": "^6.4.9",
|
|
90
|
+
"@storybook/addon-links": "^6.4.9",
|
|
91
91
|
"@storybook/addon-postcss": "^2.0.0",
|
|
92
|
-
"@storybook/
|
|
92
|
+
"@storybook/builder-webpack5": "^6.4.9",
|
|
93
|
+
"@storybook/manager-webpack5": "^6.4.9",
|
|
94
|
+
"@storybook/react": "^6.4.9",
|
|
93
95
|
"@testing-library/jest-dom": "^5.14.1",
|
|
94
96
|
"@testing-library/react": "^12.0.0",
|
|
95
97
|
"@types/jest": "^27.0.1",
|
|
96
98
|
"@types/lodash": "^4.14.170",
|
|
99
|
+
"@types/node": "^14.0.10",
|
|
97
100
|
"@types/react-dom": "^17.0.7",
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^5.7.0",
|
|
99
102
|
"@typescript-eslint/parser": "^4.30.0",
|
|
100
103
|
"babel-loader": "^8.2.2",
|
|
101
104
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
@@ -109,9 +112,11 @@
|
|
|
109
112
|
"eslint-config-prettier": "^8.3.0",
|
|
110
113
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
111
114
|
"eslint-plugin-spellcheck": "^0.0.19",
|
|
115
|
+
"eslint-plugin-storybook": "^0.5.3",
|
|
112
116
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
|
113
117
|
"http-server": "^14.0.0",
|
|
114
118
|
"husky": "^7.0.0",
|
|
119
|
+
"inquirer": "^8.0.0",
|
|
115
120
|
"jest": "^26.6.3",
|
|
116
121
|
"lint-staged": "^12.0.1",
|
|
117
122
|
"lodash": "^4.17.21",
|