Skip to content

Commit

Permalink
Bump the patch group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.1` | `4.17.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.2` | `18.3.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.2` | `15.2.8` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.41` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.9` |



Updates `react-use` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.0...v17.5.1)

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

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

Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `lint-staged` from 15.2.2 to 15.2.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.8)

Updates `postcss` from 8.4.38 to 8.4.41
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.41)

Updates `tailwindcss` from 3.4.3 to 3.4.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.9)

---
updated-dependencies:
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 8fd6231 commit 314a124
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 180 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,34 @@
"react-hook-form": "^7.51.4",
"react-icons": "^5.1.0",
"react-toastify": "^10.0.5",
"react-use": "^17.5.0",
"react-use": "^17.5.1",
"superjson": "2.2.1",
"yaml": "^2.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.1",
"@types/lodash": "^4.17.7",
"@types/node": "18.19.33",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.8",
"madge": "^7.0.0",
"node-cron": "^3.0.3",
"postcss": "^8.4.38",
"postcss": "^8.4.41",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.9",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
Expand Down
Loading

0 comments on commit 314a124

Please sign in to comment.