Skip to content

Commit

Permalink
upgrade TypeScript one minor to 5.4.5 from 5.3.3 (#9322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos authored Oct 24, 2024
1 parent 00107c8 commit be0f18a
Show file tree
Hide file tree
Showing 107 changed files with 1,197 additions and 1,511 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "22.7.8",
"tsx": "4.19.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"github-slugger": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"typescript": "^5"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/basic/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"typescript": "^5"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^2.0.7",
"typescript": "^5.4.5"
"typescript": "5.4.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"typescript": "^5.3.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/basic/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
"typescript": "5.4.5"
},
"dependencies": {
"react": "^18.2.0"
Expand Down
Loading

0 comments on commit be0f18a

Please sign in to comment.