diff --git a/web/package.json b/web/package.json index ecbc17aa62..ef07dbb06d 100644 --- a/web/package.json +++ b/web/package.json @@ -31,30 +31,31 @@ "url": "https://github.com/Tencent/libpag/tree/main/web" }, "devDependencies": { - "@babel/core": "~7.20.2", - "@babel/preset-env": "~7.20.2", + "@babel/core": "~7.26.10", + "@babel/preset-env": "~7.26.9", "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-babel": "~6.0.2", - "@rollup/plugin-commonjs": "~23.0.2", - "@rollup/plugin-json": "~5.0.1", - "@rollup/plugin-node-resolve": "~15.0.1", + "@rollup/plugin-commonjs": "~28.0.3", + "@rollup/plugin-json": "~6.1.0", + "@rollup/plugin-node-resolve": "~16.0.1", + "vue-eslint-parser": "^9.0.0", "@types/emscripten": "~1.39.6", - "@typescript-eslint/eslint-plugin": "~5.43.0", - "@typescript-eslint/parser": "~5.43.0", + "@typescript-eslint/eslint-plugin": "~8.27.0", + "@typescript-eslint/parser": "~8.27.0", "brotli": "~1.3.3", "cypress": "~9.5.0", "esbuild": "~0.15.14", - "eslint": "~8.27.0", - "eslint-config-alloy": "~4.7.0", + "eslint": "~9.22.0", + "eslint-config-alloy": "~5.1.2", "http-server": "~14.1.1", "prettier": "~2.7.1", - "rimraf": "~3.0.2", + "rimraf": "~5.0.10", "rollup": "~2.79.1", "rollup-plugin-esbuild": "~4.10.3", "rollup-plugin-terser": "~7.0.2", "tslib": "~2.4.1", "typedoc": "~0.23.21", - "typescript": "~4.9.3" + "typescript": "~5.0.3" }, "files": [ "lib",