Skip to content

Commit b07cbea

Browse files
chore(deps): pin dependencies (main) (#7331)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@ui5/webcomponents](https://redirect.github.com/SAP/ui5-webcomponents) ([source](https://redirect.github.com/SAP/ui5-webcomponents/tree/HEAD/packages/main)) | dependencies | pin | [`^2.10.0` -> `2.10.0`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents/2.10.0/2.10.0) | | [@ui5/webcomponents-fiori](https://redirect.github.com/SAP/ui5-webcomponents) ([source](https://redirect.github.com/SAP/ui5-webcomponents/tree/HEAD/packages/fiori)) | dependencies | pin | [`^2.10.0` -> `2.10.0`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-fiori/2.10.0/2.10.0) | | [@ui5/webcomponents-react](https://sap.github.io/ui5-webcomponents-react) ([source](https://redirect.github.com/SAP/ui5-webcomponents-react/tree/HEAD/packages/main)) | dependencies | pin | [`^2.10.0` -> `2.10.0`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-react/2.10.0/2.10.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 267ed95 commit b07cbea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/react-router-ts/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"dependencies": {
1414
"@react-router/node": "7.6.0",
1515
"@react-router/serve": "7.6.0",
16-
"@ui5/webcomponents": "^2.10.0",
16+
"@ui5/webcomponents": "2.10.0",
1717
"@ui5/webcomponents-base": "2.10.0",
18-
"@ui5/webcomponents-fiori": "^2.10.0",
19-
"@ui5/webcomponents-react": "^2.10.0",
18+
"@ui5/webcomponents-fiori": "2.10.0",
19+
"@ui5/webcomponents-react": "2.10.0",
2020
"cross-env": "7.0.3",
2121
"isbot": "^5.1.17",
2222
"react": "^19.0.0",

0 commit comments

Comments
 (0)