fix versions
This commit is contained in:
parent
d4b3ca632e
commit
f387f5a9e8
15
package.json
15
package.json
@ -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
1196
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user