Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.10.1 (#4719)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent fdb6f60 commit d704de7
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@testing-library/user-event": "14.5.1",
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react-test-renderer": "18.0.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@vitest/coverage-v8": "0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/dom": "9.3.3",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@pothos/plugin-prisma": "3.61.0",
"@prisma/client": "5.6.0",
"@soluble/dsn-parser": "1.9.2",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"@your-org/eslint-config-bases": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"es-check": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@size-limit/file": "11.0.0",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@vitest/coverage-v8": "0.34.6",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@vitest/coverage-v8": "0.34.6",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7577,12 +7577,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.10.0":
version: 20.10.0
resolution: "@types/node@npm:20.10.0"
"@types/node@npm:*, @types/node@npm:20.10.1":
version: 20.10.1
resolution: "@types/node@npm:20.10.1"
dependencies:
undici-types: "npm:~5.26.4"
checksum: f379e57d9d28cb5f3d8eab943de0c54a0ca2f95ee356e1fe2a1a4fa718b740103ae522c50ce107cffd52c3642ef3244cfc55bf5369081dd6c48369c8587b21ae
checksum: c1b4b5a33f57bd39a8a0d074f27e3e370fccc6cda6a1c46caa48cc4c1687677cfdbffd9dc93fc803c6d355696dd9c73cd6f6507c749f61f83beb7326aec077d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8368,7 +8368,7 @@ __metadata:
resolution: "@your-org/common-i18n@workspace:packages/common-i18n"
dependencies:
"@types/jest": "npm:29.5.10"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@your-org/eslint-config-bases": "workspace:^"
cross-env: "npm:7.0.3"
eslint: "npm:8.54.0"
Expand All @@ -8385,7 +8385,7 @@ __metadata:
"@testing-library/dom": "npm:9.3.3"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.1"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@types/react": "npm:18.2.39"
"@types/react-dom": "npm:18.2.17"
"@vitejs/plugin-react": "npm:4.2.0"
Expand Down Expand Up @@ -8420,7 +8420,7 @@ __metadata:
"@pothos/plugin-prisma": "npm:3.61.0"
"@prisma/client": "npm:5.6.0"
"@soluble/dsn-parser": "npm:1.9.2"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@vitest/coverage-v8": "npm:0.34.6"
"@vitest/ui": "npm:0.34.6"
"@your-org/eslint-config-bases": "workspace:^"
Expand Down Expand Up @@ -8462,7 +8462,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.1.4"
"@testing-library/react": "npm:14.1.2"
"@types/jest": "npm:29.5.10"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@types/react": "npm:18.2.39"
"@types/react-dom": "npm:18.2.17"
"@typescript-eslint/eslint-plugin": "npm:^6.11.0"
Expand Down Expand Up @@ -8528,7 +8528,7 @@ __metadata:
resolution: "@your-org/ts-utils@workspace:packages/ts-utils"
dependencies:
"@size-limit/file": "npm:11.0.0"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@vitest/coverage-v8": "npm:0.34.6"
"@your-org/eslint-config-bases": "workspace:^"
cross-env: "npm:7.0.3"
Expand Down Expand Up @@ -8564,7 +8564,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.1.4"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.1"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@types/react": "npm:18.2.39"
"@types/react-dom": "npm:18.2.17"
"@vitest/coverage-v8": "npm:0.34.6"
Expand Down Expand Up @@ -17151,7 +17151,7 @@ __metadata:
"@testing-library/user-event": "npm:14.5.1"
"@types/cors": "npm:2.8.17"
"@types/is-ci": "npm:3.0.4"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@types/react": "npm:18.2.39"
"@types/react-dom": "npm:18.2.17"
"@types/react-test-renderer": "npm:18.0.7"
Expand Down Expand Up @@ -19848,7 +19848,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.1.4"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.1"
"@types/node": "npm:20.10.0"
"@types/node": "npm:20.10.1"
"@types/react": "npm:18.2.39"
"@types/react-dom": "npm:18.2.17"
"@vitest/coverage-v8": "npm:0.34.6"
Expand Down

0 comments on commit d704de7

Please sign in to comment.