Skip to content

Commit

Permalink
all: Downgrade TypeScript to v5.6.3
Browse files Browse the repository at this point in the history
backend: Fix ESLint script
  • Loading branch information
somnisomni committed Dec 13, 2024
1 parent 2792985 commit 84841db
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 235 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"preinstall": "pnpm dlx only-allow pnpm",
"postinstall": "pnpm run common:build",
"forceinstall": "pnpm store prune; pnpm rimraf ./node_modules ./pnpm-lock.yaml; rm -rf ./node_modules ./pnpm-lock.yaml; pnpm install",
"forceinstall": "pnpm dlx rimraf ./node_modules ./pnpm-lock.yaml && pnpm store prune && pnpm install",
"all": "pnpm -r run",
"all:version": "pnpm -r exec npm version",
"all:build": "pnpm all build",
Expand All @@ -30,7 +30,6 @@
"concurrently": "^9.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"rimraf": "^6.0.1"
"typescript": "=5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/Common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript": "=5.6.3",
"tsc-alias": "^1.8.10"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 84841db

Please sign in to comment.