Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(deps): bump @alwatr/nanolib from 5.1.0 to 5.2.1 in the alwatr group across 1 directory #228

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^5.1.0",
"@alwatr/nanolib": "^5.2.1",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@alwatr/fsm": "workspace:^",
"@alwatr/nanolib": "^5.1.0"
"@alwatr/nanolib": "^5.2.1"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^5.1.0",
"@alwatr/nanolib": "^5.2.1",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^5.1.0"
"@alwatr/nanolib": "^5.2.1"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@alwatr/fetch-state-machine": "workspace:^",
"@alwatr/nanolib": "^5.1.0"
"@alwatr/nanolib": "^5.2.1"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^5.1.0",
"@alwatr/nanolib": "^5.2.1",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ __metadata:
resolution: "@alwatr/context@workspace:packages/context"
dependencies:
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
Expand Down Expand Up @@ -103,7 +103,7 @@ __metadata:
dependencies:
"@alwatr/fsm": "workspace:^"
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
Expand All @@ -113,17 +113,17 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/fetch@npm:^5.0.0":
version: 5.0.0
resolution: "@alwatr/fetch@npm:5.0.0"
"@alwatr/fetch@npm:^5.2.1":
version: 5.2.1
resolution: "@alwatr/fetch@npm:5.2.1"
dependencies:
"@alwatr/delay": "npm:^5.0.0"
"@alwatr/global-this": "npm:^5.0.0"
"@alwatr/http-primer": "npm:^5.0.0"
"@alwatr/logger": "npm:^5.0.0"
"@alwatr/package-tracer": "npm:^5.0.0"
"@alwatr/parse-duration": "npm:^5.0.0"
checksum: 10c0/211c3b1a54d2bff7f5ea82199d2f1cdc7dd474267bded07a9666ac84e3e02160481a3bbeb0f81c6379d79eae2fc400cb8457f170f7565474d75c60dc655fd476
checksum: 10c0/03ecd8ea6bc6c93d311a676d54ac18d8d14941dbaba05a4d057cf108fd1a233838834c21cbaad51a73438c5dc54825a58da9567532db56b4508bb74f1ca6f624
languageName: node
linkType: hard

Expand Down Expand Up @@ -170,7 +170,7 @@ __metadata:
resolution: "@alwatr/fsm@workspace:packages/fsm"
dependencies:
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
Expand Down Expand Up @@ -238,17 +238,17 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/nanolib@npm:^5.1.0":
version: 5.1.0
resolution: "@alwatr/nanolib@npm:5.1.0"
"@alwatr/nanolib@npm:^5.2.1":
version: 5.2.1
resolution: "@alwatr/nanolib@npm:5.2.1"
dependencies:
"@alwatr/async-queue": "npm:^5.0.0"
"@alwatr/dedupe": "npm:^5.0.0"
"@alwatr/deep-clone": "npm:^5.0.0"
"@alwatr/delay": "npm:^5.0.0"
"@alwatr/env": "npm:^5.0.0"
"@alwatr/exit-hook": "npm:^5.0.0"
"@alwatr/fetch": "npm:^5.0.0"
"@alwatr/fetch": "npm:^5.2.1"
"@alwatr/flat-string": "npm:^5.0.0"
"@alwatr/flatomise": "npm:^5.0.0"
"@alwatr/global-this": "npm:^5.0.0"
Expand All @@ -263,7 +263,7 @@ __metadata:
"@alwatr/render-state": "npm:^5.0.0"
"@alwatr/resolve-url": "npm:^5.0.0"
"@alwatr/unicode-digits": "npm:^5.0.0"
checksum: 10c0/200ef402b9052ad68f345f9e7209634cfe3ff5f3ddd40cbc1d7efc7c9b5f01fb8f278f3cf2d6cea12dbc8623d7048e0c0816fb16f96f2b2587b59665e18e67ab
checksum: 10c0/e87b0351e80be8269f21d73a3d57738ff423be098b4ffabaa4c053bb882e68a6ae8c9dd0c862e5f712de0913420e2e44a0ad49b0c53691b408d6e84e4ddc3bd4
languageName: node
linkType: hard

Expand All @@ -284,7 +284,7 @@ __metadata:
resolution: "@alwatr/observable@workspace:packages/observable"
dependencies:
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
Expand Down Expand Up @@ -342,7 +342,7 @@ __metadata:
dependencies:
"@alwatr/fetch-state-machine": "workspace:^"
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
Expand Down Expand Up @@ -376,7 +376,7 @@ __metadata:
resolution: "@alwatr/signal@workspace:packages/signal"
dependencies:
"@alwatr/nano-build": "npm:^5.0.0"
"@alwatr/nanolib": "npm:^5.1.0"
"@alwatr/nanolib": "npm:^5.2.1"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^5.0.0"
"@alwatr/tsconfig-base": "npm:^5.0.0"
Expand Down