Skip to content

Commit

Permalink
fix(platform): Platform types fixes (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar authored and rajdip-b committed Jul 29, 2024
1 parent 0c5a380 commit 8e9d9ff
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 72 deletions.
3 changes: 1 addition & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3"
"ts-loader": "^9.4.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
3 changes: 1 addition & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"figlet": "^1.7.0",
"fs": "0.0.1-security",
"nodemon": "^3.1.4",
"socket.io-client": "^4.7.5",
"typescript": "^5.5.2"
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@swc/cli": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@next/eslint-plugin-next": "^13.5.6",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.7",
"@types/dayjs-precise-range": "^1.0.5",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.16",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"tsconfig": "workspace:*"
}
}
3 changes: 1 addition & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"tsconfig": "workspace:*"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"sharp": "^0.33.3",
"tailwind-merge": "^2.3.0",
"ts-node": "^10.9.2",
"zod": "^3.23.6"
"zod": "^3.23.6",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 8e9d9ff

Please sign in to comment.