@duffel/components 2.1.9 → 2.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "2.1.9",
3
+ "version": "2.2.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",
@@ -47,30 +47,18 @@
47
47
  "dist/**"
48
48
  ],
49
49
  "peerDependencies": {
50
- "@popperjs/core": "^2.10.1",
51
- "@stripe/react-stripe-js": "^1.6.0",
52
- "@stripe/stripe-js": "^1.19.1",
53
- "@types/smoothscroll-polyfill": "^0.3.1",
54
- "classnames": "^2.3.1",
55
- "lodash": "^4.17.21",
56
- "prop-types": "^15.7.2",
57
- "react": "^17.0.2",
58
- "react-dom": "^17.0.2",
59
- "react-popper": "^2.2.5",
60
- "smoothscroll-polyfill": "^0.4.4"
50
+ "react": "^16.8.0 || ^17 || ^18",
51
+ "react-dom": "^16.8.0 || ^17 || ^18"
61
52
  },
62
53
  "dependencies": {
63
54
  "@popperjs/core": "^2.10.1",
64
55
  "@stripe/react-stripe-js": "^1.6.0",
65
56
  "@stripe/stripe-js": "^1.19.1",
66
- "@types/smoothscroll-polyfill": "^0.3.1",
67
57
  "assert": "^2.0.0",
68
58
  "base64-js": "^1.5.1",
69
59
  "classnames": "^2.3.1",
70
60
  "ieee754": "^1.2.1",
71
61
  "prop-types": "^15.7.2",
72
- "react": "^17.0.2",
73
- "react-dom": "^17.0.2",
74
62
  "react-popper": "^2.2.5",
75
63
  "smoothscroll-polyfill": "^0.4.4",
76
64
  "util": "^0.12.4"
@@ -81,8 +69,8 @@
81
69
  "@babel/preset-env": "^7.16.0",
82
70
  "@babel/preset-react": "^7.16.0",
83
71
  "@babel/register": "^7.16.0",
84
- "@commitlint/cli": "^16.0.2",
85
- "@commitlint/config-angular": "^16.0.0",
72
+ "@commitlint/cli": "^17.0.0",
73
+ "@commitlint/config-angular": "^17.0.0",
86
74
  "@commitlint/cz-commitlint": "^16.0.0",
87
75
  "@playwright/test": "^1.16.3",
88
76
  "@semantic-release/changelog": "^6.0.1",
@@ -102,6 +90,7 @@
102
90
  "@types/lodash": "^4.14.170",
103
91
  "@types/node": "^17.0.4",
104
92
  "@types/react-dom": "^17.0.7",
93
+ "@types/smoothscroll-polyfill": "^0.3.1",
105
94
  "@typescript-eslint/eslint-plugin": "^5.7.0",
106
95
  "@typescript-eslint/parser": "^5.8.0",
107
96
  "babel-loader": "^8.2.2",
@@ -119,7 +108,7 @@
119
108
  "eslint-plugin-storybook": "^0.5.3",
120
109
  "fork-ts-checker-webpack-plugin": "^7.1.1",
121
110
  "http-server": "^14.0.0",
122
- "husky": "^7.0.0",
111
+ "husky": "^8.0.1",
123
112
  "inquirer": "^8.0.0",
124
113
  "jest": "^26.6.3",
125
114
  "lint-staged": "^12.3.2",
@@ -130,10 +119,12 @@
130
119
  "postcss-combine-duplicated-selectors": "^10.0.3",
131
120
  "postcss-discard-duplicates": "^5.0.1",
132
121
  "postcss-import": "^14.0.2",
133
- "postcss-loader": "^6.2.0",
122
+ "postcss-loader": "^7.0.0",
134
123
  "postcss-nested": "^5.0.5",
135
124
  "prettier": "^2.4.1",
136
125
  "prop-types": "^15.7.2",
126
+ "react": "^17.0.2",
127
+ "react-dom": "^17.0.2",
137
128
  "semantic-release": "^19.0.2",
138
129
  "ts-jest": "^26.5.6",
139
130
  "ts-loader": "^9.2.6",