Skip to content

Commit

Permalink
deps(example): bump the dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the dependencies group with 2 updates in the /examples/nextjs-14-react-hook-form directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `lucide-react` from 0.417.0 to 0.419.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.419.0/packages/lucide-react)

Updates `@typescript-eslint/parser` from 7.18.0 to 8.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 4dac6d5 commit 3483cc3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
70 changes: 35 additions & 35 deletions examples/nextjs-14-react-hook-form/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/nextjs-14-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.417.0",
"lucide-react": "0.419.0",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"react": "^18",
Expand All @@ -29,7 +29,7 @@
"@types/node": "^20",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8",
"eslint-config-next": "14.2.5",
Expand Down

0 comments on commit 3483cc3

Please sign in to comment.