Skip to content

Commit

Permalink
chore(deps): update types (non-major) (#2059)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 1d11c0a commit cf61258
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"typescript": "5.6.3"
},
"resolutions": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.15",
"@types/react-dom": "18.3.3",
"@backstage/[email protected]": "patch:@backstage/backend-dynamic-feature-service@npm%3A0.4.4#./.yarn/patches/@backstage-backend-dynamic-feature-service-npm-0.4.4.patch",
"@backstage/[email protected]": "patch:@backstage/plugin-auth-backend-module-oidc-provider@npm%3A0.3.1#./.yarn/patches/@backstage-plugin-auth-backend-module-oidc-provider-npm-0.3.1.patch",
"@backstage/plugin-auth-backend-module-oidc-provider@^0.3.1": "patch:@backstage/plugin-auth-backend-module-oidc-provider@npm%3A0.3.1#./.yarn/patches/@backstage-plugin-auth-backend-module-oidc-provider-npm-0.3.1.patch",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.15",
"@types/react-dom": "18.3.3",
"prettier": "3.4.2"
},
"browserslist": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20451,12 +20451,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
dependencies:
"@types/react": "*"
checksum: ad28ecce3915d30dc76adc2a1373fda1745ba429cea290e16c6628df9a05fd80b6403c8e87d78b45e6c60e51df7a67add389ab62b90070fbfdc9bda8307d9953
"@types/react-dom@npm:18.3.3":
version: 18.3.3
resolution: "@types/react-dom@npm:18.3.3"
peerDependencies:
"@types/react": ^18.0.0
checksum: d9d78c5541a223d696ead4ae5fd7e20334723b2c0ee9f7455f96c9fdb95aeb876dd5b29519fa2c6686e5000624290c5d0dbd2f1005e478172e07a42343857e8d
languageName: node
linkType: hard

Expand Down Expand Up @@ -20499,13 +20499,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
"@types/react@npm:18.3.15":
version: 18.3.15
resolution: "@types/react@npm:18.3.15"
dependencies:
"@types/prop-types": "*"
csstype: ^3.0.2
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
checksum: c6454797c331e10208230e2f016d57dffccb118f23a2a2405510dc1386ec63da70d283be6a8c28cf0b921611806a9ca1cba4eb19ddbead309e948f7d65030520
languageName: node
linkType: hard

Expand Down Expand Up @@ -21803,8 +21803,8 @@ __metadata:
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.5.2
"@types/node": 20.17.9
"@types/react": 18.3.12
"@types/react-dom": 18.3.1
"@types/react": 18.3.15
"@types/react-dom": 18.3.3
lodash: 4.17.21
prettier: 3.4.2
react: 18.3.1
Expand Down

0 comments on commit cf61258

Please sign in to comment.