diff --git a/lerna.json b/lerna.json index 3605c90..c76922c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.0.5", + "version": "0.1.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 712e309..0d935cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17889,7 +17889,7 @@ }, "packages/mantine": { "name": "@aokiapp/rjsf-mantine-theme", - "version": "0.0.5", + "version": "0.1.0", "license": "Apache-2.0", "devDependencies": { "@rjsf/snapshot-tests": "^5.16.x", @@ -17912,7 +17912,7 @@ }, "packages/mantine-corporate": { "name": "@aokiapp/rjsf-mantine-corporate", - "version": "0.0.1", + "version": "0.1.0", "license": "Apache-2.0", "devDependencies": { "@rjsf/snapshot-tests": "^5.16.x", @@ -17938,11 +17938,11 @@ }, "packages/playground": { "name": "@aokiapp/rjsf-mantine-playground", - "version": "0.0.5", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@aokiapp/rjsf-mantine-corporate": "file://../rjsf-mantine-corporate", - "@aokiapp/rjsf-mantine-theme": "^0.0.5", + "@aokiapp/rjsf-mantine-corporate": "^0.1.0", + "@aokiapp/rjsf-mantine-theme": "^0.1.0", "@babel/runtime": "^7.22.15", "@hello-pangea/dnd": "^16.5.0", "@mantine/core": "^7.4.0", @@ -18001,10 +18001,6 @@ "react": "^18.2.0" } }, - "packages/playground/node_modules/@aokiapp/rjsf-mantine-corporate": { - "resolved": "packages/rjsf-mantine-corporate", - "link": true - }, "packages/playground/node_modules/@sinclair/typebox": { "version": "0.32.10", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.10.tgz", diff --git a/packages/mantine-corporate/package.json b/packages/mantine-corporate/package.json index 0ad6e37..cc46eaa 100644 --- a/packages/mantine-corporate/package.json +++ b/packages/mantine-corporate/package.json @@ -1,6 +1,6 @@ { "name": "@aokiapp/rjsf-mantine-corporate", - "version": "0.0.1", + "version": "0.1.0", "main": "./dist/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", @@ -31,17 +31,17 @@ "node": ">=20" }, "peerDependencies": { + "@aokiapp/rjsf-mantine-theme": ">=0.0.1", + "@hello-pangea/dnd": ">=16.5.0", "@mantine/core": ">=7.4.0", "@mantine/dates": ">=7.4.0", - "@mantine/hooks": ">=7.4.0", "@mantine/dropzone": ">=7.4.0", + "@mantine/hooks": ">=7.4.0", "@rjsf/core": ">=5.16.1", "@rjsf/utils": ">=5.16.1", "@tabler/icons-react": ">=2.45.0", "dayjs": ">=1.11.10", - "react": ">=17", - "@aokiapp/rjsf-mantine-theme": ">=0.0.1", - "@hello-pangea/dnd": ">=16.5.0" + "react": ">=17" }, "devDependencies": { "@rjsf/snapshot-tests": "^5.16.x", @@ -67,4 +67,4 @@ "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/packages/mantine/package.json b/packages/mantine/package.json index 8dcf85b..fcca67e 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -1,6 +1,6 @@ { "name": "@aokiapp/rjsf-mantine-theme", - "version": "0.0.5", + "version": "0.1.0", "main": "./dist/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", @@ -67,4 +67,4 @@ "url": "git+https://github.com/AokiApp/rjsf-mantine-theme.git" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/packages/playground/package.json b/packages/playground/package.json index 6b0901d..dedddab 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@aokiapp/rjsf-mantine-playground", - "version": "0.0.5", + "version": "0.1.0", "description": "rjsf playground", "private": true, "type": "module", @@ -33,9 +33,10 @@ "react": "^18.2.0" }, "dependencies": { - "@aokiapp/rjsf-mantine-corporate": "^0.0.1", - "@aokiapp/rjsf-mantine-theme": "^0.0.5", + "@aokiapp/rjsf-mantine-corporate": "^0.1.0", + "@aokiapp/rjsf-mantine-theme": "^0.1.0", "@babel/runtime": "^7.22.15", + "@hello-pangea/dnd": "^16.5.0", "@mantine/core": "^7.4.0", "@mantine/dates": "^7.4.0", "@mantine/dropzone": "^7.4.2", @@ -50,8 +51,7 @@ "ajv-i18n": "^4.2.0", "dayjs": "^1.11.10", "react": "^18.2.0", - "react-dom": "^18.2.0", - "@hello-pangea/dnd": "^16.5.0" + "react-dom": "^18.2.0" }, "devDependencies": { "@babel/cli": "^7.22.15", @@ -105,4 +105,4 @@ ], "license": "Apache-2.0", "homepage": "https://github.com/rjsf-team/react-jsonschema-form" -} \ No newline at end of file +}