Skip to content

Commit 6d9d48c

Browse files
committed
(wip) chore: remove unused deps
1 parent 133ac9f commit 6d9d48c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

packages/eslint-plugin-svelte/package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"dependencies": {
6060
"@eslint-community/eslint-utils": "^4.4.0",
6161
"@jridgewell/sourcemap-codec": "^1.4.15",
62-
"debug": "^4.3.4",
6362
"eslint-compat-utils": "^0.5.0",
6463
"esutils": "^2.0.3",
6564
"known-css-properties": "^0.31.0",
@@ -74,26 +73,15 @@
7473
"@babel/core": "^7.24.5",
7574
"@babel/eslint-parser": "^7.24.5",
7675
"@babel/plugin-proposal-function-bind": "^7.24.1",
77-
"@babel/types": "^7.24.5",
78-
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
79-
"@fontsource/fira-mono": "^5.0.13",
8076
"@ota-meshi/eslint-plugin": "^0.17.1",
81-
"@sindresorhus/slugify": "^2.2.1",
82-
"@sveltejs/adapter-static": "^3.0.1",
83-
"@sveltejs/vite-plugin-svelte": "^3.1.0",
8477
"@types/babel__core": "^7.20.5",
85-
"@types/cross-spawn": "^6.0.6",
86-
"@types/escape-html": "^1.0.4",
8778
"@types/eslint": "^8.56.10",
8879
"@types/eslint-scope": "^3.7.7",
8980
"@types/eslint-utils": "^3.0.5",
9081
"@types/eslint-visitor-keys": "^3.3.0",
9182
"@types/esutils": "^2.0.2",
9283
"@types/json-schema": "^7.0.15",
9384
"@types/less": "^3.0.6",
94-
"@types/markdown-it": "^14.1.1",
95-
"@types/markdown-it-container": "^2.0.10",
96-
"@types/markdown-it-emoji": "^3.0.1",
9785
"@types/mocha": "^10.0.6",
9886
"@types/node": "^20.12.11",
9987
"@types/postcss-safe-parser": "^5.0.4",
@@ -128,14 +116,9 @@
128116
"eslint-typegen": "^0.2.4",
129117
"eslint-visitor-keys": "^4.0.0",
130118
"espree": "^10.0.1",
131-
"estree-walker": "^3.0.3",
132119
"globals": "^15.2.0",
133120
"less": "^4.2.0",
134121
"locate-character": "^3.0.0",
135-
"magic-string": "^0.30.10",
136-
"markdown-it-anchor": "^8.6.7",
137-
"markdown-it-container": "^4.0.0",
138-
"markdown-it-emoji": "^3.0.0",
139122
"mocha": "^10.4.0",
140123
"npm-run-all2": "^6.1.2",
141124
"nyc": "^15.1.0",
@@ -151,15 +134,11 @@
151134
"source-map-js": "^1.2.0",
152135
"stylus": "^0.63.0",
153136
"svelte": "5.0.0-next.130",
154-
"svelte-adapter-ghpages": "0.2.2",
155137
"svelte-i18n": "^4.0.0",
156138
"tslib": "^2.6.2",
157139
"type-coverage": "^2.28.2",
158140
"typescript-eslint": "^7.8.0",
159141
"util": "^0.12.5",
160-
"vite": "^5.2.11",
161-
"vite-plugin-eslint4b": "^0.4.0",
162-
"vite-plugin-svelte-md": "^0.1.7",
163142
"yaml": "^2.4.2"
164143
},
165144
"publishConfig": {

0 commit comments

Comments
 (0)