Skip to content

Commit 27b0f01

Browse files
authored
Merge pull request #128 from platforma-open/erohinaelena/update-dependencies
Erohinaelena/update dependencies
2 parents 9441074 + 4266e6b commit 27b0f01

6 files changed

Lines changed: 937 additions & 1182 deletions

File tree

.changeset/thin-actors-bake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@platforma-open/milaboratories.graph-maker.model': patch
3+
'@platforma-open/milaboratories.graph-maker.ui': patch
4+
---
5+
6+
update dependencies and build tools

model/package.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,18 @@
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
88
"scripts": {
9-
"build": "tsup && vite build && block-tools build-model"
9+
"build": "ts-builder build --target block-model && block-tools build-model",
10+
"watch": "ts-builder build --target block-model --watch",
11+
"type-check": "ts-builder type-check --target block-model"
1012
},
1113
"dependencies": {
12-
"@platforma-sdk/model": "catalog:"
14+
"@platforma-sdk/model": "catalog:",
15+
"@milaboratories/graph-maker": "catalog:"
1316
},
1417
"devDependencies": {
18+
"@milaboratories/ts-builder": "catalog:",
19+
"@milaboratories/ts-configs": "catalog:",
1520
"@platforma-sdk/block-tools": "catalog:",
16-
"@milaboratories/graph-maker": "catalog:",
17-
"typescript": "catalog:",
18-
"vite": "catalog:",
19-
"tsup": "catalog:"
20-
},
21-
"tsup": {
22-
"entry": [
23-
"src/index.ts"
24-
],
25-
"splitting": false,
26-
"treeshake": true,
27-
"clean": true,
28-
"format": [
29-
"cjs",
30-
"esm"
31-
],
32-
"dts": true,
33-
"minify": false,
34-
"sourcemap": true
21+
"typescript": "catalog:"
3522
}
3623
}

0 commit comments

Comments
 (0)