likec4 1.20.2 → 1.21.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "likec4",
3
- "version": "1.20.2",
3
+ "version": "1.21.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://likec4.dev",
6
6
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -106,27 +106,28 @@
106
106
  },
107
107
  "dependencies": {
108
108
  "@hpcc-js/wasm-graphviz": "1.7.0",
109
- "@likec4/core": "~1.20.2",
109
+ "@likec4/core": "~1.21.0",
110
110
  "@vitejs/plugin-react-swc": "3.7.2",
111
- "playwright": "1.49.1",
111
+ "playwright": "1.50.1",
112
112
  "react": "~19.0.0",
113
113
  "react-dom": "~19.0.0",
114
+ "rollup": "4.34.0",
114
115
  "type-fest": "4.28.1",
115
116
  "vite": "5.4.14"
116
117
  },
117
118
  "devDependencies": {
118
119
  "@fontsource/ibm-plex-sans": "^5.1.1",
119
- "@likec4/diagram": "1.20.2",
120
- "@likec4/generators": "1.20.2",
121
- "@likec4/icons": "1.20.2",
122
- "@likec4/language-server": "1.20.2",
123
- "@likec4/layouts": "1.20.2",
124
- "@likec4/log": "1.20.2",
125
- "@likec4/tsconfig": "1.20.2",
126
- "@mantine/core": "7.15.2",
127
- "@mantine/hooks": "7.15.2",
128
- "@mantine/spotlight": "7.15.2",
129
- "@mantine/vanilla-extract": "7.15.2",
120
+ "@likec4/diagram": "1.21.0",
121
+ "@likec4/generators": "1.21.0",
122
+ "@likec4/icons": "1.21.0",
123
+ "@likec4/language-server": "1.21.0",
124
+ "@likec4/layouts": "1.21.0",
125
+ "@likec4/log": "1.21.0",
126
+ "@likec4/tsconfig": "1.21.0",
127
+ "@mantine/core": "7.16.2",
128
+ "@mantine/hooks": "7.16.2",
129
+ "@mantine/spotlight": "7.16.2",
130
+ "@mantine/vanilla-extract": "7.16.2",
130
131
  "@nanostores/react": "0.8.4",
131
132
  "@react-hookz/web": "^25.0.1",
132
133
  "@tabler/icons-react": "3.29.0",
@@ -138,9 +139,9 @@
138
139
  "@types/react": "~19.0.8",
139
140
  "@types/react-dom": "~19.0.3",
140
141
  "@types/yargs": "^17.0.33",
141
- "@vanilla-extract/css": "^1.17.0",
142
+ "@vanilla-extract/css": "^1.17.1",
142
143
  "@vanilla-extract/dynamic": "^2.1.2",
143
- "@vanilla-extract/vite-plugin": "^4.0.19",
144
+ "@vanilla-extract/vite-plugin": "^4.0.20",
144
145
  "@xyflow/react": "12.4.2",
145
146
  "@xyflow/system": "0.0.50",
146
147
  "autoprefixer": "^10.4.20",
@@ -153,8 +154,8 @@
153
154
  "esm-env": "^1.2.2",
154
155
  "execa": "^9.3.1",
155
156
  "fast-equals": "^5.2.2",
156
- "fdir": "^6.4.2",
157
- "framer-motion": "^11.16.0",
157
+ "fdir": "^6.4.3",
158
+ "framer-motion": "^11.18.2",
158
159
  "get-port": "^7.1.0",
159
160
  "glob": "^11.0.1",
160
161
  "html-to-image": "^1.11.11",
@@ -173,20 +174,21 @@
173
174
  "react-error-boundary": "^4.1.2",
174
175
  "react-resizable-panels": "^2.1.7",
175
176
  "react-shadow": "^20.6.0",
176
- "remeda": "^2.19.0",
177
+ "remeda": "^2.20.1",
177
178
  "std-env": "^3.8.0",
178
179
  "strip-indent": "^4.0.0",
179
180
  "terser": "^5.37.0",
180
- "tinyrainbow": "^1.2.0",
181
+ "tinyrainbow": "^2.0.0",
181
182
  "tsx": "~4.19.2",
182
- "turbo": "^2.3.4",
183
+ "turbo": "^2.4.0",
183
184
  "typescript": "^5.7.3",
184
185
  "ufo": "^1.5.4",
185
186
  "unbuild": "^3.3.1",
186
187
  "vite-plugin-css-injected-by-js": "^3.5.2",
187
188
  "vite-plugin-dts": "^4.5.0",
188
189
  "vite-plugin-shadow-style": "^1.2.0",
189
- "vitest": "^2.1.8",
190
+ "vite-plugin-singlefile": "^2.1.0",
191
+ "vitest": "^3.0.4",
190
192
  "yargs": "17.7.2"
191
193
  },
192
194
  "packageManager": "yarn@4.6.0"