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 8, 2024
1 parent b49b89c commit 6c0f581
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 331 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/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 @@ -69,7 +69,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",
"vite": "5.4.8"
},
"sass": {
Expand Down
507 changes: 186 additions & 321 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6c0f581

Please sign in to comment.