@duffel/components 3.16.0 → 3.16.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/custom-elements.js +2 -2
- package/custom-elements.js.map +2 -2
- package/index.js +3 -3
- package/index.js.map +2 -2
- package/package.json +10 -6
- package/tsconfig.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.1",
|
|
4
4
|
"description": "Component library to build your travel product with Duffel.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Duffel",
|
|
@@ -62,18 +62,20 @@
|
|
|
62
62
|
"form-data": "4.0.5",
|
|
63
63
|
"fuse.js": "6.6.2",
|
|
64
64
|
"lodash": "4.18.1",
|
|
65
|
-
"rc-slider": "10.6.2"
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
"rc-slider": "10.6.2"
|
|
66
|
+
},
|
|
67
|
+
"peerDependencies": {
|
|
68
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
69
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
68
70
|
},
|
|
69
71
|
"devDependencies": {
|
|
70
72
|
"@aashutoshrathi/word-wrap": "1.2.6",
|
|
71
73
|
"@babel/core": "7.29.0",
|
|
72
|
-
"@babel/preset-env": "7.29.
|
|
74
|
+
"@babel/preset-env": "7.29.5",
|
|
73
75
|
"@babel/preset-react": "7.28.5",
|
|
74
76
|
"@babel/preset-typescript": "7.28.5",
|
|
75
77
|
"@chromatic-com/storybook": "1.9.0",
|
|
76
|
-
"@sentry/cli": "2.
|
|
78
|
+
"@sentry/cli": "2.58.5",
|
|
77
79
|
"@sentry/esbuild-plugin": "0.7.2",
|
|
78
80
|
"@storybook/addon-essentials": "8.3.5",
|
|
79
81
|
"@storybook/addon-interactions": "8.3.5",
|
|
@@ -113,6 +115,8 @@
|
|
|
113
115
|
"prompts": "2.4.2",
|
|
114
116
|
"prop-types": "15.8.1",
|
|
115
117
|
"puppeteer": "22.15.0",
|
|
118
|
+
"react": "19.2.5",
|
|
119
|
+
"react-dom": "19.2.5",
|
|
116
120
|
"storybook": "8.3.5",
|
|
117
121
|
"ts-node": "10.9.2",
|
|
118
122
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|