@matrix-widget-toolkit/react 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # `@matrix-widget-toolkit/react`
2
2
 
3
+ [![@matrix-widget-toolkit/react](https://img.shields.io/npm/v/@matrix-widget-toolkit/react)](https://www.npmjs.com/package/@matrix-widget-toolkit/react)
4
+
3
5
  This is package that provides a Widget API intergration for React apps.
4
6
 
5
7
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matrix-widget-toolkit/react",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A simplified layer on top of @matrix-widget-toolkit/api to use it in a React based widget.",
5
5
  "author": "Nordeck IT + Consulting GmbH",
6
6
  "license": "Apache-2.0",
@@ -11,10 +11,10 @@
11
11
  "@craco/craco": "^6.4.5",
12
12
  "@testing-library/jest-dom": "^5.16.5",
13
13
  "@testing-library/react": "^12.1.5",
14
- "@testing-library/react-hooks": "^8.0.0",
14
+ "@testing-library/react-hooks": "^8.0.1",
15
15
  "@testing-library/user-event": "^14.4.3",
16
16
  "@types/jest": "^27.5.2",
17
- "@types/node": "^16.11.64",
17
+ "@types/node": "^16.18.11",
18
18
  "@types/react": "^17.0.45",
19
19
  "react-scripts": "5.0.1",
20
20
  "typescript": "^4.8.4"
@@ -32,11 +32,11 @@
32
32
  "generate-api-report": "tsc && api-extractor run --verbose --local"
33
33
  },
34
34
  "dependencies": {
35
- "@matrix-widget-toolkit/api": "^1.0.1",
35
+ "@matrix-widget-toolkit/api": "^2.0.0",
36
36
  "matrix-widget-api": "^1.1.1",
37
37
  "react": "^17.0.2",
38
38
  "react-error-boundary": "^3.1.4",
39
- "react-use": "^17.3.2"
39
+ "react-use": "^17.4.0"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",