Skip to content

Commit

Permalink
test webui 5c0e2e08
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Mar 29, 2024
1 parent 584aa7d commit ab769ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.5-next.3244ec07
ENV WEBSITE_VERSION 0.11.5-next.5c0e2e08
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.11.5-next.3244ec07"
"openvsx-webui": "0.11.5-next.5c0e2e08"
},
"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 @@ -2290,7 +2290,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.18.2"
openvsx-webui: "npm:0.11.5-next.3244ec07"
openvsx-webui: "npm:0.11.5-next.5c0e2e08"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2311,9 +2311,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.11.5-next.3244ec07":
version: 0.11.5-next.3244ec07
resolution: "openvsx-webui@npm:0.11.5-next.3244ec07"
"openvsx-webui@npm:0.11.5-next.5c0e2e08":
version: 0.11.5-next.5c0e2e08
resolution: "openvsx-webui@npm:0.11.5-next.5c0e2e08"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2340,7 +2340,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 01c90c0f9e085ca0c8500c93245987b060c1c059087632f223260964e409fb11fd67c22f7ac82c4833b0f1cfc7ee9c564109aa30d44fa69dfbc7a1fdd8e8bc39
checksum: 88a5e81ab2653ec93c1ade763b2f1ad3d05025f80e801eb49ccc8273c19775ebaf1a3f4bc798667a7a3b7a83253edfb9b0448e28e4d3872ff332ca6b72543a0e
languageName: node
linkType: hard

Expand Down

0 comments on commit ab769ef

Please sign in to comment.