Skip to content

Commit

Permalink
Deps: Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Oct 15, 2024
1 parent a6a74dd commit 4f4041a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ __metadata:
next: "npm:14.2.15"
react: "npm:^18"
react-dom: "npm:^18"
typescript: "npm:4.9.5"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand All @@ -64,7 +64,7 @@ __metadata:
next: "npm:14.2.15"
react: "npm:^18"
react-dom: "npm:^18"
typescript: "npm:4.9.5"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4f4041a

Please sign in to comment.