diff --git a/packages/builder-react-core/package.json b/packages/builder-react-core/package.json index 6f8bed33..077a58d6 100644 --- a/packages/builder-react-core/package.json +++ b/packages/builder-react-core/package.json @@ -15,7 +15,7 @@ "dependencies": { "@web-builder/module-es": "workspace:^", "@web-builder/nodejs": "workspace:^", - "@web-builder/styled": "0.0.0", + "@web-builder/styled": "workspace:^", "coli": "^0.0.34" }, "files": [ @@ -24,4 +24,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/builder-react-native/package.json b/packages/builder-react-native/package.json index 4a2f442f..3b5b0f90 100644 --- a/packages/builder-react-native/package.json +++ b/packages/builder-react-native/package.json @@ -1,34 +1,34 @@ { - "name": "@web-builder/react-native", - "description": "Grida's React Native code builder for development automation built uppon coli", - "version": "0.67.0", - "license": "Apache 2.0", - "homepage": "https://coli.codes/react-native", - "author": "Grida Authors", - "scripts": { - "build": "tsc" - }, - "dependencies": { - "@coli.codes/css": "^0.0.34", - "@coli.codes/naming": "^0.0.34", - "@designto/token": "workspace:^", - "@grida/builder-config": "workspace:^", - "@grida/builder-platform-types": "workspace:^", - "@reflect-ui/core": "0.0.12", - "@web-builder/core": "workspace:^", - "@web-builder/module-es": "workspace:^", - "@web-builder/module-jsx": "workspace:^", - "@web-builder/nodejs": "workspace:^", - "@web-builder/react-core": "18.2.0", - "@web-builder/styled": "workspace:0.0.0", - "@web-builder/styles": "workspace:^", - "coli": "^0.0.34" - }, - "devDependencies": { - "@code-features/documentation": "workspace:^", - "@types/react-native": "^0.66.16" - }, - "peerDependencies": { - "@code-features/documentation": "workspace:^" - } -} \ No newline at end of file + "name": "@web-builder/react-native", + "description": "Grida's React Native code builder for development automation built uppon coli", + "version": "0.67.0", + "license": "Apache 2.0", + "homepage": "https://coli.codes/react-native", + "author": "Grida Authors", + "scripts": { + "build": "tsc" + }, + "dependencies": { + "@coli.codes/css": "^0.0.34", + "@coli.codes/naming": "^0.0.34", + "@designto/token": "workspace:^", + "@grida/builder-config": "workspace:^", + "@grida/builder-platform-types": "workspace:^", + "@reflect-ui/core": "0.0.12", + "@web-builder/core": "workspace:^", + "@web-builder/module-es": "workspace:^", + "@web-builder/module-jsx": "workspace:^", + "@web-builder/nodejs": "workspace:^", + "@web-builder/react-core": "workspace:^", + "@web-builder/styled": "workspace:^", + "@web-builder/styles": "workspace:^", + "coli": "^0.0.34" + }, + "devDependencies": { + "@code-features/documentation": "workspace:^", + "@types/react-native": "^0.66.16" + }, + "peerDependencies": { + "@code-features/documentation": "workspace:^" + } +} diff --git a/packages/builder-web-react/package.json b/packages/builder-web-react/package.json index 7d17ad3d..1b66169d 100644 --- a/packages/builder-web-react/package.json +++ b/packages/builder-web-react/package.json @@ -1,41 +1,41 @@ { - "name": "@web-builder/react", - "description": "Grida's React code builder for development automation built uppon coli", - "version": "18.2.0", - "private": false, - "license": "Apache-2.0", - "repository": "/~https://github.com/gridaco/designto-code", - "homepage": "https://coli.codes/react", - "authors": [ - "grida.co ", - "softmarshmallow " - ], - "scripts": { - "build": "tsc" - }, - "dependencies": { - "@code-features/component": "workspace:^", - "@code-features/documentation": "workspace:^", - "@coli.codes/builder": "^0.0.34", - "@coli.codes/css": "^0.0.34", - "@coli.codes/naming": "^0.0.34", - "@designto/token": "workspace:^", - "@designto/web": "workspace:0.0.0", - "@grida/builder-config": "workspace:^", - "@grida/builder-platform-types": "workspace:^", - "@web-builder/core": "workspace:^", - "@web-builder/module-es": "workspace:^", - "@web-builder/module-jsx": "workspace:^", - "@web-builder/react-core": "18.2.0", - "@web-builder/reflect-ui": "workspace:^", - "@web-builder/styled": "workspace:^", - "@web-builder/styles": "workspace:^", - "coli": "^0.0.34" - }, - "files": [ - "dist" - ], - "publishConfig": { - "access": "public" - } -} \ No newline at end of file + "name": "@web-builder/react", + "description": "Grida's React code builder for development automation built uppon coli", + "version": "18.2.0", + "private": false, + "license": "Apache-2.0", + "repository": "/~https://github.com/gridaco/designto-code", + "homepage": "https://coli.codes/react", + "authors": [ + "grida.co ", + "softmarshmallow " + ], + "scripts": { + "build": "tsc" + }, + "dependencies": { + "@code-features/component": "workspace:^", + "@code-features/documentation": "workspace:^", + "@coli.codes/builder": "^0.0.34", + "@coli.codes/css": "^0.0.34", + "@coli.codes/naming": "^0.0.34", + "@designto/token": "workspace:^", + "@designto/web": "workspace:^", + "@grida/builder-config": "workspace:^", + "@grida/builder-platform-types": "workspace:^", + "@web-builder/core": "workspace:^", + "@web-builder/module-es": "workspace:^", + "@web-builder/module-jsx": "workspace:^", + "@web-builder/react-core": "workspace:^", + "@web-builder/reflect-ui": "workspace:^", + "@web-builder/styled": "workspace:^", + "@web-builder/styles": "workspace:^", + "coli": "^0.0.34" + }, + "files": [ + "dist" + ], + "publishConfig": { + "access": "public" + } +} diff --git a/packages/builder-web-solid/package.json b/packages/builder-web-solid/package.json index 19adf0d3..d9802e01 100644 --- a/packages/builder-web-solid/package.json +++ b/packages/builder-web-solid/package.json @@ -24,7 +24,7 @@ "@web-builder/module-es": "workspace:^", "@web-builder/module-jsx": "workspace:^", "@web-builder/nodejs": "workspace:^", - "@web-builder/react-core": "18.2.0", + "@web-builder/react-core": "workspace:^", "@web-builder/solid-js": "workspace:^", "@web-builder/styled": "workspace:^", "@web-builder/styles": "workspace:^", @@ -36,4 +36,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/designto-code/package.json b/packages/designto-code/package.json index d0d9eb3c..a45f5c5c 100644 --- a/packages/designto-code/package.json +++ b/packages/designto-code/package.json @@ -26,12 +26,12 @@ "@design-sdk/url-analysis": "^0.0.53", "@designto/debugger": "workspace:^", "@designto/flutter": "workspace:*", - "@designto/react": "0.0.0", - "@designto/react-native": "0.0.0", + "@designto/react": "workspace:^", + "@designto/react-native": "workspace:^", "@designto/solid-js": "workspace:^", - "@designto/token": "0.0.0", + "@designto/token": "workspace:^", "@designto/vanilla": "workspace:^", - "@designto/web": "0.0.0", + "@designto/web": "workspace:^", "@flutter-builder/flutter": "^3.0.7", "@grida/builder-config": "workspace:^", "@reflect-ui/core": "0.0.12", diff --git a/packages/designto-react-native/package.json b/packages/designto-react-native/package.json index a6893069..af597e66 100644 --- a/packages/designto-react-native/package.json +++ b/packages/designto-react-native/package.json @@ -22,7 +22,7 @@ "@reflect-ui/core": "0.0.12", "@web-builder/core": "workspace:^", "@web-builder/react": "workspace:*", - "@web-builder/react-native": "0.67.0", + "@web-builder/react-native": "workspace:^", "@web-builder/styles": "workspace:^", "coli": "^0.0.34" }, @@ -38,4 +38,4 @@ "peerDependencies": { "react-native": "^0.73.4" } -} \ No newline at end of file +} diff --git a/packages/designto-react/package.json b/packages/designto-react/package.json index 4c72ca71..671348e3 100644 --- a/packages/designto-react/package.json +++ b/packages/designto-react/package.json @@ -18,7 +18,7 @@ "@designto/web": "workspace:^", "@grida/builder-config": "workspace:^", "@reflect-ui/core": "0.0.12", - "@web-builder/react": "18.2.0" + "@web-builder/react": "workspace:^" }, "files": [ "dist" @@ -26,4 +26,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/designto-solid-js/package.json b/packages/designto-solid-js/package.json index d4b75d4d..cfb99a61 100644 --- a/packages/designto-solid-js/package.json +++ b/packages/designto-solid-js/package.json @@ -19,7 +19,7 @@ "@grida/builder-config": "workspace:^", "@reflect-ui/core": "0.0.12", "@web-builder/core": "workspace:^", - "@web-builder/react": "18.2.0", + "@web-builder/react": "workspace:^", "@web-builder/solid-js": "workspace:^" }, "files": [ @@ -28,4 +28,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}