Skip to content

Commit 403c149

Browse files
chore: use pnpm@11
1 parent ec3ce59 commit 403c149

4 files changed

Lines changed: 214 additions & 214 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@
104104
"engines": {
105105
"node": ">=24.11.0"
106106
},
107-
"packageManager": "pnpm@10.33.0"
107+
"packageManager": "pnpm@11.0.0"
108108
}

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.59.1",
5+
"parser": "typescript-eslint/parser@8.59.0",
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.59.1"],
17+
"plugins": ["@", "@typescript-eslint:@typescript-eslint/eslint-plugin@8.59.0"],
1818
"rules": {
1919
"@typescript-eslint/method-signature-style": [2],
2020
"@typescript-eslint/naming-convention": [

0 commit comments

Comments
 (0)