Skip to content

Commit a4e26ec

Browse files
committed
Fixed the error during the npm install. (#2746)
(cherry picked from commit cbb2143)
1 parent 0fe24b6 commit a4e26ec

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

web/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,30 +31,31 @@
3131
"url": "https://github.com/Tencent/libpag/tree/main/web"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "~7.20.2",
35-
"@babel/preset-env": "~7.20.2",
34+
"@babel/core": "~7.26.10",
35+
"@babel/preset-env": "~7.26.9",
3636
"@rollup/plugin-alias": "^5.0.0",
3737
"@rollup/plugin-babel": "~6.0.2",
38-
"@rollup/plugin-commonjs": "~23.0.2",
39-
"@rollup/plugin-json": "~5.0.1",
40-
"@rollup/plugin-node-resolve": "~15.0.1",
38+
"@rollup/plugin-commonjs": "~28.0.3",
39+
"@rollup/plugin-json": "~6.1.0",
40+
"@rollup/plugin-node-resolve": "~16.0.1",
41+
"vue-eslint-parser": "^9.0.0",
4142
"@types/emscripten": "~1.39.6",
42-
"@typescript-eslint/eslint-plugin": "~5.43.0",
43-
"@typescript-eslint/parser": "~5.43.0",
43+
"@typescript-eslint/eslint-plugin": "~8.27.0",
44+
"@typescript-eslint/parser": "~8.27.0",
4445
"brotli": "~1.3.3",
4546
"cypress": "~9.5.0",
4647
"esbuild": "~0.15.14",
47-
"eslint": "~8.27.0",
48-
"eslint-config-alloy": "~4.7.0",
48+
"eslint": "~9.22.0",
49+
"eslint-config-alloy": "~5.1.2",
4950
"http-server": "~14.1.1",
5051
"prettier": "~2.7.1",
51-
"rimraf": "~3.0.2",
52+
"rimraf": "~5.0.10",
5253
"rollup": "~2.79.1",
5354
"rollup-plugin-esbuild": "~4.10.3",
5455
"rollup-plugin-terser": "~7.0.2",
5556
"tslib": "~2.4.1",
5657
"typedoc": "~0.23.21",
57-
"typescript": "~4.9.3"
58+
"typescript": "~5.0.3"
5859
},
5960
"files": [
6061
"lib",

0 commit comments

Comments
 (0)