element-plus/packages/directives
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__ fix: can not binding multiple click-outside directives on a component (#2327) 2021-06-25 17:10:29 +08:00
click-outside refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
mousewheel refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
repeat-click refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
resize feat: add resize directive (#2167) 2021-07-01 09:29:00 +08:00
trap-focus style: add no-multi-spaces rule (#2345) 2021-06-25 16:25:54 +08:00
gulpfile.ts refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
index.ts feat: add resize directive (#2167) 2021-07-01 09:29: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