Skip to content

Commit dd33cca

Browse files
committed
Fix letterSpacing
1 parent fdbddcd commit dd33cca

File tree

3 files changed

+1509
-1493
lines changed

3 files changed

+1509
-1493
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"author": "",
1616
"license": "",
1717
"devDependencies": {
18-
"eslint-plugin-devup": "^2.0.1",
18+
"eslint-plugin-devup": "^2.0.5",
1919
"@figma/eslint-plugin-figma-plugins": "*",
2020
"@figma/plugin-typings": "*",
21-
"@rspack/cli": "^1.1.8",
22-
"@rspack/core": "^1.1.8",
23-
"@typescript-eslint/eslint-plugin": "^8.20.0",
24-
"@typescript-eslint/parser": "^8.20.0",
25-
"@eslint/compat": "^1.2.5",
26-
"eslint": "^9.18.0",
27-
"typescript": "^5.7.3",
28-
"@vitest/coverage-v8": "^3.0.2",
29-
"vitest": "^3.0.2"
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",
25+
"@eslint/compat": "^1.2.8",
26+
"eslint": "^9.24.0",
27+
"typescript": "^5.8.3",
28+
"@vitest/coverage-v8": "^3.1.1",
29+
"vitest": "^3.1.1"
3030
}
3131
}

0 commit comments

Comments
 (0)