@intlayer/design-system 6.1.1 → 6.1.2
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/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"tailwind-merge": "^3.3.1",
|
|
86
86
|
"zod": "^3.25.56",
|
|
87
87
|
"zustand": "^4.5.6",
|
|
88
|
-
"@intlayer/api": "6.1.
|
|
89
|
-
"@intlayer/config": "6.1.
|
|
90
|
-
"@intlayer/
|
|
91
|
-
"@intlayer/
|
|
92
|
-
"@intlayer/editor-react": "6.1.
|
|
93
|
-
"intlayer": "6.1.
|
|
94
|
-
"react-intlayer": "6.1.
|
|
88
|
+
"@intlayer/api": "6.1.2",
|
|
89
|
+
"@intlayer/config": "6.1.2",
|
|
90
|
+
"@intlayer/core": "6.1.2",
|
|
91
|
+
"@intlayer/dictionaries-entry": "6.1.2",
|
|
92
|
+
"@intlayer/editor-react": "6.1.2",
|
|
93
|
+
"intlayer": "6.1.2",
|
|
94
|
+
"react-intlayer": "6.1.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@chromatic-com/storybook": "^3.2.7",
|
|
@@ -130,12 +130,12 @@
|
|
|
130
130
|
"vite": "^7.1.7",
|
|
131
131
|
"vite-plugin-dts": "^4.5.3",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
|
-
"@
|
|
134
|
-
"@intlayer/backend": "6.1.1",
|
|
133
|
+
"@intlayer/backend": "6.1.2",
|
|
135
134
|
"@utils/eslint-config": "1.0.4",
|
|
135
|
+
"@utils/ts-config": "1.0.4",
|
|
136
136
|
"@utils/ts-config-types": "1.0.4",
|
|
137
137
|
"@utils/tsup-config": "1.0.4",
|
|
138
|
-
"vite-intlayer": "6.1.
|
|
138
|
+
"vite-intlayer": "6.1.2"
|
|
139
139
|
},
|
|
140
140
|
"peerDependencies": {
|
|
141
141
|
"@monaco-editor/react": "^4.7.0",
|
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
"react-dom": ">=16.0.0",
|
|
150
150
|
"tailwind-merge": "^3.3.1",
|
|
151
151
|
"zustand": "^4.5.6",
|
|
152
|
-
"@intlayer/api": "6.1.
|
|
153
|
-
"@intlayer/
|
|
154
|
-
"@intlayer/
|
|
155
|
-
"@intlayer/
|
|
156
|
-
"@intlayer/
|
|
157
|
-
"react
|
|
158
|
-
"intlayer": "6.1.
|
|
159
|
-
"
|
|
152
|
+
"@intlayer/api": "6.1.2",
|
|
153
|
+
"@intlayer/backend": "6.1.2",
|
|
154
|
+
"@intlayer/config": "6.1.2",
|
|
155
|
+
"@intlayer/core": "6.1.2",
|
|
156
|
+
"@intlayer/dictionaries-entry": "6.1.2",
|
|
157
|
+
"@intlayer/editor-react": "6.1.2",
|
|
158
|
+
"intlayer": "6.1.2",
|
|
159
|
+
"react-intlayer": "6.1.2"
|
|
160
160
|
},
|
|
161
161
|
"scripts": {
|
|
162
162
|
"build": "pnpm clean & pnpm build:ci",
|