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 Apr 6, 2023
1 parent c7a358f commit 6bf0fe6
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": "~4.4.0",
"ts-jest": "~29.1.0",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.9.0",
"typescript": "~5.0.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.5.0",
"ts-jest": "~29.1.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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": "~18.15.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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.0.0",
"@types/react-dom": "~18.0.0",
"rimraf": "~4.4.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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": "~4.4.0",
"rollup": "~3.20.0",
"tslib": "~2.5.0",
"typescript": "~4.9.0"
"typescript": "~5.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rimraf": "~4.4.0",
"storybook": "~7.0.0-rc.10",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.9.0",
"typescript": "~5.0.0",
"webpack": "~5.78.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": "~18.15.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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.0.9",
"@vitejs/plugin-react": "~3.1.0",
"rimraf": "~4.4.0",
"typescript": "~4.9.3",
"typescript": "~5.0.0",
"vite-tsconfig-paths": "~4.0.3",
"vite": "~4.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.0.0",
"ts-loader": "~9.4.0",
"tsconfig-paths-webpack-plugin": "~4.0.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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.37.0",
"eslint-plugin-import": "~2.27.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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": "~4.4.0",
"typescript": "~4.9.0"
"typescript": "~5.0.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": "~4.4.0",
"typescript": "~4.9.0"
"typescript": "~5.0.0"
}
}

0 comments on commit 6bf0fe6

Please sign in to comment.