Skip to content

Commit

Permalink
Merge pull request #884 from amvanbaren/webui-0.11.4
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
amvanbaren authored Mar 28, 2024
2 parents 7f1bced + 0837b70 commit 4e2cac5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvsx-webui",
"version": "0.11.3",
"version": "0.11.4",
"description": "User interface for Eclipse Open VSX",
"keywords": [
"react",
Expand Down Expand Up @@ -90,6 +90,7 @@
"eslint-plugin-react": "^7.32.2",
"express": "^4.18.2",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"ts-mocha": "^10.0.0",
Expand Down
40 changes: 40 additions & 0 deletions webui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3250,6 +3250,21 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.3.7":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^2.3.5"
minimatch: "npm:^9.0.1"
minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0"
path-scurry: "npm:^1.10.1"
bin:
glob: dist/esm/bin.mjs
checksum: 10/38bdb2c9ce75eb5ed168f309d4ed05b0798f640b637034800a6bf306f39d35409bf278b0eaaffaec07591085d3acb7184a201eae791468f0f617771c2486a6a8
languageName: node
linkType: hard

"glob@npm:^7.1.3":
version: 7.1.6
resolution: "glob@npm:7.1.6"
Expand Down Expand Up @@ -3868,6 +3883,19 @@ __metadata:
languageName: node
linkType: hard

"jackspeak@npm:^2.3.5":
version: 2.3.6
resolution: "jackspeak@npm:2.3.6"
dependencies:
"@isaacs/cliui": "npm:^8.0.2"
"@pkgjs/parseargs": "npm:^0.11.0"
dependenciesMeta:
"@pkgjs/parseargs":
optional: true
checksum: 10/6e6490d676af8c94a7b5b29b8fd5629f21346911ebe2e32931c2a54210134408171c24cee1a109df2ec19894ad04a429402a8438cbf5cc2794585d35428ace76
languageName: node
linkType: hard

"jest-worker@npm:^27.4.5":
version: 27.5.1
resolution: "jest-worker@npm:27.5.1"
Expand Down Expand Up @@ -4673,6 +4701,7 @@ __metadata:
react-infinite-scroller: "npm:^1.2.6"
react-router: "npm:^6.14.2"
react-router-dom: "npm:^6.14.1"
rimraf: "npm:^5.0.5"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
ts-mocha: "npm:^10.0.0"
Expand Down Expand Up @@ -5392,6 +5421,17 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.5":
version: 5.0.5
resolution: "rimraf@npm:5.0.5"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: 10/a612c7184f96258b7d1328c486b12ca7b60aa30e04229a08bbfa7e964486deb1e9a1b52d917809311bdc39a808a4055c0f950c0280fba194ba0a09e6f0d404f6
languageName: node
linkType: hard

"run-parallel@npm:^1.1.9":
version: 1.1.10
resolution: "run-parallel@npm:1.1.10"
Expand Down

0 comments on commit 4e2cac5

Please sign in to comment.