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

Commit ffd5259

Browse files
committed
fix(build error): ajv error
see webpack/webpack#8768
1 parent e8a2dc6 commit ffd5259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
}
5050
},
5151
"resolutions": {
52-
"terser": "3.14.1"
52+
"terser": "3.14.1",
53+
"ajv": "6.8.1"
5354
},
5455
"dependencies": {
5556
"accepts": "^1.3.4",

0 commit comments

Comments
 (0)