Skip to content

Commit

Permalink
deps(example): Bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /examples/nestjs-launchdarkly with 2 updates: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/schematics](https://github.com/nestjs/schematics).


Updates `@nestjs/core` from 10.4.4 to 10.4.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/core)

Updates `@nestjs/schematics` from 10.1.4 to 10.2.0
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.1.4...10.2.0)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nestjs/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent ca81d72 commit b9bb175
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 17 deletions.
86 changes: 71 additions & 15 deletions examples/nestjs-launchdarkly/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/nestjs-launchdarkly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@launchdarkly/node-server-sdk": "^9.6.1",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/core": "^10.4.5",
"@nestjs/platform-express": "^10.4.5",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/schematics": "^10.2.0",
"@types/express": "^4.17.17",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down

0 comments on commit b9bb175

Please sign in to comment.