Skip to content

Commit 46d0d82

Browse files
authoredSep 1, 2024··
fix: remove unused dependencies (#493)
1 parent 82cb491 commit 46d0d82

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed
 

‎packages/eslint-config/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"dependencies": {
5454
"@eslint/js": "catalog:",
5555
"@nuxt/eslint-plugin": "workspace:*",
56-
"@rushstack/eslint-patch": "catalog:",
5756
"@stylistic/eslint-plugin": "catalog:",
5857
"@typescript-eslint/eslint-plugin": "catalog:",
5958
"@typescript-eslint/parser": "catalog:",
@@ -67,7 +66,6 @@
6766
"globals": "catalog:",
6867
"local-pkg": "catalog:",
6968
"pathe": "catalog:",
70-
"tslib": "catalog:",
7169
"vue-eslint-parser": "catalog:"
7270
},
7371
"devDependencies": {

‎pnpm-lock.yaml

-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ catalog:
1414
'@nuxt/schema': ^3.13.0
1515
'@nuxt/test-utils': ^3.14.1
1616
'@nuxtjs/eslint-config': ^12.0.0
17-
'@rushstack/eslint-patch': ^1.10.4
1817
'@stylistic/eslint-plugin': ^2.7.1
1918
'@types/eslint': ^9.6.1
2019
'@types/node': ^22.5.1
@@ -48,7 +47,6 @@ catalog:
4847
nuxt: ^3.13.0
4948
pathe: ^1.1.2
5049
taze: ^0.16.7
51-
tslib: ^2.7.0
5250
typescript: ^5.5.4
5351
unimport: ^3.11.1
5452
vite-plugin-eslint2: ^4.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.