diff --git a/.neetoci/default.yml b/.neetoci/default.yml index 9ffcd2c..d4b75fa 100644 --- a/.neetoci/default.yml +++ b/.neetoci/default.yml @@ -7,7 +7,7 @@ global_job_config: - checkout - neetoci-version node 18.12.0 - cache restore - - yarn install + - yarn install --frozen-lockfile - cache store jobs: - name: CiChecks diff --git a/package.json b/package.json index b1b7356..657d62c 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4" }, "peerDependencies": { - "ramda": "^0.29.0", - "@bigbinary/neeto-commons-frontend": "latest" + "@bigbinary/neeto-commons-frontend": "latest", + "ramda": "^0.29.0" } } diff --git a/yarn.lock b/yarn.lock index 07908b2..04fc5dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5160,6 +5160,7 @@ string-length@^4.0.1: strip-ansi "^6.0.0" "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + name string-width-cjs version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -5608,6 +5609,7 @@ which@^2.0.1: isexe "^2.0.0" "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + name wrap-ansi-cjs version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==