Skip to content

Commit d949024

Browse files
committed
migration to the new block-builder and deps updater
1 parent 304c015 commit d949024

File tree

3 files changed

+4
-124
lines changed

3 files changed

+4
-124
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "turbo watch build",
1010
"changeset": "changeset",
1111
"version-packages": "changeset version",
12-
"update-sdk": "node scripts/update-sdk-packages.js"
12+
"update-sdk": "pl-blocks-deps-updater"
1313
},
1414
"files": [
1515
"index.d.ts",
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"turbo": "catalog:",
2020
"@changesets/cli": "catalog:",
21-
"js-yaml": "catalog:"
21+
"@platforma-sdk/blocks-deps-updater": "catalog:"
2222
},
2323
"packageManager": "pnpm@9.12.0"
2424
}

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ catalog:
1313
"@platforma-sdk/block-tools": ^2.5.92
1414
"@platforma-sdk/test": ^1.42.44
1515
"@platforma-sdk/tengo-builder": ^2.1.17
16-
"@platforma-sdk/package-builder": ^2.16.0
16+
"@platforma-sdk/package-builder": ^3.2.3
1717
"@platforma-sdk/eslint-config": ^1.0.3
18+
"@platforma-sdk/blocks-deps-updater": ^2.0.0
1819

1920
"@platforma-open/milaboratories.runenv-python-3": ^1.3.1
2021

@@ -30,4 +31,3 @@ catalog:
3031
"vite-plugin-dts": ^4.3.0
3132

3233
"@changesets/cli": ^2.29.5
33-
"js-yaml": "^4.1.0"

scripts/update-sdk-packages.js

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)