Skip to content

Commit 4a12593

Browse files
authored
Merge pull request #265 from dolthub/dependabot/npm_and_yarn/typescript-5.9.2
Bump typescript from 5.8.3 to 5.9.2
2 parents 5228e37 + cca2294 commit 4a12593

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"npm-run-all": "^4.1.5",
23-
"typescript": "^5.8.3"
23+
"typescript": "^5.9.2"
2424
},
2525
"resolutions": {
2626
"@types/react": "^18"

packages/graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"typeorm": "^0.3.25"
3333
},
3434
"devDependencies": {
35-
"typescript": "^5.8.3"
35+
"typescript": "^5.9.2"
3636
}
3737
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@types/react-timeago": "^4.1.7",
3434
"eslint": "8.57.0",
3535
"eslint-config-next": "15.3.4",
36-
"typescript": "^5.8.3"
36+
"typescript": "^5.9.2"
3737
}
3838
}

yarn.lock

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@ __metadata:
32313231
mysql2: ^3.14.1
32323232
reflect-metadata: ^0.2.2
32333233
typeorm: ^0.3.25
3234-
typescript: ^5.8.3
3234+
typescript: ^5.9.2
32353235
languageName: unknown
32363236
linkType: soft
32373237

@@ -3258,7 +3258,7 @@ __metadata:
32583258
react-loader: ^2.4.7
32593259
react-timeago: ^8.0.0
32603260
swr: ^2.3.3
3261-
typescript: ^5.8.3
3261+
typescript: ^5.9.2
32623262
languageName: unknown
32633263
linkType: soft
32643264

@@ -5712,7 +5712,7 @@ __metadata:
57125712
resolution: "dolt-react-graphql-sample-app@workspace:."
57135713
dependencies:
57145714
npm-run-all: ^4.1.5
5715-
typescript: ^5.8.3
5715+
typescript: ^5.9.2
57165716
languageName: unknown
57175717
linkType: soft
57185718

@@ -12132,7 +12132,7 @@ __metadata:
1213212132
languageName: node
1213312133
linkType: hard
1213412134

12135-
"typescript@npm:5.8.3, typescript@npm:^5.8.3":
12135+
"typescript@npm:5.8.3":
1213612136
version: 5.8.3
1213712137
resolution: "typescript@npm:5.8.3"
1213812138
bin:
@@ -12142,7 +12142,17 @@ __metadata:
1214212142
languageName: node
1214312143
linkType: hard
1214412144

12145-
"typescript@patch:typescript@5.8.3#~builtin<compat/typescript>, typescript@patch:typescript@^5.8.3#~builtin<compat/typescript>":
12145+
"typescript@npm:^5.9.2":
12146+
version: 5.9.2
12147+
resolution: "typescript@npm:5.9.2"
12148+
bin:
12149+
tsc: bin/tsc
12150+
tsserver: bin/tsserver
12151+
checksum: f619cf6773cfe31409279711afd68cdf0859780006c50bc2a7a0c3227f85dea89a3b97248846326f3a17dad72ea90ec27cf61a8387772c680b2252fd02d8497b
12152+
languageName: node
12153+
linkType: hard
12154+
12155+
"typescript@patch:typescript@5.8.3#~builtin<compat/typescript>":
1214612156
version: 5.8.3
1214712157
resolution: "typescript@patch:typescript@npm%3A5.8.3#~builtin<compat/typescript>::version=5.8.3&hash=14eedb"
1214812158
bin:
@@ -12152,6 +12162,16 @@ __metadata:
1215212162
languageName: node
1215312163
linkType: hard
1215412164

12165+
"typescript@patch:typescript@^5.9.2#~builtin<compat/typescript>":
12166+
version: 5.9.2
12167+
resolution: "typescript@patch:typescript@npm%3A5.9.2#~builtin<compat/typescript>::version=5.9.2&hash=14eedb"
12168+
bin:
12169+
tsc: bin/tsc
12170+
tsserver: bin/tsserver
12171+
checksum: e42a701947325500008334622321a6ad073f842f5e7d5e7b588a6346b31fdf51d56082b9ce5cef24312ecd3e48d6c0d4d44da7555f65e2feec18cf62ec540385
12172+
languageName: node
12173+
linkType: hard
12174+
1215512175
"ua-parser-js@npm:^1.0.35":
1215612176
version: 1.0.35
1215712177
resolution: "ua-parser-js@npm:1.0.35"

0 commit comments

Comments
 (0)