Skip to content

Commit

Permalink
Update TS dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lfportal committed Sep 25, 2024
1 parent deee934 commit f801250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/orderbook/create-bid-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"typescript": "^5"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/orderbook/fulfill-bid-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"typescript": "^5"
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3887,7 +3887,7 @@ __metadata:
next: 14.2.7
react: ^18
react-dom: ^18
typescript: ^5
typescript: ^5.6.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3928,7 +3928,7 @@ __metadata:
next: 14.2.7
react: ^18
react-dom: ^18
typescript: ^5
typescript: ^5.6.2
languageName: unknown
linkType: soft

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

"typescript@npm:*, typescript@npm:^5, typescript@npm:^5.6.2":
"typescript@npm:*, typescript@npm:^5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
Expand All @@ -37799,7 +37799,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^5#~builtin<compat/typescript>, typescript@patch:typescript@^5.6.2#~builtin<compat/typescript>":
"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^5.6.2#~builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#~builtin<compat/typescript>::version=5.6.2&hash=14eedb"
bin:
Expand Down

0 comments on commit f801250

Please sign in to comment.