@duffel/components 2.0.2 → 2.0.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "2.0.2",
4
- "description": "Set of pre-built UI, like seat selection, for building with Duffel API",
3
+ "version": "2.0.3",
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",
7
7
  "jsnext:main": "dist/duffel-components.esm.js",
@@ -42,10 +42,6 @@
42
42
  "prettier --write"
43
43
  ]
44
44
  },
45
- "repository": {
46
- "type": "git",
47
- "url": "git+https://github.com/duffelhq/components-javascript.git"
48
- },
49
45
  "files": [
50
46
  "dist/**"
51
47
  ],
@@ -80,9 +76,9 @@
80
76
  "@babel/preset-env": "^7.16.0",
81
77
  "@babel/preset-react": "^7.16.0",
82
78
  "@babel/register": "^7.16.0",
83
- "@commitlint/cli": "^15.0.0",
84
- "@commitlint/config-angular": "^15.0.0",
85
- "@commitlint/cz-commitlint": "^15.0.0",
79
+ "@commitlint/cli": "^16.0.2",
80
+ "@commitlint/config-angular": "^16.0.0",
81
+ "@commitlint/cz-commitlint": "^16.0.0",
86
82
  "@playwright/test": "^1.16.3",
87
83
  "@storybook/addon-actions": "^6.4.9",
88
84
  "@storybook/addon-controls": "^6.4.9",
@@ -96,19 +92,19 @@
96
92
  "@testing-library/react": "^12.0.0",
97
93
  "@types/jest": "^27.0.1",
98
94
  "@types/lodash": "^4.14.170",
99
- "@types/node": "^14.0.10",
95
+ "@types/node": "^17.0.4",
100
96
  "@types/react-dom": "^17.0.7",
101
97
  "@typescript-eslint/eslint-plugin": "^5.7.0",
102
- "@typescript-eslint/parser": "^4.30.0",
98
+ "@typescript-eslint/parser": "^5.8.0",
103
99
  "babel-loader": "^8.2.2",
104
100
  "babel-plugin-module-resolver": "^4.1.0",
105
101
  "chromatic": "^6.0.4",
106
102
  "clean-webpack-plugin": "^4.0.0",
107
103
  "commitizen": "^4.2.4",
108
104
  "css-loader": "^6.5.1",
109
- "dotenv": "^10.0.0",
110
- "dts-bundle-generator": "^5.9.0",
111
- "eslint": "^7.26.0",
105
+ "dotenv": "^14.2.0",
106
+ "dts-bundle-generator": "^6.2.0",
107
+ "eslint": "^8.6.0",
112
108
  "eslint-config-prettier": "^8.3.0",
113
109
  "eslint-plugin-react-hooks": "^4.2.0",
114
110
  "eslint-plugin-spellcheck": "^0.0.19",
@@ -118,7 +114,7 @@
118
114
  "husky": "^7.0.0",
119
115
  "inquirer": "^8.0.0",
120
116
  "jest": "^26.6.3",
121
- "lint-staged": "^12.0.1",
117
+ "lint-staged": "^12.3.2",
122
118
  "lodash": "^4.17.21",
123
119
  "mini-css-extract-plugin": "^2.4.4",
124
120
  "node-polyfill-webpack-plugin": "^1.1.4",
@@ -151,7 +147,7 @@
151
147
  "releaseRules": [
152
148
  {
153
149
  "type": "docs",
154
- "scope": "README",
150
+ "scope": "readme",
155
151
  "release": "patch"
156
152
  },
157
153
  {
@@ -188,6 +184,13 @@
188
184
  }
189
185
  ]
190
186
  },
187
+ "resolutions": {
188
+ "immer": "^9.0.6",
189
+ "ansi-regex": "^5.0.1",
190
+ "glob-parent": "^5.1.2",
191
+ "browserslist": "^4.16.5",
192
+ "trim": "^0.0.3"
193
+ },
191
194
  "keywords": [
192
195
  "seat",
193
196
  "maps",
@@ -203,9 +206,5 @@
203
206
  "payments"
204
207
  ],
205
208
  "author": "Duffel Technology Limited <help@duffel.com> (http://duffel.com)",
206
- "license": "MIT",
207
- "bugs": {
208
- "url": "https://github.com/duffelhq/components-javascript/issues"
209
- },
210
- "homepage": "https://github.com/duffelhq/components-javascript#readme"
209
+ "license": "MIT"
211
210
  }