Skip to content

Commit 7ecf6b6

Browse files
committed
fyn: update deps and update fynpo.json
1 parent e4957db commit 7ecf6b6

File tree

11 files changed

+694
-765
lines changed

11 files changed

+694
-765
lines changed

.fynpo-data.json

Lines changed: 72 additions & 534 deletions
Large diffs are not rendered by default.

fynpo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"packages": ["packages/*", "_w/*"],
9-
"noFynLocal": ["xsh", "npm-packlist"],
9+
"noFynLocal": ["xsh"],
1010
"command": {
1111
"publish": {
1212
"tags": {

packages/aveazul/fyn-lock.yaml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $pkg:
99
'@types/node': ^22.15.30
1010
'@vitest/coverage-v8': ^3.2.2
1111
'@xarc/run': ^2.3.0
12-
bluebird: ../bluebird
12+
bluebird: ^3.7.2
1313
publish-util: ../publish-util
1414
run-verify: ../run-verify
1515
ts2mjs: ^4.0.0
@@ -558,16 +558,6 @@ ast-v8-to-istanbul:
558558
'@jridgewell/trace-mapping': ^0.3.31
559559
estree-walker: ^3.0.3
560560
js-tokens: ^9.0.1
561-
aveazul:
562-
_latest: 1.1.0-fynlocal_h
563-
_:
564-
../aveazul: 1.1.0-fynlocal_h
565-
1.1.0-fynlocal_h:
566-
$: local
567-
_: ./
568-
dependencies:
569-
'@jchip/error': ^1.0.3
570-
xaa: ^2.0.0
571561
balanced-match:
572562
_latest: 3.0.1
573563
_:
@@ -576,15 +566,13 @@ balanced-match:
576566
$: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
577567
_: 'https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz'
578568
bluebird:
579-
_latest: 3.7.2-fynlocal_h
569+
_latest: 3.7.2
580570
_:
581-
../bluebird: 3.7.2-fynlocal_h
582-
3.7.2-fynlocal_h:
571+
^3.7.2: 3.7.2
572+
3.7.2:
583573
top: 1
584-
$: local
585-
_: ../bluebird
586-
dependencies:
587-
aveazul: ^1.0.1
574+
$: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
575+
_: 'https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz'
588576
brace-expansion:
589577
_latest: 4.0.1
590578
_:

packages/aveazul/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
"node": ">=18.0.0"
101101
},
102102
"fyn": {
103-
"dependencies": {}
103+
"dependencies": {},
104+
"devDependencies": {
105+
"bluebird": false
106+
}
104107
}
105108
}

0 commit comments

Comments
 (0)