Skip to content

Commit

Permalink
test webui 0.12.0-next.ce956f8a
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Oct 15, 2024
1 parent 21c234b commit d02794a
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 apt-get update \
&& corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.12.0-next.94189ad0
ENV WEBSITE_VERSION 0.12.0-next.ce956f8a
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.12.0-next.94189ad0"
"openvsx-webui": "0.12.0-next.ce956f8a"
},
"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.12.0-next.94189ad0"
openvsx-webui: "npm:0.12.0-next.ce956f8a"
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.12.0-next.94189ad0":
version: 0.12.0-next.94189ad0
resolution: "openvsx-webui@npm:0.12.0-next.94189ad0"
"openvsx-webui@npm:0.12.0-next.ce956f8a":
version: 0.12.0-next.ce956f8a
resolution: "openvsx-webui@npm:0.12.0-next.ce956f8a"
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/b6fe5a7394e938dccc863efd42406e1ebdc02895c5981033bf7dff3266db316c5893a4f04dde01f9a66c4f8a9c9b00510fdd3ac7be04acef04ef05896a0fa29f
checksum: 10/2b5e230080c9ff08abe4b27ca8b079dbea1c4e2f356631c508e24603b10ab22a7fabd0f23fd11984b46d342d48d6a30cf33c6e6e3b2abaf447a4fb1bb0d3f30d
languageName: node
linkType: hard

Expand Down

0 comments on commit d02794a

Please sign in to comment.