Skip to content

Commit 3603a89

Browse files
committed
chore: bump typescript to v6
1 parent ac34ae8 commit 3603a89

8 files changed

Lines changed: 134 additions & 133 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ts-jest": "^29.4.6",
3838
"ts-node": "10.9.2",
3939
"tslib": "^2.8.1",
40-
"typescript": "5.9.3",
40+
"typescript": "^6.0.0",
4141
"typescript-eslint": "^8.57.0",
4242
"verdaccio": "^6.3.1",
4343
"webpack-cli": "^7.0.0"

packages/client/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

packages/health-indicator/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

packages/lock/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

packages/socket.io-adapter/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

packages/streams-transporter/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

packages/throttler-storage/tsconfig.lib.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"rootDir": "src",
65
"outDir": "dist",
76
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo",

pnpm-lock.yaml

Lines changed: 133 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)