From ef5427dd3adf77127cbe4aa93656749685ec664c Mon Sep 17 00:00:00 2001 From: be5invis Date: Fri, 14 Apr 2023 20:22:20 -0700 Subject: [PATCH] Update deps --- changes/22.0.2.md | 2 +- font-src/meta/aesthetics.ptl | 2 +- package.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/changes/22.0.2.md b/changes/22.0.2.md index f3f714bff..1b9085d06 100644 --- a/changes/22.0.2.md +++ b/changes/22.0.2.md @@ -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`. \ No newline at end of file +* Fix serifs and variant application of `cv67` on `U+0521`. diff --git a/font-src/meta/aesthetics.ptl b/font-src/meta/aesthetics.ptl index 184116dc1..bf1e4c896 100644 --- a/font-src/meta/aesthetics.ptl +++ b/font-src/meta/aesthetics.ptl @@ -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) diff --git a/package.json b/package.json index 17698389a..5fc51d2a9 100644 --- a/package.json +++ b/package.json @@ -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" },