Skip to content

Commit 4e2cac5

Browse files
authored
Merge pull request #884 from amvanbaren/webui-0.11.4
Bump version
2 parents 7f1bced + 0837b70 commit 4e2cac5

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

webui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openvsx-webui",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "User interface for Eclipse Open VSX",
55
"keywords": [
66
"react",
@@ -90,6 +90,7 @@
9090
"eslint-plugin-react": "^7.32.2",
9191
"express": "^4.18.2",
9292
"mocha": "^10.2.0",
93+
"rimraf": "^5.0.5",
9394
"source-map-loader": "^4.0.1",
9495
"style-loader": "^3.3.3",
9596
"ts-mocha": "^10.0.0",

webui/yarn.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,6 +3250,21 @@ __metadata:
32503250
languageName: node
32513251
linkType: hard
32523252

3253+
"glob@npm:^10.3.7":
3254+
version: 10.3.10
3255+
resolution: "glob@npm:10.3.10"
3256+
dependencies:
3257+
foreground-child: "npm:^3.1.0"
3258+
jackspeak: "npm:^2.3.5"
3259+
minimatch: "npm:^9.0.1"
3260+
minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0"
3261+
path-scurry: "npm:^1.10.1"
3262+
bin:
3263+
glob: dist/esm/bin.mjs
3264+
checksum: 10/38bdb2c9ce75eb5ed168f309d4ed05b0798f640b637034800a6bf306f39d35409bf278b0eaaffaec07591085d3acb7184a201eae791468f0f617771c2486a6a8
3265+
languageName: node
3266+
linkType: hard
3267+
32533268
"glob@npm:^7.1.3":
32543269
version: 7.1.6
32553270
resolution: "glob@npm:7.1.6"
@@ -3868,6 +3883,19 @@ __metadata:
38683883
languageName: node
38693884
linkType: hard
38703885

3886+
"jackspeak@npm:^2.3.5":
3887+
version: 2.3.6
3888+
resolution: "jackspeak@npm:2.3.6"
3889+
dependencies:
3890+
"@isaacs/cliui": "npm:^8.0.2"
3891+
"@pkgjs/parseargs": "npm:^0.11.0"
3892+
dependenciesMeta:
3893+
"@pkgjs/parseargs":
3894+
optional: true
3895+
checksum: 10/6e6490d676af8c94a7b5b29b8fd5629f21346911ebe2e32931c2a54210134408171c24cee1a109df2ec19894ad04a429402a8438cbf5cc2794585d35428ace76
3896+
languageName: node
3897+
linkType: hard
3898+
38713899
"jest-worker@npm:^27.4.5":
38723900
version: 27.5.1
38733901
resolution: "jest-worker@npm:27.5.1"
@@ -4673,6 +4701,7 @@ __metadata:
46734701
react-infinite-scroller: "npm:^1.2.6"
46744702
react-router: "npm:^6.14.2"
46754703
react-router-dom: "npm:^6.14.1"
4704+
rimraf: "npm:^5.0.5"
46764705
source-map-loader: "npm:^4.0.1"
46774706
style-loader: "npm:^3.3.3"
46784707
ts-mocha: "npm:^10.0.0"
@@ -5392,6 +5421,17 @@ __metadata:
53925421
languageName: node
53935422
linkType: hard
53945423

5424+
"rimraf@npm:^5.0.5":
5425+
version: 5.0.5
5426+
resolution: "rimraf@npm:5.0.5"
5427+
dependencies:
5428+
glob: "npm:^10.3.7"
5429+
bin:
5430+
rimraf: dist/esm/bin.mjs
5431+
checksum: 10/a612c7184f96258b7d1328c486b12ca7b60aa30e04229a08bbfa7e964486deb1e9a1b52d917809311bdc39a808a4055c0f950c0280fba194ba0a09e6f0d404f6
5432+
languageName: node
5433+
linkType: hard
5434+
53955435
"run-parallel@npm:^1.1.9":
53965436
version: 1.1.10
53975437
resolution: "run-parallel@npm:1.1.10"

0 commit comments

Comments
 (0)