jotaijs / jotai-devtools

A powerful toolkit to enhance your development experience with Jotai
https://jotai.org/docs/tools/devtools
MIT License
128 stars 31 forks source link

chore: bump react-resizable-panels version #84

Closed pablocubico closed 1 year ago

pablocubico commented 1 year ago

As react-resizable-panels is still using 0.0.x, I think the upload does not happen automagically.

https://github.com/npm/node-semver#caret-ranges-123-025-004

pablocubico commented 1 year ago

Ugh! forgot about lockfiles, I guess I'll need to checkout the branch and push, I made the previous edit in the Github UI 😛

codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ab8815c9d165246a275c56d65b99ae748d5d25da:

Sandbox Source
React Configuration
React Typescript Configuration
pablocubico commented 1 year ago

Alright, lockfiles updated, commit message fixed.

(Note: the commit msg linting hook does not work with commit --amend 🤷 , I guess the file is not called COMMIT_MSG in that case... )

arjunvegda commented 1 year ago

What version of pnpm are you using? We switched the lock file format to 6.0 and your PR appears to use 5.3. Could you try using pnpm@8.6.2 and above, please?

pablocubico commented 1 year ago

Oof, sorry, I guess I haven't used pnpm in a while 😬 - updated to 8.6.5 👍