Skip to content

Commit

Permalink
build(deps-dev): Bump @types/node in /washboard-ui
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.11.5 to 20.11.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lachieh committed Jan 27, 2024
1 parent d266b22 commit 8984c1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format:prettier:check": "yarn format:prettier --check"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@wasmcloud/prettier-config": "workspace:*",
"eslint": "^8.56.0",
"eslint-config-turbo": "^1.11.3",
Expand Down
2 changes: 1 addition & 1 deletion washboard-ui/packages/washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@playwright/test": "^1.41.1",
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand Down
12 changes: 6 additions & 6 deletions washboard-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2184,12 +2184,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.5":
version: 20.11.5
resolution: "@types/node@npm:20.11.5"
"@types/node@npm:^20.11.7":
version: 20.11.7
resolution: "@types/node@npm:20.11.7"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 9f31c471047d7b3e240ce7b77ff29b0d15e83be7e3feafb3d0b0d0931122b438b1eefa302a5a2e1e9849914ff3fd76aafbd8ccb372efb1331ba048da63bce6f8
checksum: ff0428c093987f1f6e3400b91450077cf006d7f0e4ff316e20636218562c53761565ceb06bd7a161badf46e6884d78b554c7b1c3a7717cf5cb8c97f461ecd754
languageName: node
linkType: hard

Expand Down Expand Up @@ -2429,7 +2429,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wasmcloud/monorepo@workspace:."
dependencies:
"@types/node": "npm:^20.11.5"
"@types/node": "npm:^20.11.7"
"@wasmcloud/prettier-config": "workspace:*"
eslint: "npm:^8.56.0"
eslint-config-turbo: "npm:^1.11.3"
Expand Down Expand Up @@ -2475,7 +2475,7 @@ __metadata:
"@radix-ui/react-toggle": "npm:^1.0.3"
"@radix-ui/react-tooltip": "npm:^1.0.7"
"@tanstack/react-table": "npm:^8.11.7"
"@types/node": "npm:^20.11.5"
"@types/node": "npm:^20.11.7"
"@types/react": "npm:^18.2.48"
"@types/react-dom": "npm:^18.2.18"
"@typescript-eslint/eslint-plugin": "npm:^6.19.1"
Expand Down

0 comments on commit 8984c1d

Please sign in to comment.