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

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