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

Commit e533f82

Browse files
committed
fix: regression caused by @vue/component-compiler
1 parent 413e806 commit e533f82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dist/"
4646
],
4747
"dependencies": {
48-
"@vue/component-compiler": "^4.2.2",
48+
"@vue/component-compiler": "^4.2.3",
4949
"@vue/component-compiler-utils": "^3.1.2",
5050
"debug": "^4.1.1",
5151
"hash-sum": "^1.0.2",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1451,10 +1451,10 @@
14511451
optionalDependencies:
14521452
prettier "^1.18.2"
14531453

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

0 commit comments

Comments
 (0)