Skip to content

Commit 0ffe6b6

Browse files
Update npm package typescript to v5.8.2
1 parent da6dc81 commit 0ffe6b6

File tree

56 files changed

+105
-105
lines changed

Some content is hidden

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

56 files changed

+105
-105
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"sanitize-html": "2.14.0",
9191
"tsconfig-paths-webpack-plugin": "4.2.0",
9292
"tsx": "4.19.3",
93-
"typescript": "5.7.3"
93+
"typescript": "5.8.2"
9494
},
9595
"devDependencies": {
9696
"@local/eslint": "0.0.0-private",
@@ -108,7 +108,7 @@
108108
"@vitest/coverage-istanbul": "2.1.9",
109109
"eslint": "9.20.1",
110110
"rimraf": "6.0.1",
111-
"typescript": "5.7.3",
111+
"typescript": "5.8.2",
112112
"vite-tsconfig-paths": "5.1.4",
113113
"vitest": "2.1.9",
114114
"wait-on": "8.0.2"

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.86.1",
103103
"ts-json-schema-generator": "1.5.1",
104104
"tsx": "4.19.3",
105-
"typescript": "5.7.3",
105+
"typescript": "5.8.2",
106106
"ws": "8.18.1"
107107
},
108108
"devDependencies": {
@@ -127,7 +127,7 @@
127127
"@vitest/coverage-istanbul": "2.1.9",
128128
"eslint": "9.20.1",
129129
"rimraf": "6.0.1",
130-
"typescript": "5.7.3",
130+
"typescript": "5.8.2",
131131
"vitest": "2.1.9",
132132
"wait-on": "8.0.2"
133133
}

apps/hash-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"graphology-types": "0.24.8",
153153
"rimraf": "6.0.1",
154154
"sass": "1.85.1",
155-
"typescript": "5.7.3",
155+
"typescript": "5.8.2",
156156
"wait-on": "8.0.2",
157157
"webpack": "5.98.0"
158158
}

apps/hash-integration-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"axios": "1.8.1",
3838
"dotenv-flow": "3.3.0",
3939
"tsx": "4.19.3",
40-
"typescript": "5.7.3"
40+
"typescript": "5.8.2"
4141
},
4242
"devDependencies": {
4343
"@local/eslint": "0.0.0-private",
@@ -46,7 +46,7 @@
4646
"@types/dotenv-flow": "3.3.3",
4747
"eslint": "9.20.1",
4848
"rimraf": "6.0.1",
49-
"typescript": "5.7.3",
49+
"typescript": "5.8.2",
5050
"wait-on": "8.0.2"
5151
}
5252
}

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.19.3",
22-
"typescript": "5.7.3"
22+
"typescript": "5.8.2"
2323
},
2424
"devDependencies": {
2525
"@local/eslint": "0.0.0-private",
2626
"@local/tsconfig": "0.0.0-private",
2727
"@types/node": "22.13.8",
2828
"@types/set-interval-async": "1.0.3",
2929
"eslint": "9.20.1",
30-
"typescript": "5.7.3"
30+
"typescript": "5.8.2"
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.19.3",
22-
"typescript": "5.7.3"
22+
"typescript": "5.8.2"
2323
},
2424
"devDependencies": {
2525
"@local/eslint": "0.0.0-private",
2626
"@local/tsconfig": "0.0.0-private",
2727
"@types/node": "22.13.8",
2828
"eslint": "9.20.1",
29-
"typescript": "5.7.3"
29+
"typescript": "5.8.2"
3030
}
3131
}

apps/hashdotdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"remark-parse": "10.0.2",
6060
"sharp": "0.33.5",
6161
"slugify": "1.6.6",
62-
"typescript": "5.7.3",
62+
"typescript": "5.8.2",
6363
"unified": "10.1.2",
6464
"unist-util-visit": "4.1.2"
6565
},
@@ -83,6 +83,6 @@
8383
"eslint": "9.20.1",
8484
"execa": "7.2.0",
8585
"tsx": "4.19.3",
86-
"typescript": "5.7.3"
86+
"typescript": "5.8.2"
8787
}
8888
}

apps/plugin-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"ts-loader": "9.5.2",
9191
"tsconfig-paths-webpack-plugin": "4.2.0",
9292
"type-fest": "3.13.1",
93-
"typescript": "5.7.3",
93+
"typescript": "5.8.2",
9494
"webpack": "5.98.0",
9595
"webpack-cli": "4.10.0",
9696
"webpack-dev-server": "4.15.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.5.2",
5454
"react": "19.0.0",
5555
"react-dom": "19.0.0",
56-
"typescript": "5.7.3"
56+
"typescript": "5.8.2"
5757
},
5858
"peerDependencies": {
5959
"react": "^19.0.0",

blocks/ai-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prettier": "3.5.2",
4949
"react": "19.0.0",
5050
"react-dom": "19.0.0",
51-
"typescript": "5.7.3"
51+
"typescript": "5.8.2"
5252
},
5353
"peerDependencies": {
5454
"react": "^19.0.0",

0 commit comments

Comments
 (0)