zeus-form 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-form",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Easy form creation with GraphQL Editor and React",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -27,6 +27,6 @@
27
27
  "react-dom": ">=18"
28
28
  },
29
29
  "dependencies": {
30
- "graphql-js-tree": "^1.0.2"
30
+ "graphql-js-tree": "^1.0.3"
31
31
  }
32
32
  }