Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
fix: regression caused by @vue/component-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 22, 2020
1 parent 413e806 commit e533f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dist/"
],
"dependencies": {
"@vue/component-compiler": "^4.2.2",
"@vue/component-compiler": "^4.2.3",
"@vue/component-compiler-utils": "^3.1.2",
"debug": "^4.1.1",
"hash-sum": "^1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1451,10 +1451,10 @@
optionalDependencies:
prettier "^1.18.2"

"@vue/component-compiler@^4.2.2":
version "4.2.2"
resolved "https://registry.yarnpkg.com/@vue/component-compiler/-/component-compiler-4.2.2.tgz#84e4f37b7ab8c63bfd10e84513a60d7c82c805d4"
integrity sha512-UnoyFmuIUelD5gtyFEZSLewfa8lH07hBjcp3U0jX5NjMqXIERPz+xtkM2DpwIh2HKjdnneQttaG6M2EJAOWvVg==
"@vue/component-compiler@^4.2.3":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@vue/component-compiler/-/component-compiler-4.2.3.tgz#052855aea0f9a00eb0eb9786bdf447d29292ae37"
integrity sha512-B221AV3T/6PF37WnkoqUKIxBeHXmGuZsi/8pby89MAVSj9zmDdLCEZ7LDT8+DJWbElFrPELgnSvEadXxDRcrJQ==
dependencies:
"@vue/component-compiler-utils" "^3.0.0"
clean-css "^4.1.11"
Expand Down

0 comments on commit e533f82

Please sign in to comment.