Skip to content

Commit

Permalink
bump pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Jan 18, 2025
1 parent f28e931 commit 7e63511
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions packages/builder-react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -24,4 +24,4 @@
"publishConfig": {
"access": "public"
}
}
}
66 changes: 33 additions & 33 deletions packages/builder-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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:^"
}
}
"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:^"
}
}
80 changes: 40 additions & 40 deletions packages/builder-web-react/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@grida.co>",
"softmarshmallow <universe@grida.co>"
],
"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"
}
}
"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 <hello@grida.co>",
"softmarshmallow <universe@grida.co>"
],
"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"
}
}
4 changes: 2 additions & 2 deletions packages/builder-web-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:^",
Expand All @@ -36,4 +36,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 4 additions & 4 deletions packages/designto-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/designto-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -38,4 +38,4 @@
"peerDependencies": {
"react-native": "^0.73.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/designto-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@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"
],
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/designto-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -28,4 +28,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 7e63511

Please sign in to comment.