Skip to content

Commit

Permalink
test 0b94d3fc
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Sep 18, 2024
1 parent c1e49aa commit 6235dc7
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 @@ -21,7 +21,7 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.11-next.1a69e760
ENV WEBSITE_VERSION 0.11.11-next.0b94d3fc
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.11-next.1a69e760"
"openvsx-webui": "0.11.11-next.0b94d3fc"
},
"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 @@ -2399,7 +2399,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.21.0"
openvsx-webui: "npm:0.11.11-next.1a69e760"
openvsx-webui: "npm:0.11.11-next.0b94d3fc"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2420,9 +2420,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.11.11-next.1a69e760":
version: 0.11.11-next.1a69e760
resolution: "openvsx-webui@npm:0.11.11-next.1a69e760"
"openvsx-webui@npm:0.11.11-next.0b94d3fc":
version: 0.11.11-next.0b94d3fc
resolution: "openvsx-webui@npm:0.11.11-next.0b94d3fc"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2448,7 +2448,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10/94a0801810548668b86d023815b11173d7e2727675ab59034a70ea6bf6513c6d25465accc1c8dc0bdef296bbc2d3cf2cba482ae1f5d54c4d711a415812e9cbb9
checksum: 10/378e7031dcc7d4d75c4143decc50d9b32f0293418e112ec6229e93475c69f6c643b6785567df821823d3fe63d350262d310b8d1d21aa2aeda6f0b4d054b625e2
languageName: node
linkType: hard

Expand Down

0 comments on commit 6235dc7

Please sign in to comment.