Bump version and deps to 31.1 (#2444)

This commit is contained in:
Belleve 2024-07-29 16:38:17 -10:00 committed by GitHub
parent 6f7c864faa
commit edfd04dae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 99 additions and 96 deletions

View file

@ -1,13 +1,13 @@
{
"name": "@iosevka/amend-readme",
"version": "31.0.0",
"version": "31.1.0",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@iosevka/param": "31.0.0",
"@iosevka/param": "31.1.0",
"@unicode/unicode-15.1.0": "^1.5.2"
}
}