Skip to content

Commit 46b5356

Browse files
committed
fix(web-app-toolkit): use workspace:^ version
1 parent 0425a93 commit 46b5356

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/web-app-toolkit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@alwatr/package-tracer": "^5.0.0",
45-
"@nexim/pwa-install-prompt": "^1.0.0-alpha.2",
46-
"@nexim/service-worker-notify": "^1.0.0-alpha.3"
45+
"@nexim/pwa-install-prompt": "workspace:^",
46+
"@nexim/service-worker-notify": "workspace:^"
4747
},
4848
"devDependencies": {
4949
"@alwatr/nano-build": "^5.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ __metadata:
30183018
languageName: node
30193019
linkType: hard
30203020

3021-
"@nexim/pwa-install-prompt@npm:^1.0.0-alpha.1, @nexim/pwa-install-prompt@workspace:packages/pwa-install-prompt":
3021+
"@nexim/pwa-install-prompt@workspace:^, @nexim/pwa-install-prompt@workspace:packages/pwa-install-prompt":
30223022
version: 0.0.0-use.local
30233023
resolution: "@nexim/pwa-install-prompt@workspace:packages/pwa-install-prompt"
30243024
dependencies:
@@ -3037,7 +3037,7 @@ __metadata:
30373037
languageName: unknown
30383038
linkType: soft
30393039

3040-
"@nexim/service-worker-notify@npm:^1.0.0-alpha.2, @nexim/service-worker-notify@workspace:packages/service-worker-notify":
3040+
"@nexim/service-worker-notify@workspace:^, @nexim/service-worker-notify@workspace:packages/service-worker-notify":
30413041
version: 0.0.0-use.local
30423042
resolution: "@nexim/service-worker-notify@workspace:packages/service-worker-notify"
30433043
dependencies:
@@ -3095,8 +3095,8 @@ __metadata:
30953095
"@alwatr/nano-build": "npm:^5.0.0"
30963096
"@alwatr/package-tracer": "npm:^5.0.0"
30973097
"@alwatr/type-helper": "npm:^5.0.0"
3098-
"@nexim/pwa-install-prompt": "npm:^1.0.0-alpha.1"
3099-
"@nexim/service-worker-notify": "npm:^1.0.0-alpha.2"
3098+
"@nexim/pwa-install-prompt": "workspace:^"
3099+
"@nexim/service-worker-notify": "workspace:^"
31003100
"@nexim/typescript-config": "npm:^1.1.0"
31013101
"@types/node": "npm:^22.10.5"
31023102
ava: "npm:^6.2.0"

0 commit comments

Comments
 (0)