Skip to content

Commit

Permalink
fix(kkt): Fix Cannot find module 'ajv' (#350).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 24, 2022
1 parent 5b0abdc commit c84d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/package.json
Expand Up @@ -45,10 +45,10 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/fs-extra": "9.0.13",
"@types/mini-css-extract-plugin": "2.5.0",
"@types/minimist": "1.2.2",
"@types/react-dev-utils": "9.0.10",
"@types/semver": "7.3.9",
"ajv": "^8.8.0",
"eslint-config-react-app": "^7.0.0",
"fs-extra": "10.0.0",
"minimist": "1.2.5",
Expand Down

0 comments on commit c84d780

Please sign in to comment.