Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test webui 0.12.0-next.ce956f8a #3036

Merged
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
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