Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 25, 2024
1 parent fff643d commit c958a81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"@alwatr/dedupe": "workspace:^",
"@alwatr/deep-clone": "workspace:^",
"@alwatr/delay": "workspace:^",
"@alwatr/env": "workspace:^",
"@alwatr/exit-hook": "workspace:^",
"@alwatr/fetch": "workspace:^",
"@alwatr/flat-string": "workspace:^",
"@alwatr/flatomise": "workspace:^",
"@alwatr/env": "workspace:^",
"@alwatr/is-number": "workspace:^",
"@alwatr/local-storage": "workspace:^",
"@alwatr/logger": "workspace:^",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/env@workspace:^, @alwatr/env@workspace:packages/env":
version: 0.0.0-use.local
resolution: "@alwatr/env@workspace:packages/env"
dependencies:
"@alwatr/nano-build": "workspace:^"
"@alwatr/package-tracer": "workspace:^"
"@alwatr/platform-info": "workspace:^"
"@alwatr/prettier-config": "workspace:^"
"@alwatr/tsconfig-base": "workspace:^"
"@alwatr/type-helper": "workspace:^"
"@types/node": "npm:^22.7.9"
typescript: "npm:^5.6.3"
languageName: unknown
linkType: soft

"@alwatr/eslint-config@workspace:^, @alwatr/eslint-config@workspace:packages/eslint-config":
version: 0.0.0-use.local
resolution: "@alwatr/eslint-config@workspace:packages/eslint-config"
Expand Down Expand Up @@ -141,21 +156,6 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/get-env-value@workspace:^, @alwatr/get-env-value@workspace:packages/get-env-value":
version: 0.0.0-use.local
resolution: "@alwatr/get-env-value@workspace:packages/get-env-value"
dependencies:
"@alwatr/nano-build": "workspace:^"
"@alwatr/package-tracer": "workspace:^"
"@alwatr/platform-info": "workspace:^"
"@alwatr/prettier-config": "workspace:^"
"@alwatr/tsconfig-base": "workspace:^"
"@alwatr/type-helper": "workspace:^"
"@types/node": "npm:^22.7.9"
typescript: "npm:^5.6.3"
languageName: unknown
linkType: soft

"@alwatr/global-this@workspace:^, @alwatr/global-this@workspace:packages/global-this":
version: 0.0.0-use.local
resolution: "@alwatr/global-this@workspace:packages/global-this"
Expand Down Expand Up @@ -233,11 +233,11 @@ __metadata:
"@alwatr/dedupe": "workspace:^"
"@alwatr/deep-clone": "workspace:^"
"@alwatr/delay": "workspace:^"
"@alwatr/env": "workspace:^"
"@alwatr/exit-hook": "workspace:^"
"@alwatr/fetch": "workspace:^"
"@alwatr/flat-string": "workspace:^"
"@alwatr/flatomise": "workspace:^"
"@alwatr/get-env-value": "workspace:^"
"@alwatr/is-number": "workspace:^"
"@alwatr/local-storage": "workspace:^"
"@alwatr/logger": "workspace:^"
Expand Down

0 comments on commit c958a81

Please sign in to comment.