This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch analyzer-url in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 3be65eba0399f808e0340d43c5e23ccc78cea357 Author: Gao Hongtao <[email protected]> AuthorDate: Tue Sep 24 05:05:23 2024 +0800 Remove fsevents Signed-off-by: Gao Hongtao <[email protected]> --- ui/package-lock.json | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 469e6782..c26e18de 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1177,9 +1177,6 @@ }, "funding": { "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" } }, "node_modules/codemirror": { @@ -1431,20 +1428,6 @@ "node": ">= 6" } }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -1981,8 +1964,7 @@ "@rollup/rollup-linux-x64-musl": "4.21.2", "@rollup/rollup-win32-arm64-msvc": "4.21.2", "@rollup/rollup-win32-ia32-msvc": "4.21.2", - "@rollup/rollup-win32-x64-msvc": "4.21.2", - "fsevents": "~2.3.2" + "@rollup/rollup-win32-x64-msvc": "4.21.2" } }, "node_modules/run-parallel": { @@ -2283,9 +2265,6 @@ "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, "peerDependencies": { "@types/node": "^18.0.0 || >=20.0.0", "less": "*",
