Skip to content

Commit

Permalink
build(deps): Bump @types/node from 20.8.5 to 20.9.1
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.8.5 to 20.9.1.
- [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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent fb7ca87 commit 233bf25
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sneg240/ui": "workspace:*"
},
"devDependencies": {
"@types/node": "20.8.5",
"@types/node": "20.9.1",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.13",
"@sneg240/eslint-config-custom": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@sneg240/tailwind": "workspace:*",
"@sneg240/ui": "workspace:*",
"@types/node": "20.8.5",
"@types/node": "20.9.1",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.16",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@sneg240/eslint-config-custom": "workspace:*",
"@sneg240/tsconfig": "workspace:*",
"@types/node": "20.8.5",
"@types/node": "20.9.1",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.13",
"typescript": "5.1.6"
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 233bf25

Please sign in to comment.