Skip to content

Commit 424dfe5

Browse files
author
Jarosław Dakowicz
committed
Patch
1 parent c3a3ebf commit 424dfe5

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graphql-form-mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-form-mui",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Easy form creation with GraphQL Editor and React",
55
"main": "lib/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"homepage": "https://form.graphqleditor.com",
2323
"peerDependencies": {
24-
"graphql-form": "*",
24+
"graphql-form": "^0.1.9",
2525
"react": ">=16.8.0",
2626
"react-dom": ">=16.8.0"
2727
},

packages/graphql-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-form",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Easy form creation with GraphQL Editor and React",
55
"main": "lib/index.js",
66
"scripts": {

packages/sandbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbox",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"private": true,
55
"scripts": {
66
"export": "next build && next export",
@@ -13,8 +13,8 @@
1313
"@mui/material": "^5.8.0",
1414
"dotenv-cli": "^5.0.0",
1515
"framer-motion": "^6.2.8",
16-
"graphql-form": "*",
17-
"graphql-form-mui": "*",
16+
"graphql-form": "^0.1.9",
17+
"graphql-form-mui": "^0.1.9",
1818
"graphql-js-tree": "^0.1.1",
1919
"gray-matter": "^4.0.3",
2020
"highlight.js": "^11.5.0",

packages/zeus-form-mui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus-form-mui",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Easy form creation with GraphQL Editor and React",
55
"main": "lib/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"homepage": "https://form.graphqleditor.com",
2323
"peerDependencies": {
24-
"graphql-form": "*",
24+
"graphql-form": "^0.1.9",
2525
"react": ">=16.8.0",
2626
"react-dom": ">=16.8.0"
2727
},

packages/zeus-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeus-form",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Easy form creation with GraphQL Editor and React",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)