Bump deps (nov 8) (#2579)

* Bump deps

* cleanup
This commit is contained in:
Belleve 2024-11-08 20:41:01 -10:00 committed by GitHub
parent efa7b63a2d
commit e7d3db137c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 196 additions and 179 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@iosevka/geometry",
"version": "32.0.1",
"version": "32.0.2",
"private": true,
"exports": {
".": "./src/index.mjs",
@ -15,7 +15,7 @@
"./spiro-pen-expand": "./src/spiro-pen-expand.mjs"
},
"dependencies": {
"@iosevka/util": "32.0.1",
"@iosevka/util": "32.0.2",
"spiro": "^3.0.1",
"typo-geom": "^0.16.1"
}