Skip to content

Commit 7e63511

Browse files
bump pnpm
1 parent f28e931 commit 7e63511

File tree

8 files changed

+87
-87
lines changed

8 files changed

+87
-87
lines changed

packages/builder-react-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@web-builder/module-es": "workspace:^",
1717
"@web-builder/nodejs": "workspace:^",
18-
"@web-builder/styled": "0.0.0",
18+
"@web-builder/styled": "workspace:^",
1919
"coli": "^0.0.34"
2020
},
2121
"files": [
@@ -24,4 +24,4 @@
2424
"publishConfig": {
2525
"access": "public"
2626
}
27-
}
27+
}
+33-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "@web-builder/react-native",
3-
"description": "Grida's React Native code builder for development automation built uppon coli",
4-
"version": "0.67.0",
5-
"license": "Apache 2.0",
6-
"homepage": "https://coli.codes/react-native",
7-
"author": "Grida Authors",
8-
"scripts": {
9-
"build": "tsc"
10-
},
11-
"dependencies": {
12-
"@coli.codes/css": "^0.0.34",
13-
"@coli.codes/naming": "^0.0.34",
14-
"@designto/token": "workspace:^",
15-
"@grida/builder-config": "workspace:^",
16-
"@grida/builder-platform-types": "workspace:^",
17-
"@reflect-ui/core": "0.0.12",
18-
"@web-builder/core": "workspace:^",
19-
"@web-builder/module-es": "workspace:^",
20-
"@web-builder/module-jsx": "workspace:^",
21-
"@web-builder/nodejs": "workspace:^",
22-
"@web-builder/react-core": "18.2.0",
23-
"@web-builder/styled": "workspace:0.0.0",
24-
"@web-builder/styles": "workspace:^",
25-
"coli": "^0.0.34"
26-
},
27-
"devDependencies": {
28-
"@code-features/documentation": "workspace:^",
29-
"@types/react-native": "^0.66.16"
30-
},
31-
"peerDependencies": {
32-
"@code-features/documentation": "workspace:^"
33-
}
34-
}
2+
"name": "@web-builder/react-native",
3+
"description": "Grida's React Native code builder for development automation built uppon coli",
4+
"version": "0.67.0",
5+
"license": "Apache 2.0",
6+
"homepage": "https://coli.codes/react-native",
7+
"author": "Grida Authors",
8+
"scripts": {
9+
"build": "tsc"
10+
},
11+
"dependencies": {
12+
"@coli.codes/css": "^0.0.34",
13+
"@coli.codes/naming": "^0.0.34",
14+
"@designto/token": "workspace:^",
15+
"@grida/builder-config": "workspace:^",
16+
"@grida/builder-platform-types": "workspace:^",
17+
"@reflect-ui/core": "0.0.12",
18+
"@web-builder/core": "workspace:^",
19+
"@web-builder/module-es": "workspace:^",
20+
"@web-builder/module-jsx": "workspace:^",
21+
"@web-builder/nodejs": "workspace:^",
22+
"@web-builder/react-core": "workspace:^",
23+
"@web-builder/styled": "workspace:^",
24+
"@web-builder/styles": "workspace:^",
25+
"coli": "^0.0.34"
26+
},
27+
"devDependencies": {
28+
"@code-features/documentation": "workspace:^",
29+
"@types/react-native": "^0.66.16"
30+
},
31+
"peerDependencies": {
32+
"@code-features/documentation": "workspace:^"
33+
}
34+
}
+40-40
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "@web-builder/react",
3-
"description": "Grida's React code builder for development automation built uppon coli",
4-
"version": "18.2.0",
5-
"private": false,
6-
"license": "Apache-2.0",
7-
"repository": "https://github.com/gridaco/designto-code",
8-
"homepage": "https://coli.codes/react",
9-
"authors": [
10-
"grida.co <[email protected]>",
11-
"softmarshmallow <[email protected]>"
12-
],
13-
"scripts": {
14-
"build": "tsc"
15-
},
16-
"dependencies": {
17-
"@code-features/component": "workspace:^",
18-
"@code-features/documentation": "workspace:^",
19-
"@coli.codes/builder": "^0.0.34",
20-
"@coli.codes/css": "^0.0.34",
21-
"@coli.codes/naming": "^0.0.34",
22-
"@designto/token": "workspace:^",
23-
"@designto/web": "workspace:0.0.0",
24-
"@grida/builder-config": "workspace:^",
25-
"@grida/builder-platform-types": "workspace:^",
26-
"@web-builder/core": "workspace:^",
27-
"@web-builder/module-es": "workspace:^",
28-
"@web-builder/module-jsx": "workspace:^",
29-
"@web-builder/react-core": "18.2.0",
30-
"@web-builder/reflect-ui": "workspace:^",
31-
"@web-builder/styled": "workspace:^",
32-
"@web-builder/styles": "workspace:^",
33-
"coli": "^0.0.34"
34-
},
35-
"files": [
36-
"dist"
37-
],
38-
"publishConfig": {
39-
"access": "public"
40-
}
41-
}
2+
"name": "@web-builder/react",
3+
"description": "Grida's React code builder for development automation built uppon coli",
4+
"version": "18.2.0",
5+
"private": false,
6+
"license": "Apache-2.0",
7+
"repository": "https://github.com/gridaco/designto-code",
8+
"homepage": "https://coli.codes/react",
9+
"authors": [
10+
"grida.co <[email protected]>",
11+
"softmarshmallow <[email protected]>"
12+
],
13+
"scripts": {
14+
"build": "tsc"
15+
},
16+
"dependencies": {
17+
"@code-features/component": "workspace:^",
18+
"@code-features/documentation": "workspace:^",
19+
"@coli.codes/builder": "^0.0.34",
20+
"@coli.codes/css": "^0.0.34",
21+
"@coli.codes/naming": "^0.0.34",
22+
"@designto/token": "workspace:^",
23+
"@designto/web": "workspace:^",
24+
"@grida/builder-config": "workspace:^",
25+
"@grida/builder-platform-types": "workspace:^",
26+
"@web-builder/core": "workspace:^",
27+
"@web-builder/module-es": "workspace:^",
28+
"@web-builder/module-jsx": "workspace:^",
29+
"@web-builder/react-core": "workspace:^",
30+
"@web-builder/reflect-ui": "workspace:^",
31+
"@web-builder/styled": "workspace:^",
32+
"@web-builder/styles": "workspace:^",
33+
"coli": "^0.0.34"
34+
},
35+
"files": [
36+
"dist"
37+
],
38+
"publishConfig": {
39+
"access": "public"
40+
}
41+
}

