hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
297 stars 41 forks source link

Update package.json #130

Open gersirami opened 4 months ago

gersirami commented 4 months ago

Added resolutions to prevent typescript and vite from updating

justintaylor-dev commented 3 months ago

Thanks for the contribution, however it doesn't seem to prevent running add or upgrade:

yarn upgrade vite --latest yarn upgrade typescript --latest yarn add vite yarn add typescript

Are there other commands this will block?

gersirami commented 3 months ago

Thanks for the contribution, however it doesn't seem to prevent running add or upgrade:

yarn upgrade vite --latest yarn upgrade typescript --latest yarn add vite yarn add typescript

Are there other commands this will block?

I see! I'm searching for a solution about this, but seems very hard to find, they mention npm shrinkwrap, but not sure what it does...