Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 76a4ce4 commit 322b832
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 121 deletions.
2 changes: 1 addition & 1 deletion apps/angular-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/ionic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.2",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
},
"description": "An Ionic project"
}
2 changes: 1 addition & 1 deletion components/confetti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "~17.0.3",
"prettier": "^3.2.5",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
},
"module": "dist/ng-confetti/fesm2015/ng-confetti.mjs",
"es2020": "dist/ng-confetti/fesm2020/ng-confetti.mjs",
Expand Down
2 changes: 1 addition & 1 deletion components/fireworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "~17.0.3",
"prettier": "^3.2.5",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
},
"module": "dist/ng-fireworks/fesm2015/ng-fireworks.mjs",
"es2020": "dist/ng-fireworks/fesm2020/ng-fireworks.mjs",
Expand Down
2 changes: 1 addition & 1 deletion components/particles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "~17.0.3",
"prettier": "^3.2.5",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
},
"module": "dist/ng-particles/fesm2015/ng-particles.mjs",
"es2020": "dist/ng-particles/fesm2020/ng-particles.mjs",
Expand Down
Loading

0 comments on commit 322b832

Please sign in to comment.