Skip to content

Commit ee9bf76

Browse files
committed
build(package): upgrade to yarn v4 (reanahub#420)
Closes reanahub#346
1 parent 48ea4c3 commit ee9bf76

File tree

3 files changed

+16275
-11858
lines changed

3 files changed

+16275
-11858
lines changed

reana-ui/.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

reana-ui/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"redux-thunk": "^2.3.0",
2626
"semantic-ui-react": "^2.0.0"
2727
},
28-
"resolutions": {
29-
"jsroot/gl/node-gyp": "<9.4.0"
30-
},
3128
"scripts": {
3229
"analyze": "source-map-explorer 'build/static/js/*.js'",
3330
"start": "craco start",
@@ -76,5 +73,6 @@
7673
"transformIgnorePatterns": [
7774
"node_modules/(?!axios)/"
7875
]
79-
}
76+
},
77+
"packageManager": "[email protected]"
8078
}

0 commit comments

Comments
 (0)