Skip to content

Commit

Permalink
fix: downgrade ts bisa fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jun 16, 2024
1 parent 7777703 commit fe53194
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"h3": "^1.11.1",
"nitropack": "^2.9.6",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion apps/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.9.4",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/mime-types": "^2",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/bcrypt": "^5",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"drizzle-kit": "^0.20.18",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/id-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@types/eslint": "^8.37.0",
"eslint": "^9.2.0",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sora-vp/tsconfig": "*",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prettier": "^3.2.5",
"react": "18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript": "^5.4.0",
"zod": "^3.23.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sora-vp/tsconfig": "*",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@sora-vp/tsconfig": "*",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@sora-vp/tsconfig": "*",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sora-vp/tsconfig": "*",
"eslint": "^9.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.4.0"
},
"prettier": "@sora-vp/prettier-config"
}
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ __metadata:
mime-types: "npm:^2.1.35"
prettier: "npm:^3.2.5"
superjson: "npm:2.2.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft
Expand All @@ -2687,7 +2687,7 @@ __metadata:
h3: "npm:^1.11.1"
nitropack: "npm:^2.9.6"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -2708,7 +2708,7 @@ __metadata:
prettier: "npm:^3.2.5"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft
Expand All @@ -2728,7 +2728,7 @@ __metadata:
eslint: "npm:^9.2.0"
mysql2: "npm:^3.9.7"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft
Expand All @@ -2747,7 +2747,7 @@ __metadata:
eslint-plugin-react: "npm:^7.34.1"
eslint-plugin-react-hooks: "npm:beta"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
typescript-eslint: "npm:^7.8.0"
languageName: unknown
linkType: soft
Expand All @@ -2765,7 +2765,7 @@ __metadata:
eslint-config-turbo: "npm:^1.13.3"
eslint-plugin-react: "npm:^7.34.1"
nanoid: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -2777,7 +2777,7 @@ __metadata:
"@sora-vp/tsconfig": "npm:*"
prettier: "npm:^3.2.5"
prettier-plugin-tailwindcss: "npm:^0.5.14"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -2804,7 +2804,7 @@ __metadata:
superjson: "npm:2.2.1"
tsup: "npm:^8.0.2"
tsx: "npm:^4.9.4"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -2817,7 +2817,7 @@ __metadata:
"@sora-vp/tsconfig": "npm:*"
eslint: "npm:^9.2.0"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand All @@ -2833,7 +2833,7 @@ __metadata:
prettier: "npm:^3.2.5"
tailwindcss: "npm:^3.4.3"
tailwindcss-animate: "npm:^1.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2874,7 +2874,7 @@ __metadata:
tailwind-merge: "npm:^2.3.0"
tailwindcss: "npm:^3.4.3"
tailwindcss-animate: "npm:^1.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
peerDependencies:
react: 18.3.1
Expand All @@ -2893,7 +2893,7 @@ __metadata:
eslint: "npm:^9.2.0"
js-base64: "npm:^3.7.7"
prettier: "npm:^3.2.5"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2940,7 +2940,7 @@ __metadata:
recharts: "npm:^2.12.7"
superjson: "npm:2.2.1"
tailwindcss: "npm:^3.4.3"
typescript: "npm:^5.4.5"
typescript: "npm:^5.4.0"
zod: "npm:^3.23.6"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12518,7 +12518,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.5":
"typescript@npm:^5.4.0, typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
Expand All @@ -12528,7 +12528,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.4.0#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
Expand Down

0 comments on commit fe53194

Please sign in to comment.