Skip to content

Commit c6297fa

Browse files
committed
Update dependencies in pnpm-workspace.yaml and refine .gitignore; adjust test:dry-run script in package.json
1 parent d3a6b23 commit c6297fa

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ log/
88
.turbo
99
vite.config.*.timestamp-*
1010
software/**/*.sw.json
11-
software/*.tgz
11+
software/**/*.tgz
1212
.DS_Store
1313
.vscode/sftp.json
1414
test-dry-run.json

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"name": "@platforma-open/my-org.block-boilerplate",
3-
"version": "1.0.0",
42
"scripts": {
53
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
64
"build": "turbo run build",
75
"build:dev": "env PL_PKG_DEV=local turbo run build",
86
"test": "env PL_PKG_DEV=local turbo run test --concurrency 1 --env-mode=loose",
9-
"test:dry-run": "turbo run test --dry-run=json",
7+
"test:dry-run": "env PL_PKG_DEV=local turbo run test --dry-run=json",
108
"mark-stable": "turbo run mark-stable",
119
"watch": "turbo watch build",
1210
"changeset": "changeset",

pnpm-workspace.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,27 @@ packages:
77
- block
88

99
catalog:
10-
"@platforma-sdk/model": ^1.34.0
11-
"@platforma-sdk/ui-vue": ^1.34.4
10+
"@platforma-sdk/model": ^1.34.10
11+
"@platforma-sdk/ui-vue": ^1.34.12
1212
"@platforma-sdk/workflow-tengo": ^4.8.0
13-
"@platforma-sdk/block-tools": ^2.5.55
14-
"@platforma-sdk/test": ^1.34.7
13+
"@platforma-sdk/block-tools": ^2.5.57
14+
"@platforma-sdk/test": ^1.34.14
1515
"@platforma-sdk/tengo-builder": ^2.1.10
16-
"@platforma-sdk/package-builder": ^2.16.1
16+
"@platforma-sdk/package-builder": ^2.16.0
1717
"@platforma-sdk/eslint-config": ^1.0.3
1818

19-
2019
"@platforma-open/milaboratories.runenv-python-3": ^1.1.7
2120

22-
"vue": ^3.5.13
23-
"vue-tsc": ^2.2.8
21+
"vue": ^3.5.15
22+
"vue-tsc": ^2.2.10
2423

2524
"typescript": ~5.5.4
26-
"tsup": ~8.3.5
25+
"tsup": ~8.1.2
2726
"turbo": ^2.5.4
2827

29-
"vite": ^6.2.2
30-
"vitest": ^2.1.8
31-
"@vitejs/plugin-vue": ^5.2.1
28+
"vite": ^6.3.5
29+
"vitest": ~2.1.9
30+
"@vitejs/plugin-vue": ^5.2.4
3231

33-
"@changesets/cli": ^2.29.4
32+
"@changesets/cli": ^2.29.5
3433
"js-yaml": "^4.1.0"

0 commit comments

Comments
 (0)