Skip to content

Commit

Permalink
fix: added missing @visulima/path dep
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Oct 26, 2024
1 parent a498b0d commit 40d3916
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/rc/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

<!-- DEPENDENCIES -->
<!-- /DEPENDENCIES -->

<!-- TYPE_DEPENDENCIES -->
<!-- /TYPE_DEPENDENCIES -->
2 changes: 1 addition & 1 deletion packages/rc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ files: string[];

#### Defined in

[index.ts:171](https://github.com/anolilab/multi-semantic-release/blob/933cf743eb516e5d03a1005124f641ba33a2f9e4/packages/rc/src/index.ts#L171)
[index.ts:171](https://github.com/anolilab/multi-semantic-release/blob/a498b0d9f8b2ba632eec93cdc5b3dd90085a9370/packages/rc/src/index.ts#L171)

<!-- /TYPEDOC -->

Expand Down
1 change: 1 addition & 0 deletions packages/rc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
},
"dependencies": {
"@visulima/fs": "^2.3.0",
"@visulima/path": "^1.1.1",
"ini": "^5.0.0",
"ts-deepmerge": "^7.0.1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/rc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { cwd, env } from "node:process";

import { isAccessibleSync, readFileSync } from "@visulima/fs";
import { parseJson, stripJsonComments } from "@visulima/fs/utils";
// eslint-disable-next-line import/no-extraneous-dependencies
import { dirname, join } from "@visulima/path";
import { parse } from "ini";
import { merge } from "ts-deepmerge";
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40d3916

Please sign in to comment.