Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Github changeset workflow committed Apr 11, 2024
1 parent 1852210 commit 9b65c70
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-ecdf7cd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@oriflame/backstage-plugin-score-card': patch
---

Updated dependency `@types/react-dom` to `18.2.25`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
]
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"dockerode": "3.3.5",
"@types/dockerode": "3.3.23",
"jest-environment-jsdom": "30.0.0-alpha.2"
Expand All @@ -56,8 +56,8 @@
"@changesets/cli": "2.27.1",
"@playwright/test": "^1.41.1",
"@spotify/prettier-config": "14.1.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/webpack": "5.28.0",
"concurrently": "^8.0.0",
"eslint-plugin-notice": "0.9.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@types/react-dom": "*",
"@types/react-dom": "18.2.25",
"cross-env": "7.0.3",
"start-server-and-test": "1.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@types/react-dom": "*",
"@types/react-dom": "18.2.25",
"cross-fetch": "3.1.5",
"http-server": "14.1.1",
"msw": "0.47.3"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,7 +7866,7 @@ __metadata:
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
"@types/react": "npm:^18.0.0"
"@types/react-dom": "npm:*"
"@types/react-dom": "npm:18.2.25"
cross-fetch: "npm:3.1.5"
http-server: "npm:14.1.1"
msw: "npm:0.47.3"
Expand Down Expand Up @@ -11384,7 +11384,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18":
"@types/react-dom@npm:18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
Expand Down Expand Up @@ -11432,7 +11432,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18":
"@types/react@npm:18.2.48":
version: 18.2.48
resolution: "@types/react@npm:18.2.48"
dependencies:
Expand Down Expand Up @@ -12512,7 +12512,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.0.0"
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
"@types/react-dom": "npm:*"
"@types/react-dom": "npm:18.2.25"
cross-env: "npm:7.0.3"
history: "npm:5.3.0"
prop-types: "npm:15.8.1"
Expand Down Expand Up @@ -23971,8 +23971,8 @@ __metadata:
"@changesets/cli": "npm:2.27.1"
"@playwright/test": "npm:^1.41.1"
"@spotify/prettier-config": "npm:14.1.6"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@types/webpack": "npm:5.28.0"
concurrently: "npm:^8.0.0"
eslint-plugin-notice: "npm:0.9.10"
Expand Down

0 comments on commit 9b65c70

Please sign in to comment.