mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
5d9037a8b5
* fix: stop pinning vue peer dependency version It should be safe to trust `vue` to follow semver. Pinning a peer dependency version is a bad idea because any change in peer dependency requirement should be considered a breaking change in theory. On the other hand, `@vue/compiler-sfc` has a strict peer dependency version requirement. So pinning the `vue` version is likely to causing issues like https://github.com/vitejs/vite/issues/4573 in the future. * chore: update lockfile |
||
---|---|---|
.. | ||
__tests__ | ||
use-attrs | ||
use-css-var | ||
use-events | ||
use-focus | ||
use-locale | ||
use-lockscreen | ||
use-migrating | ||
use-modal | ||
use-model-toggle | ||
use-popper | ||
use-prevent-global | ||
use-restore-active | ||
use-teleport | ||
use-throttle-render | ||
use-timeout | ||
use-transition | ||
use-transition-fallthrough | ||
gulpfile.ts | ||
index.ts | ||
package.json | ||
tsconfig.json |