Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.7.3 (#18397)
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 Sep 26, 2024
1 parent e0a9d9a commit b58f2ff
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 209 deletions.
2 changes: 1 addition & 1 deletion boundaries/platform/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
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 @@ -13655,12 +13655,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.7.2":
version: 22.7.2
resolution: "@types/node@npm:22.7.2"
"@types/node@npm:^22.7.3":
version: 22.7.3
resolution: "@types/node@npm:22.7.3"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/987e4df034e4af0ce76b938c2c0d94373da376b228f1c93081a661c77e682795c599bcad47c93c70a25b8ea443587137cf23088fb7f62ef442955f13046eae3d
checksum: 10c0/0e579813528b0370454337a952f43b792cd12731e10fdca0fdb627158e980c1219bba99e9048c134b6a19325d817016059afe016ccd372326c838a1b85a51574
languageName: node
linkType: hard

Expand Down Expand Up @@ -15014,7 +15014,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/react": "npm:^16.0.1"
"@testing-library/user-event": "npm:^14.5.2"
"@types/node": "npm:^22.7.2"
"@types/node": "npm:^22.7.3"
"@types/react-dom": "npm:^18.3.0"
"@veecode-platform/backstage-plugin-gitlab-pipelines": "npm:^0.5.1"
cross-env: "npm:^7.0.3"
Expand Down
2 changes: 1 addition & 1 deletion boundaries/shop/bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/node-fetch": "^2.6.11",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
Expand Down
91 changes: 46 additions & 45 deletions boundaries/shop/bff/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/shop/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.7.2",
"@types/node": "22.7.3",
"@types/react": "18.3.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
Expand Down
Loading

0 comments on commit b58f2ff

Please sign in to comment.