Skip to content

Commit

Permalink
Update dependency typescript to v4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 982d714 commit 9763d02
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react": "16.14.60",
"prettier": "2.8.8",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-cli": "4.10.0",
"webpack-bundle-analyzer": "4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-cli": "4.10.0",
"webpack-bundle-analyzer": "4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-cli": "4.10.0",
"webpack-bundle-analyzer": "4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-cli": "4.10.0",
"webpack-bundle-analyzer": "4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"root-require": "0.3.1",
"shelljs": "0.8.5",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-cli": "4.10.0",
"webpack-bundle-analyzer": "4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"source-map-loader": "4.0.2",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "4.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"style-loader": "3.3.4",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"tslib": "2.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"webpack": "5.76.3",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest-serializer-html": "7.1.0",
"ts-jest": "29.0.5",
"tslib": "2.5.0",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"devDependencies": {
"@misk/prettier": "0.6.3",
Expand Down

0 comments on commit 9763d02

Please sign in to comment.