Iosevka/packages/font/package.json
Belleve af8f360e0e
PR: add bump ver check (#2282)
* Add bump-version check into the PR validation workflow

* Check condition for PR

* Setup step and job outputs for conditionals

* Fixup

* Limit fetch depth

* Fix typo

* Use a different checkout pattern

* Bump version

* Fixup conditional for the build stage

* Still allow the build stage even if the bump_version_check stage did found changes, as commits by github actions bot won't triggger actions

---------

Co-authored-by: GitHub Actions <actions@github.com>
2024-04-07 23:09:16 +00:00

24 lines
608 B
JSON

{
"name": "@iosevka/font",
"version": "29.1.1",
"private": true,
"exports": {
".": "./src/index.mjs",
"./anchor": "./src/anchor.mjs",
"./point": "./src/point.mjs",
"./transform": "./src/transform.mjs"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@iosevka/font-glyphs": "29.1.1",
"@iosevka/font-otl": "29.1.1",
"@iosevka/geometry": "29.1.1",
"@iosevka/geometry-cache": "29.1.1",
"@iosevka/glyph": "29.1.1",
"@iosevka/param": "29.1.1",
"@iosevka/util": "29.1.1",
"harfbuzzjs": "^0.3.4",
"ot-builder": "^1.7.3",
"semver": "^7.6.0"
}
}