Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.5.3 (#182)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tslib](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/tslib)) | dependencies | patch
| [`2.5.2` ->
`2.5.3`](https://renovatebot.com/diffs/npm/tslib/2.5.2/2.5.3) |

---

### Release Notes

<details>
<summary>Microsoft/tslib</summary>

###
[`v2.5.3`](https://togithub.com/microsoft/tslib/releases/tag/v2.5.3):
tslib 2.5.3

[Compare
Source](https://togithub.com/Microsoft/tslib/compare/2.5.2...v2.5.3)

#### What's Changed

- Do not reference tslib.es6.js from package.json exports by
[@&#8203;andrewbranch](https://togithub.com/andrewbranch) in
[microsoft/tslib#208

**Full Changelog**:
microsoft/tslib@2.5.2...v2.5.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTAuMiJ9-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed Jun 23, 2023
1 parent 79c0e87 commit d725e6c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
},
"private": true,
"dependencies": {
"tslib": "2.5.2"
"tslib": "2.5.3"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Expand Up @@ -72,7 +72,7 @@
"typescript": "^4.5.3"
},
"dependencies": {
"tslib": "2.5.2",
"tslib": "2.5.3",
"@descope/web-js-sdk": "workspace:*"
},
"overrides": {
Expand Down
62 changes: 31 additions & 31 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 d725e6c

Please sign in to comment.