Skip to content

Commit 103b0d7

Browse files
Guillaume CATELGuillaume CATEL
authored andcommitted
chore: config updater
1 parent 3081b28 commit 103b0d7

File tree

6 files changed

+672
-407
lines changed

6 files changed

+672
-407
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@
99
"clean": "turbo clean",
1010
"lint": "eslint",
1111
"gen": "turbo gen",
12-
"check": "npm-check-updates --packageFile '**/package.json' --packageFile '**/package.json.hbs'"
12+
"check": "npm-check-updates --packageFile '**/package.json' --packageFile '**/package.json.hbs' --packageFile 'package.json'"
1313
},
1414
"devDependencies": {
15-
"@eslint-react/eslint-plugin": "^1.23.1",
16-
"@eslint/compat": "^1.2.4",
17-
"@eslint/js": "^9.17.0",
18-
"@stylistic/eslint-plugin": "^2.12.1",
15+
"@eslint-react/eslint-plugin": "^1.24.0",
16+
"@eslint/compat": "^1.2.5",
17+
"@eslint/js": "^9.18.0",
18+
"@stylistic/eslint-plugin": "^2.13.0",
1919
"@turbo/gen": "^2.3.3",
2020
"@types/eslint__js": "^8.42.3",
21-
"@typescript-eslint/parser": "^8.19.0",
22-
"eslint": "^9.17.0",
21+
"@typescript-eslint/parser": "^8.21.0",
22+
"eslint": "^9.18.0",
2323
"eslint-plugin-astro": "^1.3.1",
2424
"eslint-plugin-jsx-a11y": "^6.10.2",
2525
"eslint-plugin-react-hooks": "^5.1.0",
26-
"eslint-plugin-react-refresh": "^0.4.16",
27-
"eslint-plugin-tailwindcss": "^3.17.5",
26+
"eslint-plugin-react-refresh": "^0.4.18",
27+
"eslint-plugin-tailwindcss": "^3.18.0",
2828
"globals": "^15.14.0",
29-
"npm-check-updates": "^17.1.13",
29+
"npm-check-updates": "^17.1.14",
3030
"shx": "^0.3.4",
3131
"turbo": "^2.3.3",
32-
"typescript": "^5.7.2",
33-
"typescript-eslint": "^8.19.0",
34-
"vitest": "^2.1.8"
32+
"typescript": "^5.7.3",
33+
"typescript-eslint": "^8.21.0",
34+
"vitest": "^3.0.2"
3535
},
36-
"packageManager": "[email protected].3",
36+
"packageManager": "[email protected].4",
3737
"engines": {
3838
"node": ">=22.11"
3939
}

0 commit comments

Comments
 (0)