Skip to content

Commit

Permalink
Merge pull request #57 from tsparticles/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to ~5.2.0
  • Loading branch information
matteobruni authored Sep 20, 2023
2 parents 5b6664e + 946dfb6 commit 2064e24
Show file tree
Hide file tree
Showing 6 changed files with 121 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 @@ -89,6 +89,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
"typescript": "~5.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/ionic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.1.6"
"typescript": "~5.2.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": "~16.2.0",
"prettier": "^3.0.1",
"typescript": "~5.1.6"
"typescript": "~5.2.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": "~16.2.0",
"prettier": "^3.0.1",
"typescript": "~5.1.6"
"typescript": "~5.2.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": "~16.2.0",
"prettier": "^3.0.1",
"typescript": "~5.1.6"
"typescript": "~5.2.0"
},
"module": "dist/ng-particles/fesm2015/ng-particles.mjs",
"es2020": "dist/ng-particles/fesm2020/ng-particles.mjs",
Expand Down
Loading

0 comments on commit 2064e24

Please sign in to comment.