Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.2.39 (#11745)
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 Nov 27, 2023
1 parent 33fd394 commit 7d5ec53
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions internal/extension/argocd-extension-docs/ui/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 internal/extension/argocd-extension-docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --config ./webpack.config.js && tar -C dist -cvf dist/extension.tar resources"
},
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"ts-loader": "^9.5.1"
Expand Down
4 changes: 2 additions & 2 deletions internal/services/backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "~5.3.2"
},
"resolutions": {
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17"
},
"prettier": "@spotify/prettier-config",
Expand All @@ -51,7 +51,7 @@
]
},
"dependencies": {
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17"
}
}
8 changes: 4 additions & 4 deletions internal/services/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8272,10 +8272,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^18.2.38":
version "18.2.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.38.tgz#3605ca41d3daff2c434e0b98d79a2469d4c2dd52"
integrity sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^18.2.39":
version "18.2.39"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.39.tgz#744bee99e053ad61fe74eb8b897f3ab5b19a7e25"
integrity sha512-Oiw+ppED6IremMInLV4HXGbfbG6GyziY3kqAwJYOR0PNbkYDmLWQA3a95EhdSmamsvbkJN96ZNN+YD+fGjzSBA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down
8 changes: 4 additions & 4 deletions ui/mobile/expo/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 ui/mobile/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/react-native": "^12.4.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/react": "~18.2.38",
"@types/react": "~18.2.39",
"@types/react-native": "0.72.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
Expand Down
16 changes: 8 additions & 8 deletions ui/nx-monorepo/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 ui/nx-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/cookie-parser": "^1.4.6",
"@types/estree": "^1.0.5",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand Down

0 comments on commit 7d5ec53

Please sign in to comment.