Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(platform): Platform types fixes #374

Merged
merged 11 commits into from
Jul 27, 2024
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
DhairyaMajmudar marked this conversation as resolved.
Show resolved Hide resolved
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
Loading