Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent e969d17 commit 9127f97
Show file tree
Hide file tree
Showing 10 changed files with 226 additions and 343 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": "4.9.5"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"sass": "1.69.5",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
}
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.69.5",
"sockjs": "0.3.24",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"typescript": "5.3.3",
"webpack": "5.89.0"
}
}
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"rimraf": "5.0.5",
"sass": "1.69.5",
"storybook": "7.6.3",
"typescript": "5.1.6"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"svgo": "3.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"sass": "1.69.5",
"start-server-and-test": "2.0.3",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "16.2.3",
"rimraf": "5.0.5",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@angular/core": "=15.0.4",
"cheerio": "1.0.0-rc.12",
"prettier": "3.1.0",
"typescript": "4.9.3"
"typescript": "5.3.3"
},
"devDependencies": {
"@types/node": "16.18.68",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-prettier": "4.1.0",
"stylelint-scss": "5.3.1",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"sass": {
"includePaths": [
Expand Down
Loading

0 comments on commit 9127f97

Please sign in to comment.