Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"resolutions": {
"@types/react": "^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"typeorm": "^0.3.25"
},
"devDependencies": {
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@types/react-timeago": "^4.1.7",
"eslint": "8.57.0",
"eslint-config-next": "15.3.4",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,7 @@ __metadata:
mysql2: ^3.14.1
reflect-metadata: ^0.2.2
typeorm: ^0.3.25
typescript: ^5.8.3
typescript: ^5.9.2
languageName: unknown
linkType: soft

Expand All @@ -3258,7 +3258,7 @@ __metadata:
react-loader: ^2.4.7
react-timeago: ^8.0.0
swr: ^2.3.3
typescript: ^5.8.3
typescript: ^5.9.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5712,7 +5712,7 @@ __metadata:
resolution: "dolt-react-graphql-sample-app@workspace:."
dependencies:
npm-run-all: ^4.1.5
typescript: ^5.8.3
typescript: ^5.9.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12132,7 +12132,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.8.3, typescript@npm:^5.8.3":
"typescript@npm:5.8.3":
version: 5.8.3
resolution: "typescript@npm:5.8.3"
bin:
Expand All @@ -12142,7 +12142,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.8.3#~builtin<compat/typescript>, typescript@patch:typescript@^5.8.3#~builtin<compat/typescript>":
"typescript@npm:^5.9.2":
version: 5.9.2
resolution: "typescript@npm:5.9.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f619cf6773cfe31409279711afd68cdf0859780006c50bc2a7a0c3227f85dea89a3b97248846326f3a17dad72ea90ec27cf61a8387772c680b2252fd02d8497b
languageName: node
linkType: hard

"typescript@patch:typescript@5.8.3#~builtin<compat/typescript>":
version: 5.8.3
resolution: "typescript@patch:typescript@npm%3A5.8.3#~builtin<compat/typescript>::version=5.8.3&hash=14eedb"
bin:
Expand All @@ -12152,6 +12162,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.9.2#~builtin<compat/typescript>":
version: 5.9.2
resolution: "typescript@patch:typescript@npm%3A5.9.2#~builtin<compat/typescript>::version=5.9.2&hash=14eedb"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e42a701947325500008334622321a6ad073f842f5e7d5e7b588a6346b31fdf51d56082b9ce5cef24312ecd3e48d6c0d4d44da7555f65e2feec18cf62ec540385
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.35":
version: 1.0.35
resolution: "ua-parser-js@npm:1.0.35"
Expand Down