chore(deps): pin dependencies (#38)
ci/woodpecker/push/frontend Pipeline was successful Details
ci/woodpecker/push/lint_general Pipeline was successful Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | devDependencies | pin | [`^18.2.20` -> `18.2.34`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.34/18.2.34) |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | devDependencies | pin | [`^18.2.7` -> `18.2.14`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.14/18.2.14) |

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**: Disabled by config. Please merge this manually once you are satisfied.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: fjadmin <fjadmin@demo.rattermeyer.de>
Reviewed-on: #38
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/40/head
Renovate Bot 2024-01-29 15:44:34 +00:00 committed by fjadmin
parent 3deea60fb1
commit dcab056cd5
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
"devDependencies": { "devDependencies": {
"@remix-run/dev": "2.2.0", "@remix-run/dev": "2.2.0",
"@remix-run/eslint-config": "2.2.0", "@remix-run/eslint-config": "2.2.0",
"@types/react": "^18.2.20", "@types/react": "18.2.34",
"@types/react-dom": "^18.2.7", "@types/react-dom": "18.2.14",
"eslint": "8.52.0", "eslint": "8.52.0",
"eslint-config-prettier": "9.0.0", "eslint-config-prettier": "9.0.0",
"prettier": "3.2.4", "prettier": "3.2.4",

View File

@ -35,10 +35,10 @@ devDependencies:
specifier: 2.2.0 specifier: 2.2.0
version: 2.2.0(eslint@8.52.0)(react@18.2.0)(typescript@5.2.2) version: 2.2.0(eslint@8.52.0)(react@18.2.0)(typescript@5.2.2)
'@types/react': '@types/react':
specifier: ^18.2.20 specifier: 18.2.34
version: 18.2.34 version: 18.2.34
'@types/react-dom': '@types/react-dom':
specifier: ^18.2.7 specifier: 18.2.14
version: 18.2.14 version: 18.2.14
eslint: eslint:
specifier: 8.52.0 specifier: 8.52.0