Skip to content

Commit 07e3445

Browse files
Guillaume CATELGuillaume CATEL
authored andcommitted
chore: update packages
1 parent 8b631b7 commit 07e3445

File tree

8 files changed

+1866
-4480
lines changed

8 files changed

+1866
-4480
lines changed

configs/tailwind-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@monorepo/typescript-config": "workspace:*",
36-
"tsup": "^8.3.5",
37-
"typescript": "^5.7.2",
38-
"vitest": "^2.1.8"
36+
"tsup": "^8.3.6",
37+
"typescript": "^5.7.3",
38+
"vitest": "^3.0.4"
3939
}
4040
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"clean": "turbo clean",
1010
"lint": "eslint",
1111
"gen": "turbo gen",
12-
"check": "npm-check-updates --packageFile '**/package.json' --packageFile '**/package.json.hbs' --packageFile 'package.json'"
12+
"check": "npm-check-updates --packageFile '**/package.{json,json.hbs}'"
1313
},
1414
"devDependencies": {
15-
"@eslint-react/eslint-plugin": "^1.24.0",
15+
"@eslint-react/eslint-plugin": "^1.25.0",
1616
"@eslint/compat": "^1.2.5",
17-
"@eslint/js": "^9.18.0",
18-
"@stylistic/eslint-plugin": "^2.13.0",
19-
"@turbo/gen": "^2.3.3",
17+
"@eslint/js": "^9.19.0",
18+
"@stylistic/eslint-plugin": "^3.0.0",
19+
"@turbo/gen": "^2.3.4",
2020
"@types/eslint__js": "^8.42.3",
21-
"@typescript-eslint/parser": "^8.21.0",
22-
"eslint": "^9.18.0",
21+
"@typescript-eslint/parser": "^8.22.0",
22+
"eslint": "^9.19.0",
2323
"eslint-plugin-astro": "^1.3.1",
2424
"eslint-plugin-jsx-a11y": "^6.10.2",
2525
"eslint-plugin-react-hooks": "^5.1.0",
@@ -28,10 +28,10 @@
2828
"globals": "^15.14.0",
2929
"npm-check-updates": "^17.1.14",
3030
"shx": "^0.3.4",
31-
"turbo": "^2.3.3",
31+
"turbo": "^2.3.4",
3232
"typescript": "^5.7.3",
33-
"typescript-eslint": "^8.21.0",
34-
"vitest": "^3.0.2"
33+
"typescript-eslint": "^8.22.0",
34+
"vitest": "^3.0.4"
3535
},
3636
"packageManager": "[email protected]",
3737
"engines": {

0 commit comments

Comments
 (0)