Skip to content

Commit 6a70890

Browse files
committed
chore: move compat dependency to devDependencies
We no longer use it in production code, only in tests. So we can move this to `devDependencies` now.
1 parent b32b6a6 commit 6a70890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"dependencies": {
5959
"@eslint-community/eslint-utils": "^4.4.1",
6060
"@jridgewell/sourcemap-codec": "^1.5.0",
61-
"eslint-compat-utils": "^0.6.4",
6261
"esutils": "^2.0.3",
6362
"known-css-properties": "^0.35.0",
6463
"postcss": "^8.4.49",
@@ -85,6 +84,7 @@
8584
"acorn": "^8.14.0",
8685
"assert": "^2.1.0",
8786
"esbuild": "^0.25.0",
87+
"eslint-compat-utils": "^0.6.4",
8888
"eslint-scope": "^8.2.0",
8989
"eslint-typegen": "^2.0.0",
9090
"eslint-visitor-keys": "^4.2.0",

0 commit comments

Comments
 (0)