packages/builder-web-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@web-builder/module-es": "workspace:^",
2525
"@web-builder/module-jsx": "workspace:^",
2626
"@web-builder/nodejs": "workspace:^",
27-
"@web-builder/react-core": "18.2.0",
27+
"@web-builder/react-core": "workspace:^",
2828
"@web-builder/solid-js": "workspace:^",
2929
"@web-builder/styled": "workspace:^",
3030
"@web-builder/styles": "workspace:^",
@@ -36,4 +36,4 @@
3636
"publishConfig": {
3737
"access": "public"
3838
}
39-
}
39+
}

packages/designto-code/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@design-sdk/url-analysis": "^0.0.53",
2727
"@designto/debugger": "workspace:^",
2828
"@designto/flutter": "workspace:*",
29-
"@designto/react": "0.0.0",
30-
"@designto/react-native": "0.0.0",
29+
"@designto/react": "workspace:^",
30+
"@designto/react-native": "workspace:^",
3131
"@designto/solid-js": "workspace:^",
32-
"@designto/token": "0.0.0",
32+
"@designto/token": "workspace:^",
3333
"@designto/vanilla": "workspace:^",
34-
"@designto/web": "0.0.0",
34+
"@designto/web": "workspace:^",
3535
"@flutter-builder/flutter": "^3.0.7",
3636
"@grida/builder-config": "workspace:^",
3737
"@reflect-ui/core": "0.0.12",

packages/designto-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@reflect-ui/core": "0.0.12",
2323
"@web-builder/core": "workspace:^",
2424
"@web-builder/react": "workspace:*",
25-
"@web-builder/react-native": "0.67.0",
25+
"@web-builder/react-native": "workspace:^",
2626
"@web-builder/styles": "workspace:^",
2727
"coli": "^0.0.34"
2828
},
@@ -38,4 +38,4 @@
3838
"peerDependencies": {
3939
"react-native": "^0.73.4"
4040
}
41-
}
41+
}

packages/designto-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@designto/web": "workspace:^",
1919
"@grida/builder-config": "workspace:^",
2020
"@reflect-ui/core": "0.0.12",
21-
"@web-builder/react": "18.2.0"
21+
"@web-builder/react": "workspace:^"
2222
},
2323
"files": [
2424
"dist"
2525
],
2626
"publishConfig": {
2727
"access": "public"
2828
}
29-
}
29+
}

packages/designto-solid-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@grida/builder-config": "workspace:^",
2020
"@reflect-ui/core": "0.0.12",
2121
"@web-builder/core": "workspace:^",
22-
"@web-builder/react": "18.2.0",
22+
"@web-builder/react": "workspace:^",
2323
"@web-builder/solid-js": "workspace:^"
2424
},
2525
"files": [
@@ -28,4 +28,4 @@
2828
"publishConfig": {
2929
"access": "public"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)