Skip to content

Commit

Permalink
Fix lockfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmaln committed Nov 29, 2023
1 parent d824f0c commit c033607
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .neetoci/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit c033607

Please sign in to comment.