Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.23.4
ARG SERVER_VERSION=v0.23.5

# Builder image to compile the website
FROM ubuntu AS builder
Expand All @@ -19,7 +19,7 @@ RUN apt-get update \
&& corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.16.0
ENV WEBSITE_VERSION 0.16.1
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.16.0"
"openvsx-webui": "0.16.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.21.2"
openvsx-webui: "npm:0.16.0"
openvsx-webui: "npm:0.16.1"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2432,9 +2432,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.16.0":
version: 0.16.0
resolution: "openvsx-webui@npm:0.16.0"
"openvsx-webui@npm:0.16.1":
version: 0.16.1
resolution: "openvsx-webui@npm:0.16.1"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2460,7 +2460,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10/b6cd84b6efd4f7aeb3fd6571235bed58b53ac6a23bc1031bc83ee504a8ccdc996f97f178f3955005a8dd3504172822c5908360c466a44b04fe2fdc4f47d90d5b
checksum: 10/26da48d450d6852033b39c2bf22dabac0399f7bbaebe5e245f5ad41d96443ce0b96c5228df9df204f21d64b369ec1c3280da063ec6f43a60ef9183ced404cc93
languageName: node
linkType: hard

Expand Down
Loading