Skip to content

Commit

Permalink
chore: packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 4, 2023
1 parent 271aeab commit 9edca00
Show file tree
Hide file tree
Showing 25 changed files with 42 additions and 49 deletions.
2 changes: 1 addition & 1 deletion core/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@alwatr/logger": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/nano-server": "^0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@alwatr/fetch": "^0.27.0",
"@alwatr/logger": "^0.27.0",
"@alwatr/signal": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion core/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions core/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/type": "~0.27.0"
"@alwatr/type": "^0.27.0"
}
}
2 changes: 1 addition & 1 deletion core/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@alwatr/fetch": "^0.27.0",
"@alwatr/logger": "^0.27.0",
"@alwatr/math": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/type": "^0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion core/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"dependencies": {
"@alwatr/logger": "^0.27.0",
"@alwatr/signal": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion core/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"@alwatr/logger": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion core/storage-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@alwatr/fetch": "^0.27.0",
"@alwatr/logger": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/storage-engine": "^0.27.0"
Expand Down
4 changes: 2 additions & 2 deletions core/storage-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@alwatr/fetch": "^0.27.0",
"@alwatr/logger": "^0.27.0",
"exit-hook": "~3.1.4",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/type": "~0.27.0"
"@alwatr/type": "^0.27.0"
}
}
2 changes: 1 addition & 1 deletion core/token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"dependencies": {
"@alwatr/logger": "^0.27.0",
"@alwatr/math": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions core/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/AliMD/alwatr/issues"
},
"dependencies": {
"tslib": "~2.4.1",
"@alwatr/math": "~0.26.0"
"tslib": "^2.4.1",
"@alwatr/math": "^0.27.0"
}
}
20 changes: 10 additions & 10 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir)"
],
"dependencies": {
"@alwatr/logger": "~0.27.0",
"@alwatr/fetch": "~0.27.0",
"@alwatr/signal": "~0.27.0",
"@alwatr/router": "~0.27.0",
"@alwatr/i18n": "~0.27.0",
"@alwatr/math": "~0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/storage-client": "~0.27.0",
"@alwatr/token": "~0.27.0",
"tslib": "~2.4.1"
"@alwatr/logger": "^0.27.0",
"@alwatr/fetch": "^0.27.0",
"@alwatr/signal": "^0.27.0",
"@alwatr/router": "^0.27.0",
"@alwatr/i18n": "^0.27.0",
"@alwatr/math": "^0.27.0",
"@alwatr/type": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@alwatr/token": "^0.27.0",
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion labs/zx-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@alwatr/logger": "^0.27.0",
"tslib": "~2.4.1",
"tslib": "^2.4.1",
"zx": "~7.1.1"
}
}
2 changes: 1 addition & 1 deletion services/flight-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@alwatr/logger": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "~18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion services/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@alwatr/logger": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@types/node": "~18.11.18",
"esbuild": "~0.16.11",
Expand Down
2 changes: 1 addition & 1 deletion services/storage-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@alwatr/logger": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-engine": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@types/node": "~18.11.18",
"esbuild": "~0.16.11",
"nodemon": "~2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion services/telegram-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@alwatr/logger": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-engine": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@types/node": "~18.11.18",
"esbuild": "~0.16.11",
"nodemon": "~2.0.20",
Expand Down
4 changes: 2 additions & 2 deletions ui/demo-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@alwatr/i18n": "^0.27.0",
"@alwatr/icon": "^0.27.0",
"@alwatr/logger": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@alwatr/router": "^0.27.0",
"@alwatr/ui-kit": "^0.27.0",
"@babel/core": "~7.20.5",
Expand All @@ -60,7 +60,7 @@
"rollup-plugin-summary": "~2.0.0",
"rollup-plugin-workbox": "~6.2.0",
"ts-lit-plugin": "~1.2.1",
"tslib": "~2.4.1",
"tslib": "^2.4.1",
"typescript": "~4.9.4"
}
}
4 changes: 2 additions & 2 deletions ui/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@alwatr/router": "^0.27.0",
"@alwatr/signal": "^0.27.0",
"lit": "~2.5.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/type": "~0.27.0"
"@alwatr/type": "^0.27.0"
}
}
2 changes: 1 addition & 1 deletion ui/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"@alwatr/element": "^0.27.0",
"@alwatr/fetch": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion ui/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@alwatr/element": "^0.27.0",
"@alwatr/fetch": "^0.27.0",
"tslib": "~2.4.1"
"tslib": "^2.4.1"
},
"devDependencies": {
"@alwatr/type": "^0.27.0"
Expand Down
6 changes: 3 additions & 3 deletions uniquely/com-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"watch:es": "yarn build:es --watch"
},
"devDependencies": {
"@alwatr/logger": "~0.27.0",
"@alwatr/nano-server": "~0.27.0",
"@alwatr/storage-client": "~0.27.0",
"@alwatr/logger": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "~18.11.18",
"esbuild": "~0.16.11",
"nodemon": "~2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion uniquely/flight-finder-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@alwatr/logger": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@alwatr/nano-server": "^0.27.0",
"@alwatr/storage-client": "^0.27.0",
"@types/node": "~18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions uniquely/flight-finder-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@alwatr/logger": "^0.27.0",
"@alwatr/router": "^0.27.0",
"@alwatr/signal": "^0.27.0",
"@alwatr/type": "~0.27.0",
"@alwatr/type": "^0.27.0",
"@babel/core": "~7.20.7",
"@babel/preset-env": "~7.20.2",
"@ionic/core": "~6.4.1",
Expand All @@ -59,7 +59,7 @@
"rollup-plugin-summary": "~2.0.0",
"rollup-plugin-workbox": "~6.2.0",
"ts-lit-plugin": "~1.2.1",
"tslib": "~2.4.1",
"tslib": "^2.4.1",
"typescript": "~4.9.4"
}
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# yarn lockfile v1


"@alwatr/math@~0.26.0":
version "0.26.1"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-0.26.1.tgz#9165b9212fdf5a7c0576d8fa6aa2b58dc9a3d750"
integrity sha512-BPxV+Kl6Z3ErQVEH2JqLMEdhRNr70u0vXma/dPx81J+YbXiM5RP6ftxZto2wSuTvIcB++Wajg3KhIUke/wmJ7g==
dependencies:
tslib "~2.4.1"

"@ampproject/remapping@^2.1.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
Expand Down Expand Up @@ -8692,7 +8685,7 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@~2.4.1:
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
Expand Down

0 comments on commit 9edca00

Please sign in to comment.