Skip to content

Commit

Permalink
fix(deps): update dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpapini authored Jul 2, 2024
2 parents 5d86ffb + 5e1502c commit 3fae8a5
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 134 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-031941d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@jpapini/eslint-config': patch
'@jpapini/jest-config': patch
'@jpapini/typescript-config': patch
---

Updated dependency `typescript` to `5.5.3`.
Updated dependency `@typescript-eslint/eslint-plugin` to `7.15.0`.
Updated dependency `@typescript-eslint/parser` to `7.15.0`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier": "3.3.2",
"rimraf": "5.0.7",
"turbo": "2.0.6",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vite": "5.3.2"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "1.10.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-10x": "1.5.2",
"eslint-plugin-import": "2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@swc/jest": "0.2.36",
"jest": "29.7.0",
"npm-run-all2": "6.2.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"peerDependencies": {
"@swc/core": "1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"npm-run-all2": "6.2.0",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"peerDependencies": {
"typescript": "5"
Expand Down
Loading

0 comments on commit 3fae8a5

Please sign in to comment.