Skip to content

Commit fc57b74

Browse files
committed
deps: Bump dependencies.
1 parent d574f85 commit fc57b74

File tree

2 files changed

+1309
-1015
lines changed

2 files changed

+1309
-1015
lines changed

Diff for: package.json

+35-24
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fmt:check": "prettier --list-different \"./**/*.{js,cjs,json,md}\"",
2626
"lint": "eslint .",
2727
"lint:fix": "pnpm lint --fix",
28-
"lint:conflicts": "ESLINT_USE_FLAT_CONFIG=true npx eslint-config-prettier",
28+
"lint:conflicts": "npx eslint-config-prettier eslint.config.js",
2929
"precommit": "pnpm lint-staged",
3030
"prepare": "husky || true",
3131
"prepush": "pnpm fmt:check",
@@ -34,34 +34,45 @@
3434
"test": "vitest run"
3535
},
3636
"devDependencies": {
37-
"@commitlint/cli": "^19.4.1",
38-
"@commitlint/lint": "^19.4.1",
39-
"@gcoguiec/eslint-config": "^1.1.3",
40-
"cspell": "^8.14.2",
41-
"eslint": "^9.9.1",
42-
"eslint-config-prettier": "^9.1.0",
43-
"eslint-plugin-import-x": "^4.2.1",
44-
"eslint-plugin-perfectionist": "^3.4.0",
37+
"@commitlint/cli": "^19.8.0",
38+
"@commitlint/lint": "^19.8.0",
39+
"@gcoguiec/eslint-config": "^1.1.5",
40+
"cspell": "^8.17.5",
41+
"eslint": "^9.22.0",
42+
"eslint-config-prettier": "^10.1.1",
43+
"eslint-plugin-import-x": "^4.6.1",
44+
"eslint-plugin-perfectionist": "^4.10.1",
4545
"eslint-plugin-vitest": "^0.5.4",
46-
"husky": "^9.1.5",
47-
"lint-staged": "^15.2.10",
48-
"prettier": "^3.3.3",
49-
"tslib": "^2.7.0",
50-
"vitest": "^2.0.5"
46+
"husky": "^9.1.7",
47+
"lint-staged": "^15.5.0",
48+
"prettier": "^3.5.3",
49+
"tslib": "^2.8.1",
50+
"vitest": "^3.0.8"
5151
},
52-
"devEngines": {
53-
"node": ">=22"
54-
},
55-
"volta": {
56-
"node": "22.8.0",
57-
"pnpm": "9.9.0"
58-
},
59-
"packageManager": "[email protected]",
6052
"pnpm": {
53+
"onlyBuiltDependencies": [
54+
"esbuild"
55+
],
6156
"overrides": {
6257
"semver@<5.7.2": ">=5.7.2",
6358
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
64-
"@babel/traverse@<7.23.2": ">=7.23.2"
59+
"@babel/traverse@<7.23.2": ">=7.23.2",
60+
"braces@<3.0.3": ">=3.0.3",
61+
"micromatch@<4.0.8": ">=4.0.8",
62+
"vite@>=5.2.0 <5.2.14": ">=5.2.14",
63+
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
64+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
65+
"nanoid@<3.3.8": ">=3.3.8",
66+
"esbuild@<=0.24.2": ">=0.25.0",
67+
"vite@>=5.0.0 <=5.4.11": ">=5.4.12"
6568
}
66-
}
69+
},
70+
"engines": {
71+
"node": ">=23"
72+
},
73+
"volta": {
74+
"node": "23.9.0",
75+
"pnpm": "10.6.3"
76+
},
77+
"packageManager": "[email protected]"
6778
}

0 commit comments

Comments
 (0)