Skip to content

Commit 7383598

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

File tree

4 files changed

+16277
-11858
lines changed

4 files changed

+16277
-11858
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ENV DEBIAN_FRONTEND=noninteractive
99
WORKDIR /code
1010
COPY . /code
1111

12+
RUN yarn set version 4.6.0
13+
1214
# Build frontend application
1315
# hadolint ignore=DL3003,DL3008
1416
RUN apt-get update -y && \

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)