@powerhousedao/builder-tools 6.0.0-dev.5 → 6.0.0-dev.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect-utils/helpers.d.ts +1 -1
- package/dist/connect-utils/helpers.d.ts.map +1 -1
- package/dist/connect-utils/helpers.js +1 -1
- package/dist/connect-utils/helpers.js.map +1 -1
- package/dist/connect-utils/vite-config.d.ts.map +1 -1
- package/dist/connect-utils/vite-config.js +5 -1
- package/dist/connect-utils/vite-config.js.map +1 -1
- package/dist/document-model-editor/components/text-field.js +1 -1
- package/dist/document-model-editor/components/text-field.js.map +1 -1
- package/dist/document-model-editor/editor.js +1 -1
- package/dist/document-model-editor/editor.js.map +1 -1
- package/dist/document-model-editor/schemas/inputs.d.ts +13 -7
- package/dist/document-model-editor/schemas/inputs.d.ts.map +1 -1
- package/dist/document-model-editor/schemas/inputs.js +1 -1
- package/dist/document-model-editor/schemas/inputs.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/builder-tools",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"@storybook/react-vite": "^8.6.7",
|
|
54
54
|
"@storybook/test": "^8.6.7",
|
|
55
55
|
"@storybook/types": "^8.5.2",
|
|
56
|
-
"@tailwindcss/vite": "
|
|
57
|
-
"@types/react": "
|
|
56
|
+
"@tailwindcss/vite": "4.1.18",
|
|
57
|
+
"@types/react": "19.2.14",
|
|
58
58
|
"@types/validator": "^13.12.2",
|
|
59
|
-
"@vitejs/plugin-react": "
|
|
60
|
-
"react": "
|
|
61
|
-
"react-dom": "
|
|
59
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
60
|
+
"react": "19.2.4",
|
|
61
|
+
"react-dom": "19.2.4",
|
|
62
62
|
"storybook": "^8.6.14",
|
|
63
63
|
"tsx": "^4.21.0",
|
|
64
|
-
"vite": "
|
|
65
|
-
"vite-plugin-html": "
|
|
66
|
-
"vite-plugin-node-polyfills": "
|
|
67
|
-
"vite-plugin-svgr": "
|
|
64
|
+
"vite": "7.3.1",
|
|
65
|
+
"vite-plugin-html": "3.2.2",
|
|
66
|
+
"vite-plugin-node-polyfills": "0.25.0",
|
|
67
|
+
"vite-plugin-svgr": "4.5.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@codemirror/autocomplete": "6.18.6",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"@codemirror/state": "6.5.2",
|
|
78
78
|
"@codemirror/theme-one-dark": "6.1.2",
|
|
79
79
|
"@codemirror/view": "6.36.7",
|
|
80
|
-
"@graphql-tools/schema": "
|
|
81
|
-
"@graphql-tools/utils": "
|
|
80
|
+
"@graphql-tools/schema": "10.0.31",
|
|
81
|
+
"@graphql-tools/utils": "11.0.0",
|
|
82
82
|
"@hookform/resolvers": "^5.0.1",
|
|
83
|
-
"@powerhousedao/document-engineering": "
|
|
83
|
+
"@powerhousedao/document-engineering": "1.40.1",
|
|
84
84
|
"@prettier/sync": "^0.5.5",
|
|
85
85
|
"@radix-ui/react-checkbox": "^1.2.3",
|
|
86
86
|
"@radix-ui/react-icons": "^1.3.2",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"@radix-ui/react-slot": "^1.2.0",
|
|
91
91
|
"@radix-ui/react-tabs": "^1.1.9",
|
|
92
92
|
"@storybook/preview-api": "^8.6.14",
|
|
93
|
-
"@tailwindcss/cli": "
|
|
93
|
+
"@tailwindcss/cli": "4.1.18",
|
|
94
94
|
"@tailwindcss/postcss": "^4.1.7",
|
|
95
|
-
"@tailwindcss/vite": "
|
|
95
|
+
"@tailwindcss/vite": "4.1.18",
|
|
96
96
|
"@theguild/editor": "^1.3.10",
|
|
97
97
|
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
|
98
|
-
"@vitejs/plugin-react": "
|
|
98
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
99
99
|
"change-case": "^5.4.4",
|
|
100
|
-
"class-variance-authority": "
|
|
100
|
+
"class-variance-authority": "0.7.0",
|
|
101
101
|
"clsx": "^2.1.1",
|
|
102
102
|
"cm6-graphql": "^0.2.1",
|
|
103
103
|
"commander": "^13.1.0",
|
|
@@ -109,26 +109,26 @@
|
|
|
109
109
|
"esbuild": "^0.25.5",
|
|
110
110
|
"esbuild-plugins-node-modules-polyfill": "^1.7.0",
|
|
111
111
|
"fast-glob": "^3.3.3",
|
|
112
|
-
"graphql": "
|
|
112
|
+
"graphql": "16.12.0",
|
|
113
113
|
"magic-string": "^0.30.17",
|
|
114
114
|
"postcss": "^8.5.3",
|
|
115
115
|
"react-hook-form": "^7.56.1",
|
|
116
|
-
"read-pkg": "
|
|
116
|
+
"read-pkg": "10.1.0",
|
|
117
117
|
"resolve.exports": "^2.0.3",
|
|
118
|
-
"tailwind-merge": "
|
|
119
|
-
"tailwindcss": "
|
|
118
|
+
"tailwind-merge": "3.4.0",
|
|
119
|
+
"tailwindcss": "4.1.18",
|
|
120
120
|
"thememirror": "^2.0.1",
|
|
121
121
|
"usehooks-ts": "^3.1.1",
|
|
122
122
|
"uuid": "^11.1.0",
|
|
123
123
|
"validator": "^13.15.0",
|
|
124
124
|
"viem": "^2.28.0",
|
|
125
125
|
"vite-envs": "^4.6.0",
|
|
126
|
-
"vite-plugin-node-polyfills": "
|
|
127
|
-
"zod": "
|
|
128
|
-
"@powerhousedao/
|
|
129
|
-
"@powerhousedao/
|
|
130
|
-
"
|
|
131
|
-
"
|
|
126
|
+
"vite-plugin-node-polyfills": "0.25.0",
|
|
127
|
+
"zod": "4.3.6",
|
|
128
|
+
"@powerhousedao/design-system": "6.0.0-dev.52",
|
|
129
|
+
"@powerhousedao/reactor-browser": "6.0.0-dev.52",
|
|
130
|
+
"document-model": "6.0.0-dev.52",
|
|
131
|
+
"@powerhousedao/config": "6.0.0-dev.52"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
134
|
"react": ">=19.0.0",
|