node版本回退

Signed-off-by: yy8545 <854551495@qq.com>
This commit is contained in:
yy8545
2024-07-29 17:06:15 +08:00
parent 5582c47f25
commit 15c5291ed6
6 changed files with 7513 additions and 5676 deletions
+30 -21
View File
@@ -18,26 +18,35 @@
"mvvm"
],
"devDependencies": {
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.13",
"babel-loader": "9.1.2",
"rollup": "3.19.1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-eslint": "9.0.2",
"typescript": "4.9.5",
"tslib": "2.4.0",
"eslint": "8.34.0",
"@typescript-eslint/parser": "5.51.0",
"mocha": "10.2.0",
"chai": "4.3.7",
"sinon": "15.0.4",
"ts-node": "10.9.2",
"uglify-js": "3.17.4"
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"rollup": "^2.32.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-tslint": "^0.2.2",
"rollup-plugin-typescript2": "^0.9.0",
"rollup-plugin-uglify": "^6.0.4",
"sinon": "^9.2.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.3",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"ts-jest": "^27.1.4",
"typescript": "4.1.3"
}
}