Skip to content

Commit bbd11c7

Browse files
Merge branch 'alpha/v4' of github.com:francoismassart/eslint-plugin-tailwindcss into alpha/v4-classnames-order
# Conflicts: # package.json # pnpm-lock.yaml # src/rules/my-rule.spec.ts
2 parents 3e447d6 + eed3d94 commit bbd11c7

File tree

4 files changed

+260
-231
lines changed

4 files changed

+260
-231
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
"test": "vitest"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/utils": "^8.36.0",
49+
"@typescript-eslint/utils": "^8.37.0",
5050
"postcss": "^8.4.4",
5151
"synckit": "^0.11.4",
5252
"tailwind-api-utils": "^1.0.3"
5353
},
5454
"devDependencies": {
55-
"@eslint/js": "^9.30.1",
55+
"@eslint/js": "^9.16.0",
5656
"@types/eslint": "^8.56.10",
5757
"@types/jest": "^29.5.12",
58-
"@typescript-eslint/parser": "^8.36.0",
59-
"@typescript-eslint/rule-tester": "^8.36.0",
60-
"eslint": "^9.30.1",
58+
"@typescript-eslint/parser": "^8.37.0",
59+
"@typescript-eslint/rule-tester": "^8.37.0",
60+
"eslint": "^9.31.0",
6161
"eslint-doc-generator": "^2.2.2",
6262
"eslint-plugin-import": "^2.31.0",
6363
"eslint-plugin-simple-import-sort": "^12.1.1",
@@ -67,8 +67,8 @@
6767
"tailwindcss": "^4.0.0",
6868
"ts-jest": "^29.1.4",
6969
"tsup": "^8.1.0",
70-
"typescript": "^5.8.3",
71-
"typescript-eslint": "^8.36.0",
70+
"typescript": "^5.4.5",
71+
"typescript-eslint": "^8.18.0",
7272
"vitest": "^1.6.0"
7373
},
7474
"engines": {

0 commit comments

Comments
 (0)