Skip to content

Conversation

@drichar
Copy link
Collaborator

@drichar drichar commented Jul 9, 2025

Description

This PR updates all project dependencies to their latest versions and removes caret (^) prefixes to pin exact versions for more predictable builds. The update also upgrades PNPM from v9 to v10.12.4 and adds build dependency optimizations.

Details

  • Updated packageManager from [email protected] to [email protected]
  • Upgraded all root devDependencies including eslint, typescript, prettier, and related plugins
  • Updated all @txnlab/use-wallet-ui-react package dependencies and devDependencies
  • Removed caret (^) prefixes from all version specifications to ensure exact version pinning
  • Added onlyBuiltDependencies configuration for @parcel/watcher, @tailwindcss/oxide, esbuild, msw, and unrs-resolver
  • Updated pnpm-lock.yaml to reflect all dependency changes
  • Notable version updates include @tanstack/react-query (5.72.2 → 5.81.5), tailwindcss (4.0.17 → 4.1.11), and vite (6.2.0 → 6.3.5)

Update various dependencies in the root and React package's
`package.json` to their latest versions for improved stability
and performance. This includes updates to ESLint, TypeScript,
and React-related packages.

- Updated `packageManager` to `[email protected]`
- Bumped versions for ESLint, Prettier, TypeScript, and
  related plugins
- Updated React dependencies to their latest versions
@drichar drichar merged commit f611296 into main Jul 9, 2025
1 check passed
@drichar drichar deleted the chore/update-dependencies branch July 9, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants