Skip to content

Commit e4ecbb7

Browse files
chore: deps
1 parent 1c783bd commit e4ecbb7

3 files changed

Lines changed: 138 additions & 132 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@
101101
"engines": {
102102
"node": ">=24.15.0"
103103
},
104-
"packageManager": "pnpm@11.7.0"
104+
"packageManager": "pnpm@11.8.0"
105105
}

packages/dev-lib/src/test/cfg/eslint.config.dump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"language": "@/js",
33
"languageOptions": {
44
"ecmaVersion": 2026,
5-
"parser": "typescript-eslint/parser@8.61.0",
5+
"parser": "typescript-eslint/parser@8.61.1",
66
"parserOptions": {
77
"extraFileExtensions": {
88
"0": ".html"
@@ -14,7 +14,7 @@
1414
"linterOptions": {
1515
"reportUnusedDisableDirectives": 2
1616
},
17-
"plugins": ["@", "@typescript-eslint:@typescript-eslint/eslint-plugin@8.61.0"],
17+
"plugins": ["@", "@typescript-eslint:@typescript-eslint/eslint-plugin@8.61.1"],
1818
"rules": {
1919
"@typescript-eslint/naming-convention": [
2020
2,

0 commit comments

Comments
 (0)