Skip to content

Commit 93755ad

Browse files
committed
fix: Use older method for importing jsr deps in yarn
1 parent c0a4f36 commit 93755ad

File tree

3 files changed

+28
-46
lines changed

3 files changed

+28
-46
lines changed

.pnp.cjs

Lines changed: 26 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openneuro-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@apollo/client": "3.13.8",
1919
"@artsy/fresnel": "^1.3.1",
20-
"@bids/validator": "jsr:^2.1.1",
20+
"@bids/validator": "npm:@jsr/bids__validator@^2.1.1",
2121
"@emotion/react": "11.11.1",
2222
"@emotion/styled": "11.11.0",
2323
"@niivue/niivue": "0.57.0",

yarn.lock

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -858,27 +858,6 @@ __metadata:
858858
languageName: node
859859
linkType: hard
860860

861-
"@bids/validator@jsr:^2.1.1":
862-
version: 2.1.1
863-
resolution: "@bids/validator@jsr:2.1.1::__archiveUrl=https%3A%2F%2Fnpm.jsr.io%2F~%2F11%2F%40jsr%2Fbids__validator%2F2.1.1.tgz"
864-
dependencies:
865-
"@bids/nifti-reader-js": "npm:^0.6.9"
866-
"@jsr/bids__schema": "npm:~1.1.0"
867-
"@jsr/effigies__cliffy-command": "npm:1.0.0-dev.8"
868-
"@jsr/effigies__cliffy-table": "npm:1.0.0-dev.5"
869-
"@jsr/libs__xml": "npm:^6.0.8"
870-
"@jsr/std__fmt": "npm:^1.0.8"
871-
"@jsr/std__log": "npm:^0.224.14"
872-
"@jsr/std__path": "npm:^1.1.2"
873-
"@jsr/std__streams": "npm:^1.0.12"
874-
"@jsr/std__yaml": "npm:^1.0.9"
875-
ajv: "npm:^8.17.1"
876-
hed-validator: "npm:~4.0.1"
877-
ignore: "npm:^7.0.5"
878-
checksum: 10/c189ea5dd81edaa7cef741e2e161fb9d11119b423a87602c7d4cc36a0581eae645e2b53bffe075b2e3c80cb177a288b1548430d578195661a1bb560aaa573aa3
879-
languageName: node
880-
linkType: hard
881-
882861
"@bids/validator@npm:@jsr/bids__validator@^2.1.1":
883862
version: 2.1.1
884863
resolution: "@jsr/bids__validator@npm:2.1.1::__archiveUrl=https%3A%2F%2Fnpm.jsr.io%2F~%2F11%2F%40jsr%2Fbids__validator%2F2.1.1.tgz"
@@ -3072,7 +3051,7 @@ __metadata:
30723051
dependencies:
30733052
"@apollo/client": "npm:3.13.8"
30743053
"@artsy/fresnel": "npm:^1.3.1"
3075-
"@bids/validator": "jsr:^2.1.1"
3054+
"@bids/validator": "npm:@jsr/bids__validator@^2.1.1"
30763055
"@emotion/react": "npm:11.11.1"
30773056
"@emotion/styled": "npm:11.11.0"
30783057
"@niivue/niivue": "npm:0.57.0"

0 commit comments

Comments
 (0)