element-plus/packages/hooks
Haoqun Jiang 5d9037a8b5
fix: stop pinning vue peer dependency version (#3051)
* 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
2021-08-25 17:34:57 +08:00
..
__tests__ refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-attrs refactor: optimize useAttrs signature (#864) 2020-12-07 10:57:48 +08:00
use-css-var feat: new hook: useCssVar for inject custom css vars (#2547) 2021-07-20 15:26:17 +08:00
use-events style: using 'Array.prototype.forEach()' (#1826) 2021-04-13 17:52:51 +08:00
use-focus refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-locale fix(build): exposing installer function and version for umd build (#3041) 2021-08-25 11:27:16 +08:00
use-lockscreen fix(hooks): fix use-lock-screen hook (#1651) 2021-03-16 21:40:45 +08:00
use-migrating refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-modal fix(overlay): Fix overlay event triggering issue (#1235) 2021-01-14 17:01:37 +08:00
use-model-toggle feat(hooks): add use-model-toggle hook 2021-07-05 08:50:36 +08:00
use-popper refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-prevent-global fix(overlay): Fix overlay event triggering issue (#1235) 2021-01-14 17:01:37 +08:00
use-restore-active ### feat: add dialog (#197) 2020-09-09 21:18:08 +08:00
use-teleport feat(hooks): add use-teleport hook (#2421) 2021-07-03 19:04:03 +08:00
use-throttle-render refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-timeout refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
use-transition refactor(hooks): refactor transition (#2556) 2021-07-18 20:08:58 +08:00
use-transition-fallthrough feat(hooks): add use-transition-fallthrough-hook 2021-07-05 08:49:45 +08:00
gulpfile.ts refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
index.ts feat(locale): locale-provider (#2662) 2021-07-25 15:26:00 +08:00
package.json fix: stop pinning vue peer dependency version (#3051) 2021-08-25 17:34:57 +08:00
tsconfig.json refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00