Update deps

This commit is contained in:
be5invis 2023-04-14 20:22:20 -07:00
parent 559488ebff
commit ef5427dd3a
3 changed files with 9 additions and 9 deletions

View file

@ -6,4 +6,4 @@
- CYRILLIC SMALL LETTER YERU WITH BACK YER (`U+A651`).
- MODIFIER LETTER CYRILLIC SMALL YERU WITH BACK YER (`U+1E06C`).
* Make square brackets shallower to harmonize with other brackets (#1662).
* Fix serifs and variant application of `cv67` on `U+0521`.
* Fix serifs and variant application of `cv67` on `U+0521`.

View file

@ -362,7 +362,7 @@ export : define DesignParameters : object
GeometricLargeX : lambda [mw uw] : (mw + uw / 2) / mw
geometric_tiny_x (1 / 7)
geometric_very_small_x (2.5 / 7)
geometric_slightly_small_x (3.25 / 7)
geometric_slightly_small_x (3.25 / 7)
geometric_small_x (4 / 7)
geometric_medium_small_x (4.75 / 7)
geometric_medium_x (5.5 / 7)

View file

@ -10,9 +10,9 @@
"dependencies": {
"@iarna/toml": "^2.2.5",
"@msgpack/msgpack": "^2.8.0",
"ot-builder": "^1.6.1",
"otb-ttc-bundle": "^1.6.1",
"semver": "^7.3.8",
"ot-builder": "^1.6.2",
"otb-ttc-bundle": "^1.6.2",
"semver": "^7.4.0",
"spiro": "^3.0.0",
"toposort": "^2.0.2",
"typo-geom": "^0.13.0",
@ -22,12 +22,12 @@
},
"devDependencies": {
"@unicode/unicode-15.0.0": "^1.3.1",
"cldr": "^7.3.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"cldr": "^7.4.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"patel": "^0.38.0",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"verda": "^1.11.0",
"which": "^3.0.0"
},