@firsthandjs/react 0.3.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ written for React.
9
9
  npm install @firsthandjs/react react react-dom
10
10
  ```
11
11
 
12
- 0.66 kB gzip. React and react-dom are peer dependencies: an application that
12
+ 0.68 kB gzip. React and react-dom are peer dependencies: an application that
13
13
  never imports this package does not install them.
14
14
 
15
15
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firsthandjs/react",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Render React components inside Firsthand, for component libraries like MUI.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,8 +25,8 @@
25
25
  "LICENSE"
26
26
  ],
27
27
  "dependencies": {
28
- "@firsthandjs/core": "0.3.0",
29
- "@firsthandjs/dom": "0.3.0"
28
+ "@firsthandjs/core": "0.4.0",
29
+ "@firsthandjs/dom": "0.4.0"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=20.11.0"