Skip to content

Commit

Permalink
Bump @types/node from 20.10.5 to 20.10.7
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 20.10.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 9b0480e commit 71282a5
Show file tree
Hide file tree
Showing 10 changed files with 3,478 additions and 7,040 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/node": "20.10.7",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@changesets/cli": "2.27.1",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"internal-config": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-router-dom": "^6.21.1"
},
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"internal-config": "workspace:*"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"internal-config": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"internal-config": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tzod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"internal-config": "workspace:*",
"zod": "3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.5",
"@types/node": "20.10.7",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"internal-config": "workspace:*",
Expand Down
Loading

0 comments on commit 71282a5

Please sign in to comment.