Comparing version 2.1.4-next.9979b30.0 to 2.1.4-next.9a44ed9.0
{ | ||
"name": "binarytf", | ||
"version": "2.1.4-next.9979b30.0", | ||
"version": "2.1.4-next.9a44ed9.0", | ||
"description": "Binary Term Format", | ||
@@ -32,4 +32,4 @@ "author": "kyranet <kyradiscord@gmail.com>", | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-conventional": "^18.6.2", | ||
"@favware/cliff-jumper": "^2.2.3", | ||
@@ -39,16 +39,16 @@ "@sapphire/eslint-config": "^5.0.3", | ||
"@sapphire/ts-config": "^5.0.0", | ||
"@types/node": "^20.10.4", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"@vitest/coverage-v8": "^1.0.4", | ||
"@types/node": "^20.11.5", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.1.1", | ||
"tsup": "^8.0.1", | ||
"typedoc": "^0.25.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"tsup": "^8.0.2", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.0.4" | ||
"vitest": "^1.3.1" | ||
}, | ||
@@ -99,3 +99,3 @@ "repository": { | ||
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "yarn@4.0.2" | ||
"packageManager": "yarn@4.1.0" | ||
} |
222025