@schematichq/schematic-react 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +40 -1
- package/dist/schematic-react.cjs.js +394 -120
- package/dist/schematic-react.d.ts +11 -6
- package/dist/schematic-react.esm.js +392 -118
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@schematichq/schematic-react",
|
3
|
-
"version": "1.0
|
3
|
+
"version": "1.1.0",
|
4
4
|
"main": "dist/schematic-react.cjs.js",
|
5
5
|
"module": "dist/schematic-react.esm.js",
|
6
6
|
"types": "dist/schematic-react.d.ts",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"tsc": "npx tsc"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@schematichq/schematic-js": "^1.0
|
31
|
+
"@schematichq/schematic-js": "^1.1.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@microsoft/api-extractor": "^7.47.9",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"esbuild-jest": "^0.5.0",
|
41
41
|
"eslint": "^8.57.1",
|
42
42
|
"eslint-plugin-import": "^2.30.0",
|
43
|
-
"eslint-plugin-react-hooks": "^
|
43
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
44
44
|
"jest": "^29.7.0",
|
45
45
|
"jest-environment-jsdom": "^29.7.0",
|
46
46
|
"jest-esbuild": "^0.3.0",
|