Skip to content

Commit ef68f06

Browse files
committed
chore: update dependencies
1 parent a854b3b commit ef68f06

File tree

2 files changed

+1097
-181
lines changed

2 files changed

+1097
-181
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,16 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "^20.1.0",
4646
"@commitlint/config-conventional": "^20.0.0",
47-
"@idleberg/configs": "^0.3.1",
47+
"@e18e/cli": "^0.3.1",
48+
"@idleberg/configs": "^0.3.3",
4849
"@types/gulp": "^4.0.18",
4950
"@types/node": "^24.10.0",
5051
"@types/vinyl": "^2.0.12",
5152
"@vitest/coverage-v8": "^4.0.8",
5253
"concurrently": "^9.2.1",
5354
"gulp": "^5.0.1",
54-
"knip": "^5.68.0",
5555
"np": "^10.2.0",
5656
"prettier": "^3.6.2",
57-
"publint": "^0.3.15",
5857
"tsdown": "^0.16.1",
5958
"tsm": "^2.3.0",
6059
"typescript": "^5.9.3",
@@ -70,8 +69,7 @@
7069
"dev": "npm run build -- --watch",
7170
"lint": "concurrently --prefix-colors blue,green,magenta npm:lint:*",
7271
"lint:biome": "biome check",
73-
"lint:knip": "knip --cache --production",
74-
"lint:publint": "publint",
72+
"lint:e18e": "e18e-cli analyze",
7573
"prepack": "npm run build",
7674
"prepare": "lefthook install",
7775
"publish:npm": "np --any-branch",

0 commit comments

Comments
 (0)