@seatsio/seatsio-react 14.8.0 → 14.9.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # seatsio-react, the official Seats.io React wrapper
1
+ # seatsio-react, the official Seats.io React SDK
2
2
 
3
3
  React wrapper for rendering [Seats.io](https://www.seats.io) seating charts. Brought to you by the Seats.io team.
4
4
 
@@ -27,4 +27,4 @@ declare abstract class Embeddable<T extends CommonConfigOptions> extends React.C
27
27
  render(): React.ReactNode;
28
28
  }
29
29
 
30
- export { EmbeddableProps, Embeddable as default };
30
+ export { type EmbeddableProps, Embeddable as default };
@@ -27,4 +27,4 @@ declare abstract class Embeddable<T extends CommonConfigOptions> extends React.C
27
27
  render(): React.ReactNode;
28
28
  }
29
29
 
30
- export { EmbeddableProps, Embeddable as default };
30
+ export { type EmbeddableProps, Embeddable as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatsio/seatsio-react",
3
- "version": "14.8.0",
3
+ "version": "14.9.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.mjs",
6
6
  "types": "build/index.d.ts",
@@ -25,24 +25,24 @@
25
25
  "build/"
26
26
  ],
27
27
  "dependencies": {
28
- "@seatsio/seatsio-types": "2.4.2"
28
+ "@seatsio/seatsio-types": "2.5.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@testing-library/jest-dom": "6.1.5",
35
- "@testing-library/react": "14.1.2",
36
- "@types/jest": "29.5.7",
37
- "@types/react": "18.2.39",
38
- "@types/react-dom": "18.2.17",
34
+ "@testing-library/jest-dom": "6.4.1",
35
+ "@testing-library/react": "14.2.1",
36
+ "@types/jest": "29.5.12",
37
+ "@types/react": "18.2.51",
38
+ "@types/react-dom": "18.2.18",
39
39
  "jest": "29.7.0",
40
40
  "jest-environment-jsdom": "29.7.0",
41
41
  "react": "18.2.0",
42
42
  "react-dom": "18.2.0",
43
43
  "rimraf": "5.0.5",
44
- "ts-jest": "29.1.1",
45
- "tsup": "7.2.0",
46
- "typescript": "5.2.2"
44
+ "ts-jest": "29.1.2",
45
+ "tsup": "8.0.1",
46
+ "typescript": "5.3.3"
47
47
  }
48
48
  }