Skip to content

Commit

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

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


Updates `@hookform/resolvers` from 3.7.0 to 3.9.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.7.0...v3.9.0)

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

Updates `tailwind-merge` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.3.0...v2.4.0)

Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.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/v7.16.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-merge
  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-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 6b2ccf0 commit c90963a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
81 changes: 40 additions & 41 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.

8 changes: 4 additions & 4 deletions examples/nextjs-14-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
},
"dependencies": {
"@arcjet/next": "latest",
"@hookform/resolvers": "^3.7.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.400.0",
"lucide-react": "0.407.0",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.14",
"eslint": "^8",
"eslint-config-next": "14.2.4",
Expand Down

0 comments on commit c90963a

Please sign in to comment.