Skip to content

Commit

Permalink
build(deps): Bump the patch-minor group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the patch-minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/db](https://github.com/withastro/astro/tree/HEAD/packages/db) | `0.13.2` | `0.14.0` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `3.1.4` | `3.1.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.4` | `18.3.5` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.14.5` | `4.15.1` |
| [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.36.0` | `0.36.1` |
| [framer-motion](https://github.com/framer/motion) | `11.3.30` | `11.3.31` |
| [nanostores](https://github.com/nanostores/nanostores) | `0.11.2` | `0.11.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.0` | `22.5.2` |


Updates `@astrojs/db` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/db/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/db)

Updates `@astrojs/mdx` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/mdx)

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

Updates `astro` from 4.14.5 to 4.15.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `astro-expressive-code` from 0.36.0 to 0.36.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/[email protected]/packages/astro-expressive-code)

Updates `framer-motion` from 11.3.30 to 11.3.31
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.3.30...v11.3.31)

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

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

---
updated-dependencies:
- dependency-name: "@astrojs/db"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: astro-expressive-code
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: nanostores
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 7e3e4dd commit 3ebc3f0
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 356 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.13.2",
"@astrojs/db": "^0.14.0",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.4",
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vercel": "^7.8.0",
"@nanostores/react": "^0.7.3",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"astro-expressive-code": "^0.36.0",
"astro": "^4.15.1",
"astro-expressive-code": "^0.36.1",
"astro-font": "^0.1.81",
"astro-loading-indicator": "^0.5.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"fathom-client": "^3.7.2",
"framer-motion": "^11.3.30",
"framer-motion": "^11.3.31",
"howler": "^2.2.4",
"markdown-it": "^14.1.0",
"nanoid": "^5.0.7",
"nanostores": "^0.11.2",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
Expand All @@ -58,7 +58,7 @@
"@playwright/test": "^1.46.1",
"@radix-ui/colors": "^3.0.0",
"@types/howler": "^2.2.11",
"@types/node": "^22.5.0",
"@types/node": "^22.5.2",
"hastscript": "^9.0.0",
"html-validate": "^8.21.0",
"husky": "^9.1.5",
Expand Down
Loading

0 comments on commit 3ebc3f0

Please sign in to comment.