Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"lucide-react": "^1.41.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
"lucide-react": "^1.44.0",
"react": "^19.3.0",
"react-dom": "^19.3.0"
Comment on lines +45 to +47

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the shipped frontend license inventory

When the frontend CI job runs, license:check derives exact production package/version pairs from the lockfile and compares them with THIRD_PARTY_LICENSES.txt; these bumps leave that bundled inventory listing lucide-react 1.41.0, react/react-dom 19.2.8, and scheduler 0.27.0, so the check will report both missing and stale components and block the PR. Regenerate or update the inventory alongside the dependency versions.

AGENTS.md reference: AGENTS.md:L9-L11

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@playwright/test": "^1.63.0",
"@tauri-apps/cli": "^2.11.4",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^6.1.1",
"jsdom": "^28.1.0",
"typescript": "^7.0.2",
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading