Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates in the / directory: [@elgato/cli](https://github.com/elgatosf/cli), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [rollup](https://github.com/rollup/rollup).


Updates `@elgato/cli` from 0.2.0 to 0.3.0
- [Changelog](https://github.com/elgatosf/cli/blob/main/CHANGELOG.md)
- [Commits](elgatosf/cli@v0.2.0...v0.3.0)

Updates `@types/node` from 20.12.7 to 20.12.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `rollup` from 4.17.1 to 4.17.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.17.1...v4.17.2)

---
updated-dependencies:
- dependency-name: "@elgato/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2024
1 parent 6d180a6 commit 5e309c3
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 81 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^0.2.0",
"@elgato/cli": "^0.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node20": "^20.1.4",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"@types/ws": "^8.5.10",
"rollup": "^4.17.1",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
Expand Down
162 changes: 84 additions & 78 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 5e309c3

Please sign in to comment.