diff --git a/README.md b/README.md index 17bc9e7..765a8fe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ you should use the [`craco-antd`](https://github.com/FormAPI/craco-antd) plugin. `craco-less` is tested with: - `react-scripts`: `^2.1.1` -- `@craco/craco`: `^2.4.0` +- `@craco/craco`: `^3.2.2` ## Installation diff --git a/package.json b/package.json index 91a7892..6fa880d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "jest": "^23.6.0" }, "dependencies": { - "@craco/craco": "^3.2.0", + "@craco/craco": "^3.2.2", "css-loader": "^1.0.1", "less": "^3.8.1", "less-loader": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 1d75660..bbf9bbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -821,10 +821,10 @@ lodash "^4.17.10" to-fast-properties "^2.0.0" -"@craco/craco@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-2.4.0.tgz#9ff31d00d88a2fffc7f87a812c03b1e257e64fa1" - integrity sha512-Zb1qAfBK23SisnW4ksoevztxNyRBRzox8pnJixvpfwBLgb2PJMeDEr3hztA3eXnLnSWH7JTcOcV3E1GrhhJorQ== +"@craco/craco@^3.2.2": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-3.2.2.tgz#d94a63f3ba82aaf66d154274905ffbed3521f7c3" + integrity sha512-rFMmQ2fzzsU3PTBvzt6tOPBD6zBjHno/Lqmz+hCVjtjDRVBOzUs2de5T0f8Eg0goKcdlMjQn/+UGXrikdGgc6Q== dependencies: cross-spawn "6.0.5" lodash.mergewith "4.6.1"