Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent b6acb52 commit 6b1d2ff
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 @@ -128,7 +128,7 @@
"@testing-library/user-event": "14.5.2",
"@types/cors": "2.8.17",
"@types/is-ci": "3.0.4",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@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.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitest/coverage-v8": "1.2.1",
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 @@ -28,7 +28,7 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@your-org/eslint-config-bases": "workspace:^",
"cross-env": "7.0.3",
"eslint": "8.56.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.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
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.63.1",
"@prisma/client": "5.8.1",
"@soluble/dsn-parser": "1.9.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@vitest/coverage-v8": "1.2.1",
"@vitest/ui": "1.2.1",
"@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 @@ -128,7 +128,7 @@
"@graphql-eslint/eslint-plugin": "3.20.1",
"@testing-library/jest-dom": "6.2.1",
"@testing-library/react": "14.1.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"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.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@vitest/coverage-v8": "1.2.1",
"@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.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vitest/coverage-v8": "1.2.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7733,12 +7733,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.11.5, @types/node@npm:^20.0.0":
version: 20.11.5
resolution: "@types/node@npm:20.11.5"
"@types/node@npm:*, @types/node@npm:20.11.6, @types/node@npm:^20.0.0":
version: 20.11.6
resolution: "@types/node@npm:20.11.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 6d18cec852f5cfbed3ec42b5c01c026e7a3f9da540d6e3d6738d4cee9979fb308cf27b6df7ba40a6553e7bc82e678f0ef53ba6e6ad52e5b86bd97b7783c2a42c
checksum: 922bc1e78076bb79fd168902c80321b54487181e3be3386e183fc535d102d91c8902da25148eaec841410fab7fb872fd4a93ec9ac9299cedf0ebcbf16b442aa1
languageName: node
linkType: hard

Expand Down Expand Up @@ -8529,7 +8529,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@your-org/common-i18n@workspace:packages/common-i18n"
dependencies:
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@your-org/eslint-config-bases": "workspace:^"
cross-env: "npm:7.0.3"
eslint: "npm:8.56.0"
Expand All @@ -8546,7 +8546,7 @@ __metadata:
"@testing-library/dom": "npm:9.3.4"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@vitejs/plugin-react": "npm:4.2.1"
Expand Down Expand Up @@ -8581,7 +8581,7 @@ __metadata:
"@pothos/plugin-prisma": "npm:3.63.1"
"@prisma/client": "npm:5.8.1"
"@soluble/dsn-parser": "npm:1.9.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@vitest/coverage-v8": "npm:1.2.1"
"@vitest/ui": "npm:1.2.1"
"@your-org/eslint-config-bases": "workspace:^"
Expand Down Expand Up @@ -8622,7 +8622,7 @@ __metadata:
"@tanstack/eslint-plugin-query": "npm:^5.14.6"
"@testing-library/jest-dom": "npm:6.2.1"
"@testing-library/react": "npm:14.1.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@typescript-eslint/eslint-plugin": "npm:^6.16.0"
Expand Down Expand Up @@ -8688,7 +8688,7 @@ __metadata:
resolution: "@your-org/ts-utils@workspace:packages/ts-utils"
dependencies:
"@size-limit/file": "npm:11.0.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@vitest/coverage-v8": "npm:1.2.1"
"@your-org/eslint-config-bases": "workspace:^"
cross-env: "npm:7.0.3"
Expand Down Expand Up @@ -8724,7 +8724,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.2.1"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@vitest/coverage-v8": "npm:1.2.1"
Expand Down Expand Up @@ -17837,7 +17837,7 @@ __metadata:
"@testing-library/user-event": "npm:14.5.2"
"@types/cors": "npm:2.8.17"
"@types/is-ci": "npm:3.0.4"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@types/react-test-renderer": "npm:18.0.7"
Expand Down Expand Up @@ -20549,7 +20549,7 @@ __metadata:
"@testing-library/jest-dom": "npm:6.2.1"
"@testing-library/react": "npm:14.1.2"
"@testing-library/user-event": "npm:14.5.2"
"@types/node": "npm:20.11.5"
"@types/node": "npm:20.11.6"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@vitest/coverage-v8": "npm:1.2.1"
Expand Down

0 comments on commit 6b1d2ff

Please sign in to comment.