Skip to content

Commit

Permalink
fix(deps): update dependency resolve.exports to v2 (#188)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency resolve.exports to v2

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Jan 26, 2023
1 parent 5b5f85e commit 4f9c7d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/bob-the-bundler-188-dependencies.md
@@ -0,0 +1,5 @@
---
"bob-the-bundler": patch
---
dependencies updates:
- Updated dependency [`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from `^1.1.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"lodash.get": "^4.4.2",
"mkdirp": "^1.0.4",
"p-limit": "^4.0.0",
"resolve.exports": "^1.1.0",
"resolve.exports": "^2.0.0",
"tslib": "^2.0.0",
"tsup": "^6.5.0",
"yargs": "^17.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2816,10 +2816,10 @@ resolve-from@^5.0.0:
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==

resolve.exports@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
resolve.exports@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==

resolve@^1.10.0, resolve@^1.22.1:
version "1.22.1"
Expand Down

0 comments on commit 4f9c7d4

Please sign in to comment.