Skip to content

Commit

Permalink
fix web-worker version. #21
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Aug 2, 2024
1 parent b796ad5 commit 8897bb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
"overrides": {
"word-wrap": "1.2.4"
},
"resolutions": {
"web-worker": "1.2.0"
},
"packageManager": "yarn@3.6.0",
"stableVersion": "1.2.12"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@substrate/connect-known-chains": "^1.2.0",
"mingo": "^6.4.15",
"rxjs": "^7.8.1",
"web-worker": "1.3.0"
"web-worker": "1.2.0"
},
"devDependencies": {
"@sodazone/ocelloids-sdk-test": "1.2.13-dev.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ __metadata:
"@substrate/connect-known-chains": ^1.2.0
mingo: ^6.4.15
rxjs: ^7.8.1
web-worker: 1.3.0
web-worker: 1.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7635,10 +7635,10 @@ __metadata:
languageName: node
linkType: hard

"web-worker@npm:1.3.0":
version: 1.3.0
resolution: "web-worker@npm:1.3.0"
checksum: ed1f869aefd1d81a43d0fbfe7b315a65beb6d7d2486b378c436a7047eed4216be34b2e6afca738b6fa95d016326b765f5f816355db33267dbf43b2b8a1837c0c
"web-worker@npm:1.2.0":
version: 1.2.0
resolution: "web-worker@npm:1.2.0"
checksum: 1bb28348ddcf9b2e7c62c5fd02e49a84098795856cd905456de957271bba288e9618941cf69d8960f0a7ae81f5dfb74b427c0634be47ec69e3e955c4ec5213be
languageName: node
linkType: hard

Expand Down

0 comments on commit 8897bb7

Please sign in to comment.