Skip to content

Commit ad383b7

Browse files
committed
fix: remove unused type
1 parent 1b9a550 commit ad383b7

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
"@nuxt/types": "^2.15.8",
5353
"@types/jest": "^27.4.0",
5454
"@types/lodash": "^4.14.182",
55-
"@types/lodash.clonedeep": "^4.5.7",
56-
"@types/lodash.get": "^4.4.7",
57-
"@types/lodash.has": "^4.5.7",
58-
"@types/lodash.omit": "^4.5.7",
5955
"@types/node": "^18.0.0",
6056
"@types/qs": "^6.9.7",
6157
"@typescript-eslint/eslint-plugin": "^5.9.0",

yarn.lock

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,35 +2393,7 @@
23932393
resolved "https://registry.yarnpkg.com/@types/less/-/less-3.0.2.tgz#2761d477678c8374cb9897666871662eb1d1115e"
23942394
integrity sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==
23952395

2396-
"@types/lodash.clonedeep@^4.5.7":
2397-
version "4.5.7"
2398-
resolved "https://registry.yarnpkg.com/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.7.tgz#0e119f582ed6f9e6b373c04a644651763214f197"
2399-
integrity sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==
2400-
dependencies:
2401-
"@types/lodash" "*"
2402-
2403-
"@types/lodash.get@^4.4.7":
2404-
version "4.4.7"
2405-
resolved "https://registry.yarnpkg.com/@types/lodash.get/-/lodash.get-4.4.7.tgz#1ea63d8b94709f6bc9e231f252b31440abe312cf"
2406-
integrity sha512-af34Mj+KdDeuzsJBxc/XeTtOx0SZHZNLd+hdrn+PcKGQs0EG2TJTzQAOTCZTgDJCArahlCzLWSy8c2w59JRz7Q==
2407-
dependencies:
2408-
"@types/lodash" "*"
2409-
2410-
"@types/lodash.has@^4.5.7":
2411-
version "4.5.7"
2412-
resolved "https://registry.yarnpkg.com/@types/lodash.has/-/lodash.has-4.5.7.tgz#9e1c3da3ee67f68fadc3d168ffdf8e11a3f3ccd3"
2413-
integrity sha512-nfbAzRbsZBdzSAkL9iiLy4SQk89uuFcXBFwZ7pf6oZhBgPvNys8BY5Twp/w8XvZKGt1o6cAa85wX4QhqO3uQ7A==
2414-
dependencies:
2415-
"@types/lodash" "*"
2416-
2417-
"@types/lodash.omit@^4.5.7":
2418-
version "4.5.7"
2419-
resolved "https://registry.yarnpkg.com/@types/lodash.omit/-/lodash.omit-4.5.7.tgz#2357ed2412b4164344e8ee41f85bb0b2920304ba"
2420-
integrity sha512-6q6cNg0tQ6oTWjSM+BcYMBhan54P/gLqBldG4AuXd3nKr0oeVekWNS4VrNEu3BhCSDXtGapi7zjhnna0s03KpA==
2421-
dependencies:
2422-
"@types/lodash" "*"
2423-
2424-
"@types/lodash@*", "@types/lodash@^4.14.182":
2396+
"@types/lodash@^4.14.182":
24252397
version "4.14.182"
24262398
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
24272399
integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==

0 commit comments

Comments
 (0)