Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@flex-development/grease": "3.0.0-alpha.9",
"@flex-development/pathe": "4.0.1",
"@flex-development/tutils": "6.0.0-alpha.25",
"@stylistic/eslint-plugin": "3.1.0",
"@stylistic/eslint-plugin": "4.0.1",
"@tsconfig/strictest": "2.0.5",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ __metadata:
"@flex-development/pathe": "npm:4.0.1"
"@flex-development/tutils": "npm:6.0.0-alpha.25"
"@flex-development/unist-util-types": "npm:1.6.1"
"@stylistic/eslint-plugin": "npm:3.1.0"
"@stylistic/eslint-plugin": "npm:4.0.1"
"@tsconfig/strictest": "npm:2.0.5"
"@types/eslint": "npm:9.6.1"
"@types/eslint__js": "npm:8.42.3"
Expand Down Expand Up @@ -2273,18 +2273,18 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:3.1.0":
version: 3.1.0
resolution: "@stylistic/eslint-plugin@npm:3.1.0"
"@stylistic/eslint-plugin@npm:4.0.1":
version: 4.0.1
resolution: "@stylistic/eslint-plugin@npm:4.0.1"
dependencies:
"@typescript-eslint/utils": "npm:^8.13.0"
"@typescript-eslint/utils": "npm:^8.23.0"
eslint-visitor-keys: "npm:^4.2.0"
espree: "npm:^10.3.0"
estraverse: "npm:^5.3.0"
picomatch: "npm:^4.0.2"
peerDependencies:
eslint: ">=8.40.0"
checksum: 10/1fc20b0294168df7c35e3b1f74628c42f34116a93bb9b4599d26abca175fa90f04bde26489b30a04fca436db8ed281ff95a97869065399058b5a34a00a679316
eslint: ">=9.0.0"
checksum: 10/32616032e45e9166840828c3f4e041b16d425a7803c8cf9519798dbc522b6d8eca110749f62b90c3c5635c55a729ff4b0519604acf96ee12a90d2fe1cd6c5494
languageName: node
linkType: hard

Expand Down Expand Up @@ -2648,7 +2648,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.24.1, @typescript-eslint/utils@npm:^8.13.0":
"@typescript-eslint/utils@npm:8.24.1, @typescript-eslint/utils@npm:^8.23.0":
version: 8.24.1
resolution: "@typescript-eslint/utils@npm:8.24.1"
dependencies:
Expand Down
Loading