Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
chore(yarn): fix packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 8, 2023
1 parent 38a4abd commit aaf3818
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"esbenp.prettier-vscode",
"jgclark.vscode-todo-highlight",
"streetsidesoftware.code-spell-checker-persian",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"arcanis.vscode-zipfs"
]
}
13 changes: 12 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@
"version": "1.0.0",
"main": "index.js",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"type": "module"
"type": "module",
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/fetch": "workspace:^",
"@alwatr/logger": "workspace:^",
"@alwatr/math": "workspace:^",
"@alwatr/util": "workspace:^",
"@alwatr/validator": "workspace:^"
},
"devDependencies": {
"@alwatr/type": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/Alwatr/eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^2.1.3",
"@alwatr/math": "^1.1.12",
"@alwatr/logger": "workspace:^",
"@alwatr/util": "workspace:^",
"tslib": "^2.6.2"
}
}
7 changes: 5 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
"url": "https://github.com/Alwatr/eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^2.1.3",
"@alwatr/util": "^1.2.10",
"@alwatr/logger": "workspace:^",
"@alwatr/util": "workspace:^",
"tslib": "^2.6.2"
},
"devDependencies": {
"@alwatr/type": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/Alwatr/eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^2.1.3",
"@alwatr/logger": "workspace:^",
"tslib": "^2.6.2"
}
}
7 changes: 5 additions & 2 deletions packages/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@
"url": "https://github.com/Alwatr/eslib/issues"
},
"dependencies": {
"@alwatr/logger": "^2.1.3",
"@alwatr/math": "^1.1.12",
"@alwatr/logger": "workspace:^",
"@alwatr/util": "workspace:^",
"tslib": "^2.6.2"
},
"devDependencies": {
"@alwatr/type": "workspace:^"
}
}
5 changes: 3 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
}
},
"dependencies": {
"@alwatr/math": "^1.1.12",
"@alwatr/type": "^1.1.5",
"@alwatr/logger": "workspace:^",
"@alwatr/type": "workspace:^",
"@alwatr/util": "workspace:^",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"url": "https://github.com/Alwatr/eslib/issues"
},
"dependencies": {
"@alwatr/math": "^1.1.12",
"@alwatr/type": "^1.1.5",
"@alwatr/type": "workspace:^",
"@alwatr/util": "workspace:^",
"tslib": "^2.6.2"
}
}
47 changes: 29 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,45 +22,54 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/crypto@workspace:packages/crypto":
"@alwatr/crypto@workspace:^, @alwatr/crypto@workspace:packages/crypto":
version: 0.0.0-use.local
resolution: "@alwatr/crypto@workspace:packages/crypto"
dependencies:
"@alwatr/logger": "npm:^2.1.3"
"@alwatr/math": "npm:^1.1.12"
"@alwatr/logger": "workspace:^"
"@alwatr/util": "workspace:^"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/demo@workspace:demo":
version: 0.0.0-use.local
resolution: "@alwatr/demo@workspace:demo"
dependencies:
"@alwatr/crypto": "workspace:^"
"@alwatr/fetch": "workspace:^"
"@alwatr/logger": "workspace:^"
"@alwatr/math": "workspace:^"
"@alwatr/type": "workspace:^"
"@alwatr/util": "workspace:^"
"@alwatr/validator": "workspace:^"
languageName: unknown
linkType: soft

"@alwatr/fetch@workspace:packages/fetch":
"@alwatr/fetch@workspace:^, @alwatr/fetch@workspace:packages/fetch":
version: 0.0.0-use.local
resolution: "@alwatr/fetch@workspace:packages/fetch"
dependencies:
"@alwatr/logger": "npm:^2.1.3"
"@alwatr/util": "npm:^1.2.10"
"@alwatr/logger": "workspace:^"
"@alwatr/type": "workspace:^"
"@alwatr/util": "workspace:^"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/logger@npm:^2.1.3, @alwatr/logger@workspace:packages/logger":
"@alwatr/logger@workspace:^, @alwatr/logger@workspace:packages/logger":
version: 0.0.0-use.local
resolution: "@alwatr/logger@workspace:packages/logger"
dependencies:
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/math@npm:^1.1.12, @alwatr/math@workspace:packages/math":
"@alwatr/math@workspace:^, @alwatr/math@workspace:packages/math":
version: 0.0.0-use.local
resolution: "@alwatr/math@workspace:packages/math"
dependencies:
"@alwatr/logger": "npm:^2.1.3"
"@alwatr/logger": "workspace:^"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand All @@ -69,35 +78,37 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/nano-server@workspace:packages/nano-server"
dependencies:
"@alwatr/logger": "npm:^2.1.3"
"@alwatr/math": "npm:^1.1.12"
"@alwatr/logger": "workspace:^"
"@alwatr/type": "workspace:^"
"@alwatr/util": "workspace:^"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/type@npm:^1.1.5, @alwatr/type@workspace:packages/type":
"@alwatr/type@workspace:^, @alwatr/type@workspace:packages/type":
version: 0.0.0-use.local
resolution: "@alwatr/type@workspace:packages/type"
languageName: unknown
linkType: soft

"@alwatr/util@npm:^1.2.10, @alwatr/util@workspace:packages/util":
"@alwatr/util@workspace:^, @alwatr/util@workspace:packages/util":
version: 0.0.0-use.local
resolution: "@alwatr/util@workspace:packages/util"
dependencies:
"@alwatr/math": "npm:^1.1.12"
"@alwatr/type": "npm:^1.1.5"
"@alwatr/logger": "workspace:^"
"@alwatr/type": "workspace:^"
"@alwatr/util": "workspace:^"
flatstr: "npm:^1.0.12"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft

"@alwatr/validator@workspace:packages/validator":
"@alwatr/validator@workspace:^, @alwatr/validator@workspace:packages/validator":
version: 0.0.0-use.local
resolution: "@alwatr/validator@workspace:packages/validator"
dependencies:
"@alwatr/math": "npm:^1.1.12"
"@alwatr/type": "npm:^1.1.5"
"@alwatr/type": "workspace:^"
"@alwatr/util": "workspace:^"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit aaf3818

Please sign in to comment.