Skip to content

Commit dc9313e

Browse files
committed
feat(iter): upgrade to latest fink with support for stable iterables
BREAKING CHANGE: iterables are now stateless, i.e. can be re-iterated and safely passed around
1 parent e2315d9 commit dc9313e

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

package-lock.json

Lines changed: 28 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
"devDependencies": {
4646
"@fink/cli": "^8.0.0",
4747
"@fink/jest": "^7.0.0",
48-
"@fink/larix": "^14.0.0",
48+
"@fink/larix": "^15.0.0",
4949
"@fink/loxia": "^15.0.0",
50+
"@fink/require-hook": "^6.0.1",
5051
"commitizen": "^4.0.5",
5152
"cz-conventional-changelog": "^3.1.0",
5253
"jest-cli": "^26.5.3",

0 commit comments

Comments
 (0)