Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 18.16.12 to 18.16.13
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.12 to 18.16.13.
- [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 github-actions[bot] committed May 18, 2023
1 parent 7bc8621 commit 89c322a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@testing-library/user-event": "^14.4.3",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^18.16.12",
"@types/node": "^18.16.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.4",
"adjust-sourcemap-loader": "^5.0.0",
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/is-hotkey": "^0.1.7",
"@types/lodash": "^4.14.191",
"@types/node": "^18.16.12",
"@types/node": "^18.16.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.4",
"css-loader": "6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/jest": "^27.4.1",
"@types/jexl": "^2.2.0",
"@types/lodash": "^4.14.181",
"@types/node": "^18.16.12",
"@types/node": "^18.16.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-iottwinmaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"package-mac": "pkg . --targets node16-macos-x64 --output tmdt_local"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/node": "^18.16.13",
"@types/prompts": "^2.4.2",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^2.1.1",
Expand Down

0 comments on commit 89c322a

Please sign in to comment.