Skip to content
Merged
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
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@types/react": "^18.3.29",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.4.8",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.2",
"autoprefixer": "^10.5.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Refresh the example Yarn lockfile

When the example is installed with Yarn, the updated dependency descriptors are absent from example/yarn.lock, which still records ranges such as autoprefixer@^10.4.8, postcss@^8.5.15, tailwindcss@^4.3.1, and vite@^8.0.16. Yarn must therefore resolve and rewrite the lockfile instead of reproducing its committed resolutions, while an immutable/frozen install fails because, as yarn install --help specifies, it aborts when the lockfile would be modified. Regenerate and commit example/yarn.lock with these version bumps.

Useful? React with 👍 / 👎.

"postcss": "^8.5.25",
"tailwindcss": "^4.3.3",
"typescript": "^4.6.4",
"vite": "^8.1.3"
"vite": "^8.2.0"
}
}
Loading
Loading