Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.5.9 to 20.6.0
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.5.9 to 20.6.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent e851977 commit 463923f
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 71 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@babel/core": "^7.22.15",
"@playwright/test": "^1.37.1",
"@preact/preset-vite": "^2.5.0",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"tiny-git-rev-sync": "^0.1.0",
"vite": "^4.4.9"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/fil-forwarder-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@babel/core": "^7.22.15",
"@playwright/test": "^1.37.1",
"@preact/preset-vite": "^2.5.0",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"vite": "^4.4.9"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"assert": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"metamask-testing-tools": "^1.1.6",
"typescript": "5.2.2"
},
Expand Down
Loading

0 comments on commit 463923f

Please sign in to comment.