fix versions

This commit is contained in:
Artemy Egorov 2024-10-25 17:20:38 +03:00
parent d4b3ca632e
commit f387f5a9e8
2 changed files with 535 additions and 676 deletions

View File

@ -1,20 +1,19 @@
{ {
"name": "root", "name": "root",
"private": true, "private": true,
"dependencies": {},
"scripts": { "scripts": {
"build": "lerna run build", "build": "lerna run build",
"format": "prettier --write .", "format": "prettier --write .",
"format:check": "prettier --check ." "format:check": "prettier --check ."
}, },
"devDependencies": { "devDependencies": {
"lerna": "^8.1.2", "@types/node": "^22.8.0",
"eslint": "^9.7.0", "@typescript-eslint/eslint-plugin": "^8.11.0",
"prettier": "^3.1.1", "@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"tsc-watch": "^6.2.0", "tsc-watch": "^6.2.0",
"typescript": "^5.4.5", "typescript": "^5.6.3"
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0"
} }
} }

1196
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff