Skip to content

Commit

Permalink
chore: trim dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
catalandres committed Jan 10, 2024
1 parent 59a023b commit c26586a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 40 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"name": "plugin-atlas",
"description": "A Salesforce CLI plugin to generate documentation from metadata",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"@oclif/core": "^3.16.0",
"@salesforce/core": "^6.4.4",
"@salesforce/sf-plugins-core": "^5.0.5",
"csv-writer": "^1.6.0",
"exceljs": "^4.4.0",
"glob": "^10.3.10",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.2",
"@salesforce/cli-plugins-testkit": "^5.1.4",
"@salesforce/dev-scripts": "^7.1.1",
"@types/cli-progress": "^3.11.5",
"@types/glob": "^8.1.0",
"@types/xml2js": "^0.4.14",
"eslint-plugin-sf-plugin": "^1.17.1",
"oclif": "^4.1.3",
Expand Down
102 changes: 66 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -940,12 +940,12 @@
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/cli-plugins-testkit@^5.0.4":
version "5.1.3"
resolved "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz"
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
"@salesforce/cli-plugins-testkit@^5.1.4":
version "5.1.4"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.4.tgz#6afcfe9573fb41dae0202bef6c5353925f9707e3"
integrity sha512-BvN36/Yx5hoDU1cUsWwSb1DsY29aJU7t7Q6/1dPIdUv8t0wLsaUTxR+7uYtA2sQAMgCD2UewCUiUOWnutA25Pw==
dependencies:
"@salesforce/core" "^6.4.2"
"@salesforce/core" "^6.4.4"
"@salesforce/kit" "^3.0.15"
"@salesforce/ts-types" "^2.0.9"
"@types/shelljs" "^0.8.15"
Expand All @@ -955,7 +955,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.1"

"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4":
version "6.4.4"
resolved "https://registry.npmjs.org/@salesforce/core/-/core-6.4.4.tgz"
integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
Expand Down Expand Up @@ -1192,14 +1192,6 @@
resolved "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz"
integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==

"@types/glob@^8.1.0":
version "8.1.0"
resolved "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz"
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
dependencies:
"@types/minimatch" "^5.1.2"
"@types/node" "*"

"@types/glob@~7.2.0":
version "7.2.0"
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
Expand Down Expand Up @@ -1255,11 +1247,6 @@
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz"
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==

"@types/minimatch@^5.1.2":
version "5.1.2"
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==

"@types/minimist@^1.2.0":
version "1.2.5"
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz"
Expand Down Expand Up @@ -1404,6 +1391,14 @@
"@typescript-eslint/types" "6.17.0"
"@typescript-eslint/visitor-keys" "6.17.0"

"@typescript-eslint/[email protected]":
version "6.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
dependencies:
"@typescript-eslint/types" "6.18.1"
"@typescript-eslint/visitor-keys" "6.18.1"

"@typescript-eslint/[email protected]":
version "6.17.0"
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.17.0.tgz"
Expand All @@ -1419,6 +1414,11 @@
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.17.0.tgz"
integrity sha512-qRKs9tvc3a4RBcL/9PXtKSehI/q8wuU9xYJxe97WFxnzH8NWWtcW3ffNS+EWg8uPvIerhjsEZ+rHtDqOCiH57A==

"@typescript-eslint/[email protected]":
version "6.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==

"@typescript-eslint/[email protected]":
version "6.17.0"
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.17.0.tgz"
Expand All @@ -1433,7 +1433,21 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.13.0", "@typescript-eslint/utils@^6.13.2":
"@typescript-eslint/[email protected]":
version "6.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
dependencies:
"@typescript-eslint/types" "6.18.1"
"@typescript-eslint/visitor-keys" "6.18.1"
debug "^4.3.4"
globby "^11.1.0"
is-glob "^4.0.3"
minimatch "9.0.3"
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.13.0":
version "6.17.0"
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.17.0.tgz"
integrity sha512-LofsSPjN/ITNkzV47hxas2JCsNCEnGhVvocfyOcLzT9c/tSZE7SfhS/iWtzP1lKNOEfLhRTZz6xqI8N2RzweSQ==
Expand All @@ -1446,6 +1460,19 @@
"@typescript-eslint/typescript-estree" "6.17.0"
semver "^7.5.4"

"@typescript-eslint/utils@^6.17.0":
version "6.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
"@types/json-schema" "^7.0.12"
"@types/semver" "^7.5.0"
"@typescript-eslint/scope-manager" "6.18.1"
"@typescript-eslint/types" "6.18.1"
"@typescript-eslint/typescript-estree" "6.18.1"
semver "^7.5.4"

"@typescript-eslint/[email protected]":
version "6.17.0"
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.17.0.tgz"
Expand All @@ -1454,6 +1481,14 @@
"@typescript-eslint/types" "6.17.0"
eslint-visitor-keys "^3.4.1"

"@typescript-eslint/[email protected]":
version "6.18.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
dependencies:
"@typescript-eslint/types" "6.18.1"
eslint-visitor-keys "^3.4.1"

"@ungap/structured-clone@^1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
Expand Down Expand Up @@ -2656,11 +2691,6 @@ csv-stringify@^5.3.4:
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz"
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==

csv-writer@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/csv-writer/-/csv-writer-1.6.0.tgz#d0cea44b6b4d7d3baa2ecc6f3f7209233514bcf9"
integrity sha512-NOx7YDFWEsM/fTRAJjRpPp8t+MKRVvniAg9wQlUKx20MFrPs73WLJhFf5iteqrxNYnsy924K3Iroh3yNHeYd2g==

dargs@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz"
Expand Down Expand Up @@ -3114,13 +3144,13 @@ eslint-plugin-perfectionist@^2.1.0:
minimatch "^9.0.3"
natural-compare-lite "^1.4.0"

eslint-plugin-sf-plugin@^1.16.15:
version "1.17.0"
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz"
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
eslint-plugin-sf-plugin@^1.17.1:
version "1.17.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.1.tgz#085119cb27d856170c0651c0d0abbd25493a22d6"
integrity sha512-ZbIC0P5W7enSMNWZYTKKMzQ+yAU8FyWKazdOwk2rMrMEVk+LA23lfKcgCEvvuala718TEkqkPTwPYyn7qujPkA==
dependencies:
"@salesforce/core" "^6.4.0"
"@typescript-eslint/utils" "^6.13.2"
"@salesforce/core" "^6.4.4"
"@typescript-eslint/utils" "^6.17.0"

eslint-plugin-unicorn@^50.0.1:
version "50.0.1"
Expand Down Expand Up @@ -3741,7 +3771,7 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.2.2, glob@^10.3.10:
glob@^10.2.2:
version "10.3.10"
resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz"
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
Expand Down Expand Up @@ -5881,10 +5911,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.0.4:
version "4.1.3"
resolved "https://registry.npmjs.org/oclif/-/oclif-4.1.3.tgz"
integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
oclif@^4.1.3:
version "4.2.0"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.2.0.tgz#713b098704fbbf6ec59ffaae9af2167038434869"
integrity sha512-pqfc1R+tDNxlViQ6xYf79lGwMr7Erq2Bo4A5p5jMwJrbpHpIunsZXGifZV6V2f4wUTo1dcqjxP6Be8LmeI3Czw==
dependencies:
"@oclif/core" "^3.16.0"
"@oclif/plugin-help" "^6.0.9"
Expand Down

0 comments on commit c26586a

Please sign in to comment.