Skip to content

Commit

Permalink
Merge branch 'deps-graph' of github.com:openupm/openupm-cli into deps…
Browse files Browse the repository at this point in the history
…-graph
  • Loading branch information
ComradeVanti committed Jul 13, 2024
2 parents 002905e + 99f89fb commit 866cd8a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.3.1](https://github.com/openupm/openupm-cli/compare/3.3.0...3.3.1) (2024-07-09)


### Bug Fixes

* 371 error cannot find module node fetch ([#372](https://github.com/openupm/openupm-cli/issues/372)) ([430a434](https://github.com/openupm/openupm-cli/commit/430a43401a0f45de9810d7db67427708a71ea573))

# [3.3.0](https://github.com/openupm/openupm-cli/compare/3.2.0...3.3.0) (2024-07-05)


Expand Down
38 changes: 21 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openupm-cli",
"version": "3.3.0",
"version": "3.3.1",
"preferGlobal": true,
"description": "openupm command line interface",
"engines": {
Expand Down Expand Up @@ -42,7 +42,6 @@
"@types/jest": "^29.5.12",
"@types/libnpmsearch": "^2.0.4",
"@types/node": "^18.19.31",
"@types/node-fetch": "^2.6.9",
"@types/npmlog": "^4.1.4",
"@types/pkginfo": "^0.4.1",
"@types/promptly": "^3.0.3",
Expand Down Expand Up @@ -73,6 +72,7 @@
"is-wsl": "^2.2.0",
"libnpmsearch": "^5.0.3",
"mkdirp": "^3.0.1",
"node-fetch": "^2.7.0",
"npm-registry-fetch": "^13.1.1",
"npmlog": "^6.0.2",
"pkginfo": "^0.4.1",
Expand Down

0 comments on commit 866cd8a

Please sign in to comment.