Skip to content

Commit

Permalink
fix: replace explicit internal packages versions with '*'
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Nov 21, 2023
1 parent 5162b66 commit 10be6a1
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 42 deletions.
12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/state-manager": "^2.0.2-alpha.3",
"@quiet/eslint-config": "*",
"@quiet/state-manager": "*",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.9",
"@types/jest": "28.1.8",
Expand Down Expand Up @@ -89,10 +89,10 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@peculiar/webcrypto": "1.4.3",
"@quiet/common": "^2.0.2-alpha.1",
"@quiet/identity": "^2.0.2-alpha.2",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/common": "*",
"@quiet/identity": "*",
"@quiet/logger": "*",
"@quiet/types": "*",
"abortable-iterator": "^3.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rmDist": "rimraf lib/"
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@types/jest": "^26.0.23",
"@types/node": "^17.0.21",
"@types/validator": "^13.11.5",
Expand All @@ -27,8 +27,8 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/logger": "*",
"@quiet/types": "*",
"cross-env": "^5.2.0",
"debug": "^4.3.1",
"validator": "^13.11.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Here are the steps:
1. In `quiet/` (project's root) install monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them.

```
npm i [email protected]
npm i [email protected]
//npm i [email protected]
//npm i [email protected]
npm i
npm run lerna bootstrap
```

Expand Down
12 changes: 6 additions & 6 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@peculiar/webcrypto": "1.4.3",
"@quiet/common": "^2.0.2-alpha.1",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/common": "*",
"@quiet/logger": "*",
"@quiet/types": "*",
"@sentry/electron": "^2.5.4",
"backend-bundle": "^2.0.1-alpha.4",
"electron-debug": "^3.0.1",
Expand Down Expand Up @@ -156,9 +156,9 @@
"@mui/icons-material": "^5.10.15",
"@mui/lab": "^5.0.0-alpha.109",
"@mui/material": "~5.10.15",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/identity": "^2.0.2-alpha.2",
"@quiet/state-manager": "^2.0.2-alpha.3",
"@quiet/eslint-config": "*",
"@quiet/identity": "*",
"@quiet/state-manager": "*",
"@redux-saga/types": "^1.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/browser": "^6.19.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"test:watch": "jest --watchAll"
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@types/jest": "^29.2.6",
"@types/selenium-webdriver": "^4.1.10",
"babel-jest": "^29.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3"
},
"dependencies": {
"@quiet/common": "^2.0.2-alpha.1",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"backend-bundle": "^2.0.1-alpha.4",
"@quiet/common": "*",
"@quiet/logger": "*",
"@quiet/types": "*",
"backend-bundle": "*",
"cross-env": "^5.2.0",
"electron-chromedriver": "22.0.0",
"get-port": "^5.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.4.3",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/eslint-config": "*",
"@quiet/logger": "*",
"@quiet/types": "*",
"pkijs": "^3.0.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@types/jest": "^26.0.24",
"@types/redux-saga": "^0.10.5",
"@types/tmp": "^0.2.2",
Expand All @@ -34,9 +34,9 @@
},
"dependencies": {
"@peculiar/webcrypto": "1.4.3",
"@quiet/identity": "^2.0.2-alpha.2",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/state-manager": "^2.0.2-alpha.3",
"@quiet/identity": "*",
"@quiet/logger": "*",
"@quiet/state-manager": "*",
"@reduxjs/toolkit": "^1.6.1",
"commander": "^9.1.0",
"debug": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rmDist": "rimraf lib/"
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@types/debug": "^4.1.7",
"@types/node": "^17.0.21",
"typescript": "^4.9.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@quiet/backend": "^2.0.3-alpha.5",
"@quiet/common": "^2.0.2-alpha.1",
"@quiet/identity": "^2.0.2-alpha.2",
"@quiet/state-manager": "^2.0.2-alpha.3",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/backend": "*",
"@quiet/common": "*",
"@quiet/identity": "*",
"@quiet/state-manager": "*",
"@quiet/types": "*",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-navigation/native": "^6.0.0",
"@react-navigation/native-stack": "^6.9.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/push-notification-ios": "^1.10.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/state-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@quiet/common": "^2.0.2-alpha.1",
"@quiet/logger": "^2.0.2-alpha.0",
"@quiet/types": "^2.0.2-alpha.1",
"@quiet/common": "*",
"@quiet/logger": "*",
"@quiet/types": "*",
"@reduxjs/toolkit": "^1.9.1",
"factory-girl": "^5.0.4",
"get-port": "^5.1.1",
Expand All @@ -44,8 +44,8 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@peculiar/webcrypto": "1.4.3",
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/identity": "^2.0.2-alpha.2",
"@quiet/eslint-config": "*",
"@quiet/identity": "*",
"@types/factory-girl": "^5.0.8",
"@types/jest": "^26.0.24",
"@types/luxon": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"rmDist": "rimraf lib/"
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@quiet/eslint-config": "*",
"@reduxjs/toolkit": "^1.9.1",
"@types/jest": "^26.0.23",
"@types/node": "^17.0.21",
Expand Down

0 comments on commit 10be6a1

Please sign in to comment.