Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 30, 2024
1 parent f7cd783 commit 46dc5e9
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 21 deletions.
25 changes: 13 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/booster-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-promise": "6.6.0",
"jest": "29.7.0",
"ts-loader": "9.5.1",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.7.0",
"node-loader": "2.0.0",
"ts-loader": "9.5.1",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.6.0",
"jest": "29.7.0",
"typescript": "5.4.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/generate-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-promise": "6.6.0",
"jest": "29.7.0",
"ts-loader": "9.5.1",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-promise": "6.6.0",
"jest": "29.7.0",
"ts-loader": "9.5.1",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/randomise-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"build": "tsc"
},
"devDependencies": {
"typescript": "5.4.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/upload-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "29.7.0",
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.4.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@types/jest": "29.5.14",
"jest": "29.7.0",
"typescript": "5.4.2"
"typescript": "5.6.3"
}
}

0 comments on commit 46dc5e9

Please sign in to comment.