likec4 1.2.2 → 1.3.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.2.2",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://likec4.dev",
6
6
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -63,8 +63,6 @@
63
63
  "prepack": "tsx scripts/prepack.ts",
64
64
  "postpack": "tsx scripts/postpack.ts",
65
65
  "lint": "run -T eslint src/ --fix",
66
- "test": "run -T vitest run",
67
- "test:watch": "run -T vitest",
68
66
  "clean": "run -T rimraf dist app/dist dev/.export dev/dist node_modules/.vite",
69
67
  "dev": "tsx watch src/cli/index.ts serve dev",
70
68
  "dev:bigbank": "tsx watch src/cli/index.ts serve ../../docs/likec4/bigbank",
@@ -85,7 +83,7 @@
85
83
  "esm-env": "1.0.0",
86
84
  "nanostores": "0.10.3",
87
85
  "playwright": "1.44.1",
88
- "vite": "5.3.0"
86
+ "vite": "5.3.1"
89
87
  },
90
88
  "peerDependencies": {
91
89
  "react": "^18.3.1",
@@ -100,17 +98,16 @@
100
98
  }
101
99
  },
102
100
  "devDependencies": {
103
- "@fontsource/ibm-plex-sans": "^5.0.19",
104
- "@likec4/core": "1.2.2",
105
- "@likec4/diagram": "1.2.2",
106
- "@likec4/diagrams": "1.2.2",
107
- "@likec4/generators": "1.2.2",
108
- "@likec4/language-server": "1.2.2",
109
- "@likec4/layouts": "1.2.2",
110
- "@likec4/tsconfig": "1.2.2",
111
- "@mantine/core": "^7.10.1",
112
- "@mantine/hooks": "^7.10.1",
113
- "@mantine/vanilla-extract": "^7.10.1",
101
+ "@fontsource/ibm-plex-sans": "^5.0.20",
102
+ "@likec4/core": "1.3.0",
103
+ "@likec4/diagram": "1.3.0",
104
+ "@likec4/generators": "1.3.0",
105
+ "@likec4/language-server": "1.3.0",
106
+ "@likec4/layouts": "1.3.0",
107
+ "@likec4/tsconfig": "1.3.0",
108
+ "@mantine/core": "7.10.2",
109
+ "@mantine/hooks": "7.10.2",
110
+ "@mantine/vanilla-extract": "7.10.2",
114
111
  "@nanostores/react": "^0.7.2",
115
112
  "@react-hookz/web": "^24.0.4",
116
113
  "@tabler/icons-react": "^3.0.0",
@@ -121,11 +118,11 @@
121
118
  "@types/prop-types": "^15.7.11",
122
119
  "@types/react": "18.3.3",
123
120
  "@types/react-dom": "18.3.0",
124
- "@types/string-hash": "^1",
121
+ "@types/string-hash": "^1.1.3",
125
122
  "@types/yargs": "^17.0.32",
126
- "@vanilla-extract/css": "^1.15.2",
123
+ "@vanilla-extract/css": "^1.15.3",
127
124
  "@vanilla-extract/dynamic": "^2.1.1",
128
- "@vanilla-extract/vite-plugin": "^4.0.10",
125
+ "@vanilla-extract/vite-plugin": "^4.0.11",
129
126
  "ci-info": "^3.9.0",
130
127
  "classnames": "^2.3.2",
131
128
  "clsx": "^2.1.1",
@@ -138,6 +135,7 @@
138
135
  "get-port": "^7.1.0",
139
136
  "html-to-image": "^1.11.11",
140
137
  "json5": "^2.2.3",
138
+ "langium": "3.1.0",
141
139
  "mkdirp": "^3.0.1",
142
140
  "npm-run-all2": "^6.1.2",
143
141
  "p-limit": "^5.0.0",