@intlayer/design-system 6.0.2-canary.0 → 6.0.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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "6.0.2
|
|
3
|
+
"version": "6.0.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.0",
|
|
86
86
|
"zod": "^3.25.56",
|
|
87
87
|
"zustand": "^4.5.6",
|
|
88
|
-
"@intlayer/
|
|
89
|
-
"@intlayer/
|
|
90
|
-
"@intlayer/
|
|
91
|
-
"@intlayer/
|
|
92
|
-
"intlayer": "6.0.2
|
|
93
|
-
"
|
|
94
|
-
"react
|
|
88
|
+
"@intlayer/api": "6.0.2",
|
|
89
|
+
"@intlayer/config": "6.0.2",
|
|
90
|
+
"@intlayer/core": "6.0.2",
|
|
91
|
+
"@intlayer/dictionaries-entry": "6.0.2",
|
|
92
|
+
"intlayer": "6.0.2",
|
|
93
|
+
"react-intlayer": "6.0.2",
|
|
94
|
+
"@intlayer/editor-react": "6.0.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@chromatic-com/storybook": "^3.2.7",
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
"vite": "^7.1.2",
|
|
131
131
|
"vite-plugin-dts": "^4.5.3",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
|
+
"@utils/eslint-config": "1.0.4",
|
|
133
134
|
"@utils/ts-config": "1.0.4",
|
|
134
135
|
"@utils/ts-config-types": "1.0.4",
|
|
135
136
|
"@utils/tsup-config": "1.0.4",
|
|
136
|
-
"
|
|
137
|
-
"vite-intlayer": "6.0.2-canary.0"
|
|
137
|
+
"vite-intlayer": "6.0.2"
|
|
138
138
|
},
|
|
139
139
|
"peerDependencies": {
|
|
140
140
|
"@monaco-editor/react": "^4.7.0",
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"react-dom": ">=16.0.0",
|
|
149
149
|
"tailwind-merge": "^3.3.0",
|
|
150
150
|
"zustand": "^4.5.6",
|
|
151
|
-
"@intlayer/
|
|
152
|
-
"@intlayer/
|
|
153
|
-
"@intlayer/
|
|
154
|
-
"@intlayer/
|
|
155
|
-
"@intlayer/editor-react": "6.0.2
|
|
156
|
-
"intlayer": "6.0.2
|
|
157
|
-
"
|
|
158
|
-
"
|
|
151
|
+
"@intlayer/config": "6.0.2",
|
|
152
|
+
"@intlayer/dictionaries-entry": "6.0.2",
|
|
153
|
+
"@intlayer/core": "6.0.2",
|
|
154
|
+
"@intlayer/api": "6.0.2",
|
|
155
|
+
"@intlayer/editor-react": "6.0.2",
|
|
156
|
+
"react-intlayer": "6.0.2",
|
|
157
|
+
"intlayer": "6.0.2",
|
|
158
|
+
"@intlayer/backend": "6.0.2"
|
|
159
159
|
},
|
|
160
160
|
"scripts": {
|
|
161
161
|
"build": "pnpm clean & pnpm build:ci",
|