Skip to content

Commit

Permalink
chore(deps): bump the npm-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.3.0` |
| [embla-carousel-react](https://github.com/davidjerleke/embla-carousel) | `8.3.1` | `8.4.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.456.0` | `0.460.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.15` |
| [msw](https://github.com/mswjs/msw) | `2.6.4` | `2.6.5` |


Updates `turbo` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.2.3...v2.3.0)

Updates `embla-carousel-react` from 8.3.1 to 8.4.0
- [Release notes](https://github.com/davidjerleke/embla-carousel/releases)
- [Commits](davidjerleke/embla-carousel@v8.3.1...v8.4.0)

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

Updates `tailwindcss` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.15)

Updates `msw` from 2.6.4 to 2.6.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.6.4...v2.6.5)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: embla-carousel-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 1971781 commit 779fabe
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 91 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"content-security-policy-builder": "^2.2.0",
"embla-carousel-react": "8.3.1",
"embla-carousel-react": "8.4.0",
"focus-trap-react": "^10.3.1",
"gql.tada": "^1.8.10",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.2",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.25.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"dotenv-cli": "^7.4.2",
"turbo": "^2.2.3",
"turbo": "^2.3.0",
"typescript": "^5.6.3"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/semver": "^7.5.8",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"msw": "^2.6.4",
"msw": "^2.6.5",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
Expand Down
Loading

0 comments on commit 779fabe

Please sign in to comment.