Skip to content

Commit 872c8ae

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

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@changesets/changelog-github": "^0.5.0",
1616
"@changesets/cli": "^2.27.1",
1717
"@changesets/get-release-plan": "^4.0.0",
18+
"env-cmd": "^10.1.0",
1819
"typescript": "~5.4.5"
1920
},
2021
"publishConfig": {

packages/eslint-plugin-svelte/package.json

Lines changed: 2 additions & 29 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,42 +73,25 @@
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",
76+
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
8077
"@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",
8478
"@types/babel__core": "^7.20.5",
85-
"@types/cross-spawn": "^6.0.6",
86-
"@types/escape-html": "^1.0.4",
8779
"@types/eslint": "^8.56.10",
88-
"@types/eslint-scope": "^3.7.7",
8980
"@types/eslint-utils": "^3.0.5",
90-
"@types/eslint-visitor-keys": "^3.3.0",
9181
"@types/esutils": "^2.0.2",
9282
"@types/json-schema": "^7.0.15",
9383
"@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",
9784
"@types/mocha": "^10.0.6",
9885
"@types/node": "^20.12.11",
9986
"@types/postcss-safe-parser": "^5.0.4",
100-
"@types/prismjs": "^1.26.4",
10187
"@types/semver": "^7.5.8",
10288
"@types/stylus": "^0.48.42",
10389
"@typescript-eslint/eslint-plugin": "^7.8.0",
10490
"@typescript-eslint/parser": "^7.8.0",
105-
"@typescript/vfs": "^1.5.0",
10691
"acorn": "^8.11.3",
10792
"assert": "^2.1.0",
108-
"cross-spawn": "^7.0.3",
109-
"env-cmd": "^10.1.0",
110-
"esbuild": "^0.21.1",
93+
"esbuild": "^0.21.0",
11194
"esbuild-register": "^3.5.0",
112-
"escape-html": "^1.0.3",
11395
"eslint": "^9.2.0",
11496
"eslint-config-prettier": "^9.1.0",
11597
"eslint-formatter-friendly": "^7.0.0",
@@ -128,14 +110,9 @@
128110
"eslint-typegen": "^0.2.4",
129111
"eslint-visitor-keys": "^4.0.0",
130112
"espree": "^10.0.1",
131-
"estree-walker": "^3.0.3",
132113
"globals": "^15.2.0",
133114
"less": "^4.2.0",
134115
"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",
139116
"mocha": "^10.4.0",
140117
"npm-run-all2": "^6.1.2",
141118
"nyc": "^15.1.0",
@@ -151,15 +128,11 @@
151128
"source-map-js": "^1.2.0",
152129
"stylus": "^0.63.0",
153130
"svelte": "5.0.0-next.130",
154-
"svelte-adapter-ghpages": "0.2.2",
155131
"svelte-i18n": "^4.0.0",
156132
"tslib": "^2.6.2",
157133
"type-coverage": "^2.28.2",
158134
"typescript-eslint": "^7.8.0",
159135
"util": "^0.12.5",
160-
"vite": "^5.2.11",
161-
"vite-plugin-eslint4b": "^0.4.0",
162-
"vite-plugin-svelte-md": "^0.1.7",
163136
"yaml": "^2.4.2"
164137
},
165138
"publishConfig": {

0 commit comments

Comments
 (0)