Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@blocksuite/sync](https://github.com/toeverything/blocksuite/tree/HEAD/packages/framework/sync) | `0.17.17` | `0.17.18` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.447.0` | `0.452.0` |
| [yjs](https://github.com/yjs/yjs) | `13.6.19` | `13.6.20` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |


Updates `@blocksuite/sync` from 0.17.17 to 0.17.18
- [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.18/packages/framework/sync)

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

Updates `yjs` from 13.6.19 to 13.6.20
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.19...v13.6.20)

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

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

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@blocksuite/sync"
  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: yjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  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 Oct 14, 2024
1 parent 91ecbd8 commit ee36a0b
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 225 deletions.
12 changes: 6 additions & 6 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.17",
"@blocksuite/sync": "^0.17.18",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fn-sphere/filter": "^0.6.0",
Expand All @@ -32,19 +32,19 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"jotai": "^2.10.0",
"lucide-react": "^0.447.0",
"lucide-react": "^0.452.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"y-websocket": "^2.0.4",
"yjs": "13.6.19",
"yjs": "13.6.20",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
Expand All @@ -56,7 +56,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-info": "^1.2.1",
"vite": "^5.4.8"
},
Expand Down
Loading

0 comments on commit ee36a0b

Please sign in to comment.