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] committed Oct 4, 2024
1 parent 70f3797 commit 2b6d361
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"regenerator-runtime": "0.14.1",
"stylelint": "15.11.0",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vue-eslint-parser": "9.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"eslint": "8.57.1",
"eslint-plugin-jest": "28.8.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"jest": "29.7.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "8.57.1",
"eslint-plugin-jest": "28.8.3",
"jest": "29.7.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "29.7.0",
"postcss": "8.4.47",
"stylelint": "15.11.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
Loading

0 comments on commit 2b6d361

Please sign in to comment.