Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent f9c8380 commit 2d66cda
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rimraf": "~5.0.0",
"ts-jest": "~29.1.0",
"tsconfig-paths-webpack-plugin": "~4.1.0",
"typescript": "~4.9.0",
"typescript": "~5.4.0",
"ts-node": "~10.9.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/jest-tsjest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"jest": "~29.7.0",
"ts-jest": "~29.1.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "~20.12.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"rimraf": "~5.0.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"rimraf": "~5.0.0",
"rollup": "~4.16.0",
"tslib": "~2.6.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"rimraf": "~5.0.0",
"storybook": "~7.6.0",
"tsconfig-paths-webpack-plugin": "~4.1.0",
"typescript": "~4.9.0",
"typescript": "~5.4.0",
"webpack": "~5.91.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@types/node": "~20.12.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "~18.2.0",
"@vitejs/plugin-react": "~4.2.0",
"rimraf": "~5.0.0",
"typescript": "~4.9.3",
"typescript": "~5.4.0",
"vite-tsconfig-paths": "~4.2.0",
"vite": "~5.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"webpack-cli": "~5.1.0",
"ts-loader": "~9.5.0",
"tsconfig-paths-webpack-plugin": "~4.1.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"doctoc": "~2.2.0",
"eslint": "~8.57.0",
"eslint-plugin-import": "~2.29.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"rimraf": "~5.0.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/foo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"rimraf": "~5.0.0",
"typescript": "~4.9.0"
"typescript": "~5.4.0"
}
}

0 comments on commit 2d66cda

Please sign in to comment.