Skip to content

Commit 2f278c4

Browse files
committed
Fix gradient issue
1 parent dd33cca commit 2f278c4

File tree

5 files changed

+372
-211
lines changed

5 files changed

+372
-211
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"eslint-plugin-devup": "^2.0.5",
1919
"@figma/eslint-plugin-figma-plugins": "*",
2020
"@figma/plugin-typings": "*",
21-
"@rspack/cli": "^1.3.4",
22-
"@rspack/core": "^1.3.4",
23-
"@typescript-eslint/eslint-plugin": "^8.29.1",
24-
"@typescript-eslint/parser": "^8.29.1",
21+
"@rspack/cli": "^1.3.5",
22+
"@rspack/core": "^1.3.5",
23+
"@typescript-eslint/eslint-plugin": "^8.31.0",
24+
"@typescript-eslint/parser": "^8.31.0",
2525
"@eslint/compat": "^1.2.8",
26-
"eslint": "^9.24.0",
26+
"eslint": "^9.25.1",
2727
"typescript": "^5.8.3",
28-
"@vitest/coverage-v8": "^3.1.1",
29-
"vitest": "^3.1.1"
28+
"@vitest/coverage-v8": "^3.1.2",
29+
"vitest": "^3.1.2"
3030
}
3131
}

0 commit comments

Comments
 (0)