Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.12 (#18894)
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 Oct 23, 2024
1 parent f8aacb2 commit e3afe34
Show file tree
Hide file tree
Showing 11 changed files with 206 additions and 206 deletions.
2 changes: 1 addition & 1 deletion boundaries/link/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/link/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.16.15",
"@types/react": "~18.3.11",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-jest": "^29.7.0",
Expand Down
96 changes: 48 additions & 48 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boundaries/platform/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.3.11",
"@types/react": "^18.3.12",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"ts-loader": "^9.5.1"
Expand Down
4 changes: 2 additions & 2 deletions boundaries/platform/backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.6.3"
},
"resolutions": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"lint-staged": {
Expand All @@ -49,7 +49,7 @@
]
},
"dependencies": {
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions boundaries/platform/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14481,13 +14481,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.11":
version: 18.3.11
resolution: "@types/react@npm:18.3.11"
"@types/react@npm:^18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
languageName: node
linkType: hard

Expand Down Expand Up @@ -32766,7 +32766,7 @@ __metadata:
resolution: "root@workspace:."
dependencies:
"@backstage/cli": "npm:^0.28.0"
"@types/react": "npm:^18.3.11"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
concurrently: "npm:^9.0.1"
lerna: "npm:^8.1.8"
Expand Down
2 changes: 1 addition & 1 deletion boundaries/shop/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.7.9",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "3.3.3",
Expand Down
12 changes: 6 additions & 6 deletions boundaries/shop/ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/cookie-parser": "^1.4.7",
"@types/estree": "^1.0.6",
"@types/node": "^22.7.9",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"eslint": "^9.13.0",
Expand Down
Loading

0 comments on commit e3afe34

Please sign in to comment.