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 the nexim group with 2 updates #19

Merged
merged 1 commit into from
Jan 16, 2025
Merged
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/pwa-install-prompt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@alwatr/package-tracer": "^5.0.0",
"@alwatr/parse-duration": "^5.0.0",
"@alwatr/wait": "^1.1.16",
"@nexim/snackbar": "^1.0.2"
"@nexim/snackbar": "^1.0.3"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/service-worker-notify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@alwatr/logger": "^5.0.0",
"@alwatr/package-tracer": "^5.0.0",
"@alwatr/wait": "^1.1.16",
"@nexim/service-worker": "1.0.0-alpha.2",
"@nexim/snackbar": "^1.0.2"
"@nexim/service-worker": "1.0.4",
"@nexim/snackbar": "^1.0.3"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ __metadata:
"@alwatr/parse-duration": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
"@alwatr/wait": "npm:^1.1.16"
"@nexim/snackbar": "npm:^1.0.2"
"@nexim/snackbar": "npm:^1.0.3"
"@nexim/typescript-config": "npm:^2.0.0"
"@types/node": "npm:^22.10.5"
ava: "npm:^6.2.0"
Expand All @@ -3047,37 +3047,37 @@ __metadata:
"@alwatr/package-tracer": "npm:^5.0.0"
"@alwatr/type-helper": "npm:^5.0.0"
"@alwatr/wait": "npm:^1.1.16"
"@nexim/service-worker": "npm:1.0.0-alpha.2"
"@nexim/snackbar": "npm:^1.0.2"
"@nexim/service-worker": "npm:1.0.4"
"@nexim/snackbar": "npm:^1.0.3"
"@nexim/typescript-config": "npm:^2.0.0"
ava: "npm:^6.2.0"
typescript: "npm:^5.7.2"
wireit: "npm:^0.14.9"
languageName: unknown
linkType: soft

"@nexim/service-worker@npm:1.0.0-alpha.2":
version: 1.0.0-alpha.2
resolution: "@nexim/service-worker@npm:1.0.0-alpha.2"
"@nexim/service-worker@npm:1.0.4":
version: 1.0.4
resolution: "@nexim/service-worker@npm:1.0.4"
dependencies:
"@alwatr/flux": "npm:^4.0.2"
"@alwatr/logger": "npm:^5.0.0"
"@alwatr/package-tracer": "npm:^5.0.0"
checksum: 10c0/54b36bd841043bfdacf65fc0cb55a12aca39f9eb285d1c11ec0c5c540a6bea5a926be5c9088615eeef18546ee6bcbaabb51f202ed8280a769f7379e5407552ab
checksum: 10c0/adf0a614cf6cd877dd5a9e330beccd15ad082530240fe76916d8505913b774a07ad4727008a5eba5733481a4a909e291d60fc6f9948c4f8663a94e318c9b6269
languageName: node
linkType: hard

"@nexim/snackbar@npm:^1.0.2":
version: 1.0.2
resolution: "@nexim/snackbar@npm:1.0.2"
"@nexim/snackbar@npm:^1.0.3":
version: 1.0.3
resolution: "@nexim/snackbar@npm:1.0.3"
dependencies:
"@alwatr/delay": "npm:^5.0.0"
"@alwatr/flux": "npm:^4.0.2"
"@alwatr/logger": "npm:^5.0.0"
"@alwatr/package-tracer": "npm:^5.0.0"
"@nexim/element": "npm:^1.1.1"
lit: "npm:^3.2.1"
checksum: 10c0/ac1348c0c023cdeb47e7e04e7e82d902c2103f743cf755e9606e6cbf329e26a9b90c71fe508f5fffaab3ae931df8d7e8279c0fe094d7a839d3a69978762f5b3e
checksum: 10c0/ac9835c65a7931cd48e4eb525938982d9f97d5e951a2dcdf53738a0525c939cf29cf49d25987b01497bc490668e5a7b10d05c9658734e53a5e6c0e1d7709c988
languageName: node
linkType: hard

Expand Down
Loading