Skip to content

Commit 83bf50d

Browse files
committed
refactor: fix knip warnings
1 parent 93a986d commit 83bf50d

File tree

27 files changed

+41
-815
lines changed

27 files changed

+41
-815
lines changed

package-lock.json

Lines changed: 13 additions & 173 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"autosize": "^6.0.1",
3636
"browser-image-compression": "^2.0.2",
3737
"cropperjs": "^1.6.2",
38-
"deepmerge": "^4.3.1",
3938
"dequal": "^2.0.3",
4039
"firebase": "^12.1.0",
4140
"highlight.js": "^11.11.1",
@@ -56,14 +55,15 @@
5655
"zod": "^4.0.14"
5756
},
5857
"devDependencies": {
58+
"@eslint/eslintrc": "^3.3.1",
59+
"@eslint/js": "^9.35.0",
5960
"@pinia/testing": "^1.0.2",
6061
"@stylistic/eslint-plugin": "^5.3.1",
6162
"@types/autosize": "^4.0.3",
6263
"@types/dom-screen-wake-lock": "^1.0.3",
6364
"@types/katex": "^0.16.7",
6465
"@types/markdown-it": "^14.1.2",
65-
"@types/node": "^24.1.0",
66-
"@types/punycode": "^2.1.4",
66+
"@types/node": "^24.4.0",
6767
"@types/serviceworker": "^0.0.152",
6868
"@types/sortablejs": "^1.15.8",
6969
"@types/throttle-debounce": "^5.0.2",
@@ -72,10 +72,8 @@
7272
"@types/webappsec-credential-management": "^0.6.9",
7373
"@typescript-eslint/eslint-plugin": "^8.43.0",
7474
"@typescript-eslint/parser": "^8.43.0",
75-
"@typescript/lib-dom": "npm:@types/web@^0.0.72",
7675
"@vitejs/plugin-vue": "^6.0.1",
7776
"@vitest/coverage-v8": "^3.2.4",
78-
"@vue/test-utils": "^2.4.6",
7977
"autoprefixer": "^10.4.21",
8078
"axios": "^1.12.1",
8179
"browserslist": "^4.25.4",
@@ -89,6 +87,7 @@
8987
"eslint-plugin-vue": "^10.4.0",
9088
"fake-indexeddb": "^6.0.1",
9189
"fonteditor-core": "^2.6.1",
90+
"globals": "^16.4.0",
9291
"jsdom": "^26.1.0",
9392
"knip": "^5.63.1",
9493
"patch-package": "^8.0.0",
@@ -104,6 +103,7 @@
104103
"vite-svg-loader": "^5.1.0",
105104
"vitest": "^3.0.5",
106105
"vitest-github-actions-reporter": "^0.11.1",
106+
"vue-component-type-helpers": "^3.0.7",
107107
"vue-tsc": "^3.0.6",
108108
"workbox-cacheable-response": "^7.3.0",
109109
"workbox-core": "^7.3.0",

src/components/Main/MainView/ChannelView/ChannelSidebar/ChannelSidebarContent.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
:viewer-ids="viewerIds"
3232
/>
3333
<ChannelSidebarBots :channel-id="channelId" :class="$style.sidebarItem" />
34-
<!--
35-
<channel-sidebar-edit :class="$style.edit" />
36-
-->
3734
</div>
3835
</template>
3936

0 commit comments

Comments
 (0)