Skip to content

Commit c0b1aa8

Browse files
authored
chore: updated dev dependencies (#350)
1 parent 1804a31 commit c0b1aa8

File tree

3 files changed

+136
-136
lines changed

3 files changed

+136
-136
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@repo/vitest": "workspace:*",
3535
"@types/node": "^25.5.0",
3636
"@types/prompts": "^2.4.9",
37-
"@typescript-eslint/eslint-plugin": "^8.57.1",
38-
"@typescript-eslint/parser": "^8.57.1",
37+
"@typescript-eslint/eslint-plugin": "^8.57.2",
38+
"@typescript-eslint/parser": "^8.57.2",
3939
"@vitest/coverage-v8": "4.0.18",
4040
"eslint": "^9.39.4",
4141
"husky": "^9.1.7",
4242
"lint-staged": "^16.4.0",
4343
"prettier": "^3.8.1",
4444
"turbo": "^2.8.20",
4545
"typescript": "^5.9.3",
46-
"vitest": "^4.1.0"
46+
"vitest": "^4.1.1"
4747
},
4848
"packageManager": "pnpm@10.30.3"
4949
}

packages/@repo/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"format": "prettier --write \"**/*.{ts,js,json,md,yml}\""
1313
},
1414
"devDependencies": {
15-
"@typescript-eslint/eslint-plugin": "^8.57.1",
16-
"@typescript-eslint/parser": "^8.57.1",
15+
"@typescript-eslint/eslint-plugin": "^8.57.2",
16+
"@typescript-eslint/parser": "^8.57.2",
1717
"eslint": "^9.39.4"
1818
}
1919
}

0 commit comments

Comments
 (0)