Skip to content

Commit

Permalink
fix: move shelljs types from devDep to dep (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Aug 29, 2022
1 parent dc0b132 commit a5b5b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@salesforce/core": "^3.20.1",
"@salesforce/kit": "^1.5.42",
"@salesforce/ts-types": "^1.5.17",
"@types/shelljs": "^0.8.11",
"archiver": "^5.2.0",
"debug": "^4.3.1",
"shelljs": "^0.8.4",
Expand All @@ -58,7 +59,6 @@
"@salesforce/ts-sinon": "^1.3.18",
"@types/archiver": "^5.1.0",
"@types/debug": "^4.1.5",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"chai": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,9 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc"
integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==

"@types/shelljs@^0.8.8":
"@types/shelljs@^0.8.11":
version "0.8.11"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.11.tgz#17a5696c825974e96828e96e89585d685646fcb8"
resolved "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.11.tgz#17a5696c825974e96828e96e89585d685646fcb8"
integrity sha512-x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==
dependencies:
"@types/glob" "*"
Expand Down

0 comments on commit a5b5b16

Please sign in to comment.