Skip to content

Commit e8ea944

Browse files
chore(deps): bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@lexical/rich-text](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-rich-text) | `0.35.0` | `0.49.0` | | [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `2.11.0` | `2.11.1` | | [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.7.1` | `2.7.2` | | [lexical](https://github.com/facebook/lexical/tree/HEAD/packages/lexical) | `0.35.0` | `0.49.0` | | [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` | | [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` | Updates `@lexical/rich-text` from 0.35.0 to 0.49.0 - [Release notes](https://github.com/facebook/lexical/releases) - [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/lexical/commits/v0.49.0/packages/lexical-rich-text) Updates `@tauri-apps/api` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.11.0...@tauri-apps/api-v2.11.1) Updates `@tauri-apps/plugin-dialog` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@log-v2.7.1...dialog-v2.7.2) Updates `lexical` from 0.35.0 to 0.49.0 - [Release notes](https://github.com/facebook/lexical/releases) - [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/lexical/commits/v0.49.0/packages/lexical) Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) --- updated-dependencies: - dependency-name: "@lexical/rich-text" dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tauri-apps/api" dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tauri-apps/plugin-dialog" dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: lexical dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba5ae3c commit e8ea944

2 files changed

Lines changed: 550 additions & 380 deletions

File tree

apps/desktop/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
"@zharwing/memory-graph": "workspace:*",
1616
"@zharwing/memory-semantic-graph": "workspace:*",
1717
"@zharwing/memory-theme": "workspace:*",
18-
"@lexical/rich-text": "^0.35.0",
18+
"@lexical/rich-text": "^0.49.0",
1919
"@mdxeditor/editor": "^3.0.0",
20-
"@tauri-apps/api": "^2.2.0",
21-
"@tauri-apps/plugin-dialog": "^2.2.0",
20+
"@tauri-apps/api": "^2.11.1",
21+
"@tauri-apps/plugin-dialog": "^2.7.2",
2222
"d3": "^7.9.0",
2323
"lucide-react": "^0.468.0",
2424
"mermaid": "^11.16.1",
25-
"lexical": "^0.35.0",
25+
"lexical": "^0.49.0",
2626
"mobx": "^6.13.5",
2727
"mobx-react-lite": "^4.0.7",
28-
"react": "^19.0.0",
29-
"react-dom": "^19.0.0",
28+
"react": "^19.2.8",
29+
"react-dom": "^19.2.8",
3030
"react-router-dom": "^7.18.2"
3131
},
3232
"devDependencies": {
3333
"@tauri-apps/cli": "^2.2.0",
3434
"@types/d3": "^7.4.3",
35-
"@types/react": "^19.2.17",
36-
"@types/react-dom": "^19.2.3",
35+
"@types/react": "^19.2.18",
36+
"@types/react-dom": "^19.2.4",
3737
"@vitejs/plugin-react": "^4.3.4"
3838
}
3939
}

0 commit comments

Comments
 (0)