Skip to content

Commit

Permalink
chore(deps): bump the minor-and-patch group with 4 updates (#44)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 4 updates: [@blocksuite/sync](https://github.com/toeverything/blocksuite/tree/HEAD/packages/framework/sync), [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@blocksuite/sync` from 0.17.21 to 0.17.25
- [Release notes](https://github.com/toeverything/blocksuite/releases)
- [Changelog](https://github.com/toeverything/blocksuite/blob/master/packages/framework/sync/CHANGELOG.md)
- [Commits](https://github.com/toeverything/blocksuite/commits/v0.17.25/packages/framework/sync)

Updates `cmdk` from 1.0.0 to 1.0.4
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.0.4/cmdk)

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

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

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cmdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

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 Nov 4, 2024
1 parent 0722b26 commit 7ee667a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 375 deletions.
8 changes: 4 additions & 4 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.17.21",
"@blocksuite/sync": "^0.17.25",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fn-sphere/filter": "^0.6.0",
Expand All @@ -30,9 +30,9 @@
"@textea/json-viewer": "^3.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.4",
"jotai": "^2.10.1",
"lucide-react": "^0.453.0",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
Expand All @@ -42,7 +42,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
Loading

0 comments on commit 7ee667a

Please sign in to comment.