Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 5c4bbcd commit ae15b9a
Show file tree
Hide file tree
Showing 12 changed files with 352 additions and 284 deletions.
2 changes: 1 addition & 1 deletion packages/changelog-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@changesets/parse": "*",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "18.1.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rollup-plugin-postcss": "4.0.2",
"sass": "1.78.0",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"keywords": [
"components",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"sass": "1.78.0",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"undici-types": "6.19.5",
"webpack": "5.94.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"rimraf": "6.0.1",
"sass": "1.78.0",
"storybook": "8.2.7",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"svgo": "3.3.2",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"sass": "1.78.0",
"start-server-and-test": "2.0.5",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"keywords": [
"components",
Expand Down
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "18.1.0",
"rimraf": "6.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"keywords": [
"components",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/core": "=15.0.4",
"cheerio": "1.0.0-rc.12",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"devDependencies": {
"@types/node": "20.14.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles-primeng-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-prettier": "5.0.2",
"stylelint-scss": "6.4.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-prettier": "5.0.2",
"stylelint-scss": "6.5.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"sass": {
"includePaths": [
Expand Down
614 changes: 341 additions & 273 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ae15b9a

Please sign in to comment.