Skip to content

Commit b6b79dd

Browse files
Update npm package typescript to v5.8.3
1 parent 73352b5 commit b6b79dd

File tree

58 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+108
-108
lines changed

apps/hash-ai-worker-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"sanitize-html": "2.17.0",
8989
"tsconfig-paths-webpack-plugin": "4.2.0",
9090
"tsx": "4.20.3",
91-
"typescript": "5.7.3"
91+
"typescript": "5.8.3"
9292
},
9393
"devDependencies": {
9494
"@local/eslint": "0.0.0-private",
@@ -105,7 +105,7 @@
105105
"@vitest/coverage-istanbul": "3.2.4",
106106
"eslint": "9.20.1",
107107
"rimraf": "6.0.1",
108-
"typescript": "5.7.3",
108+
"typescript": "5.8.3",
109109
"vitest": "3.2.4",
110110
"wait-on": "8.0.3"
111111
}

apps/hash-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"openai": "4.104.0",
103103
"ts-json-schema-generator": "1.5.1",
104104
"tsx": "4.20.3",
105-
"typescript": "5.7.3",
105+
"typescript": "5.8.3",
106106
"ws": "8.18.3"
107107
},
108108
"devDependencies": {
@@ -125,7 +125,7 @@
125125
"@vitest/coverage-istanbul": "3.2.4",
126126
"eslint": "9.20.1",
127127
"rimraf": "6.0.1",
128-
"typescript": "5.7.3",
128+
"typescript": "5.8.3",
129129
"vitest": "3.2.4",
130130
"wait-on": "8.0.3"
131131
}

apps/hash-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"graphology-types": "0.24.8",
151151
"rimraf": "6.0.1",
152152
"sass": "1.89.2",
153-
"typescript": "5.7.3",
153+
"typescript": "5.8.3",
154154
"wait-on": "8.0.3",
155155
"webpack": "5.100.1"
156156
}

apps/hash-integration-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"axios": "1.10.0",
3737
"dotenv-flow": "3.3.0",
3838
"tsx": "4.20.3",
39-
"typescript": "5.7.3",
39+
"typescript": "5.8.3",
4040
"uuid": "11.1.0"
4141
},
4242
"devDependencies": {
@@ -45,7 +45,7 @@
4545
"@types/dotenv-flow": "3.3.3",
4646
"eslint": "9.20.1",
4747
"rimraf": "6.0.1",
48-
"typescript": "5.7.3",
48+
"typescript": "5.8.3",
4949
"wait-on": "8.0.3"
5050
}
5151
}

apps/hash-realtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"set-interval-async": "2.0.3",
2020
"slonik": "24.2.0",
2121
"tsx": "4.20.3",
22-
"typescript": "5.7.3"
22+
"typescript": "5.8.3"
2323
},
2424
"devDependencies": {
2525
"@local/eslint": "0.0.0-private",
2626
"@local/tsconfig": "0.0.0-private",
2727
"@types/node": "22.16.3",
2828
"@types/set-interval-async": "1.0.3",
2929
"eslint": "9.20.1",
30-
"typescript": "5.7.3"
30+
"typescript": "5.8.3"
3131
}
3232
}

apps/hash-search-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@local/hash-isomorphic-utils": "0.0.0-private",
2020
"hot-shots": "8.5.2",
2121
"tsx": "4.20.3",
22-
"typescript": "5.7.3"
22+
"typescript": "5.8.3"
2323
},
2424
"devDependencies": {
2525
"@local/eslint": "0.0.0-private",
2626
"@local/tsconfig": "0.0.0-private",
2727
"@types/node": "22.16.3",
2828
"eslint": "9.20.1",
29-
"typescript": "5.7.3"
29+
"typescript": "5.8.3"
3030
}
3131
}

apps/mcp/linear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"rimraf": "6.0.1",
3535
"shx": "0.4.0",
3636
"tsx": "4.20.3",
37-
"typescript": "5.7.3"
37+
"typescript": "5.8.3"
3838
}
3939
}

apps/mcp/notion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"rimraf": "6.0.1",
3535
"shx": "0.4.0",
3636
"tsx": "4.20.3",
37-
"typescript": "5.7.3"
37+
"typescript": "5.8.3"
3838
}
3939
}

apps/plugin-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"ts-loader": "9.5.2",
8989
"tsconfig-paths-webpack-plugin": "4.2.0",
9090
"type-fest": "3.13.1",
91-
"typescript": "5.7.3",
91+
"typescript": "5.8.3",
9292
"webpack": "5.100.1",
9393
"webpack-cli": "4.10.0",
9494
"webpack-dev-server": "5.2.2",

blocks/address/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prettier": "3.6.2",
5454
"react": "19.1.0",
5555
"react-dom": "19.1.0",
56-
"typescript": "5.7.3"
56+
"typescript": "5.8.3"
5757
},
5858
"peerDependencies": {
5959
"react": "^19.0.0",

0 commit comments

Comments
 (0)