Skip to content

Commit

Permalink
chore(deps): bump the minor-and-patch group with 5 updates (#32)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@blocksuite/sync](https://github.com/toeverything/blocksuite) | `0.16.0` | `0.17.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.438.0` | `0.439.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.4` |
| [postcss](https://github.com/postcss/postcss) | `8.4.43` | `8.4.45` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.3` |


Updates `@blocksuite/sync` from 0.16.0 to 0.17.4
- [Release notes](https://github.com/toeverything/blocksuite/releases)
- [Commits](toeverything/blocksuite@v0.16.0...v0.17.4)

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

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

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

Updates `vite` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 832065e commit c5303b7
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 135 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typeCheck": "tsc --noEmit"
},
"dependencies": {
"@blocksuite/sync": "^0.16.0",
"@blocksuite/sync": "^0.17.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fn-sphere/filter": "^0.5.0",
Expand All @@ -32,7 +32,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"jotai": "^2.9.3",
"lucide-react": "^0.438.0",
"lucide-react": "^0.439.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
Expand All @@ -42,7 +42,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -52,13 +52,13 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"postcss": "^8.4.43",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-info": "^1.1.0",
"vite": "^5.4.2"
"vite": "^5.4.3"
},
"engines": {
"node": ">=18.19.0"
Expand Down
Loading

0 comments on commit c5303b7

Please sign in to comment.