bump deps

This commit is contained in:
be5invis 2024-03-09 18:02:30 -08:00
parent 13ebde23fa
commit f80097b88d
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View file

@ -3589,9 +3589,9 @@
} }
}, },
"node_modules/typo-geom": { "node_modules/typo-geom": {
"version": "0.15.0", "version": "0.15.1",
"resolved": "https://registry.npmjs.org/typo-geom/-/typo-geom-0.15.0.tgz", "resolved": "https://registry.npmjs.org/typo-geom/-/typo-geom-0.15.1.tgz",
"integrity": "sha512-OFQk86Cx/5xed4KBUyX5dOe61ftwz264sL6FfCxLBSsF9gB8DsBUYauvr1Ow7cQ924KJoG2B+BZjCfwfAX4Vbw==", "integrity": "sha512-8pXibsBO14lwAl9a/MOC+ObmelJMDUe6LCqi+gucEbgA8GPBkK49vF00YUyS88kcGLuchNhe40EsuFW4qFsb8A==",
"dependencies": { "dependencies": {
"clipper-lib": "^6.4.2", "clipper-lib": "^6.4.2",
"tslib": "^2.6.2" "tslib": "^2.6.2"
@ -3869,7 +3869,7 @@
"@iosevka/geometry-cache": "29.0.1", "@iosevka/geometry-cache": "29.0.1",
"@iosevka/glyph": "29.0.1", "@iosevka/glyph": "29.0.1",
"@iosevka/util": "29.0.1", "@iosevka/util": "29.0.1",
"typo-geom": "^0.15.0" "typo-geom": "^0.15.1"
} }
}, },
"packages/font-kits": { "packages/font-kits": {
@ -3896,7 +3896,7 @@
"dependencies": { "dependencies": {
"@iosevka/util": "29.0.1", "@iosevka/util": "29.0.1",
"spiro": "^3.0.0", "spiro": "^3.0.0",
"typo-geom": "^0.15.0" "typo-geom": "^0.15.1"
} }
}, },
"packages/geometry-cache": { "packages/geometry-cache": {

View file

@ -13,6 +13,6 @@
"@iosevka/geometry-cache": "29.0.1", "@iosevka/geometry-cache": "29.0.1",
"@iosevka/glyph": "29.0.1", "@iosevka/glyph": "29.0.1",
"@iosevka/util": "29.0.1", "@iosevka/util": "29.0.1",
"typo-geom": "^0.15.0" "typo-geom": "^0.15.1"
} }
} }

View file

@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@iosevka/util": "29.0.1", "@iosevka/util": "29.0.1",
"spiro": "^3.0.0", "spiro": "^3.0.0",
"typo-geom": "^0.15.0" "typo-geom": "^0.15.1"
} }
} }