File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ARG SERVER_VERSION=465f6bc
1
+ ARG SERVER_VERSION=v0.20.0
2
2
3
3
# Builder image to compile the website
4
4
FROM ubuntu AS builder
@@ -19,7 +19,7 @@ RUN apt-get update \
19
19
&& corepack prepare yarn@stable --activate
20
20
21
21
# bump to update website
22
- ENV WEBSITE_VERSION 0.13.0-next.465f6bcd
22
+ ENV WEBSITE_VERSION 0.13.1
23
23
COPY . /workdir
24
24
25
25
RUN /usr/bin/yarn --cwd website \
Original file line number Diff line number Diff line change 6
6
"repository" : " https://github.com/eclipse/open-vsx.org" ,
7
7
"license" : " EPL-2.0" ,
8
8
"dependencies" : {
9
- "openvsx-webui" : " 0.13.0-next.465f6bcd "
9
+ "openvsx-webui" : " 0.13.1 "
10
10
},
11
11
"peerDependencies" : {
12
12
"@babel/core" : " ^7.0.0"
Original file line number Diff line number Diff line change @@ -2399,7 +2399,7 @@ __metadata:
2399
2399
" @types/react-router-dom " : " npm:^5.3.3"
2400
2400
css-loader : " npm:^6.8.1"
2401
2401
express : " npm:^4.21.1"
2402
- openvsx-webui : " npm:0.13.0-next.465f6bcd "
2402
+ openvsx-webui : " npm:0.13.1 "
2403
2403
source-map-loader : " npm:^4.0.1"
2404
2404
style-loader : " npm:^3.3.3"
2405
2405
typescript : " npm:~5.1.6"
@@ -2420,9 +2420,9 @@ __metadata:
2420
2420
languageName : node
2421
2421
linkType : hard
2422
2422
2423
- " openvsx-webui@npm:0.13.0-next.465f6bcd " :
2424
- version : 0.13.0-next.465f6bcd
2425
- resolution : " openvsx-webui@npm:0.13.0-next.465f6bcd "
2423
+ " openvsx-webui@npm:0.13.1 " :
2424
+ version : 0.13.1
2425
+ resolution : " openvsx-webui@npm:0.13.1 "
2426
2426
dependencies :
2427
2427
" @emotion/react " : " npm:^11.11.1"
2428
2428
" @emotion/styled " : " npm:^11.11.0"
@@ -2448,7 +2448,7 @@ __metadata:
2448
2448
react-router-dom : " npm:^6.14.1"
2449
2449
peerDependencies :
2450
2450
" @babel/core " : ^7.0.0
2451
- checksum : 10/2ea2590d9a8080ab8b9f505743743d3904671c289c53ea4d31667ab2116f2a7e4766d0e8b28d12502b25bffd55248b256099f558ad2dad209208d2c401565085
2451
+ checksum : 10/31b8624e2cf8a93a2c756e5cf3a2e7ecbac097bdc1c0033ca9e7f9c4938e2aaed40b07c3e016a61550aab9156d781de4ce79826fd880d35778ba4b333960f406
2452
2452
languageName : node
2453
2453
linkType : hard
2454
2454
You can’t perform that action at this time.
0 commit comments