Skip to content

Commit

Permalink
fix: downgrade lerna version (#1124)
Browse files Browse the repository at this point in the history
* fix: downgrade lerna version

Signed-off-by: Oleksii Orel <[email protected]>
  • Loading branch information
olexii4 authored Jun 5, 2024
1 parent 4b86dd5 commit e6a16fa
Show file tree
Hide file tree
Showing 7 changed files with 1,367 additions and 961 deletions.
22 changes: 7 additions & 15 deletions .deps/EXCLUDED/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,14 @@ This file contains a manual contribution to .deps/dev.md and it's needed because
| Packages | Resolved CQs |
| --- | --- |
| `@csstools/[email protected]` | transitive dependency |
| `@lerna/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nx/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@nrwl/[email protected]` | transitive dependency |
| `@testing-library/[email protected]` | transitive dependency |
| `[email protected]` | transitive dependency |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/lerna/8.1.3) |
| `[email protected]` | transitive dependency |
| `[email protected]` | transitive dependency |
2 changes: 0 additions & 2 deletions .deps/EXCLUDED/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ This file lists dependencies that do not need CQs or auto-detection does not wor
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/blueimp-md5/2.19.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/codemirror/5.65.16) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/cookie-signature/1.2.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fast-uri/2.3.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/fastify/4.27.0) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/inversify-react/1.1.1) |
| `[email protected]` | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/real-require/0.2.0) |
206 changes: 118 additions & 88 deletions .deps/dev.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .deps/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
| [`[email protected]`](git://github.com/immutable-js/immutable-js.git) | MIT | #7353 |
| [`[email protected]`](git://github.com/isaacs/inherits) | ISC | clearlydefined |
| [`[email protected]`](git+https://github.com/inversify/inversify-inject-decorators.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/Kukkimonsuta/inversify-react.git) | Apache-2.0 | [clearlydefined](https://clearlydefined.io/definitions/npm/npmjs/-/inversify-react/1.1.1) |
| [`[email protected]`](https://github.com/Kukkimonsuta/inversify-react.git) | Apache-2.0 | clearlydefined |
| [`[email protected]`](https://github.com/inversify/InversifyJS.git) | MIT | clearlydefined |
| [`[email protected]`](https://github.com/jonschlinkert/is-plain-object.git) | MIT | clearlydefined |
| [`[email protected]`](git://github.com/juliangruber/isarray.git) | MIT | clearlydefined |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"patch": "${PWD}/run/patch.sh $@"
},
"devDependencies": {
"lerna": "^8.1.3"
"lerna": "^6"
},
"resolutions": {
"@adobe/css-tools": "^4.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('websocketClient', () => {

const serverMockNext = new WS('ws://localhost/dashboard/api/websocket');
const wsNext = await serverMockNext.connected;
await delay(300);
await delay(1000);

expect(wsNext).toBeDefined();
expect(handleConnectionOpen).toBeCalledTimes(2);
Expand Down
Loading

0 comments on commit e6a16fa

Please sign in to comment.