ts-node 升级

This commit is contained in:
Wang Kejun 2023-09-14 23:30:18 +08:00
parent 2d3ca8834a
commit e9c288ccb8
1 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,9 @@
"@types/node": "^20.6.0",
"@types/shelljs": "^0.8.8",
"@types/uuid": "^8.3.4",
"axios": ">=0.21.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-node": "~10.9.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
@ -41,7 +42,6 @@
"@socket.io/sticky": "^1.0.4",
"@svgr/webpack": "^5.5.0",
"@xmldom/xmldom": "0.8.2",
"axios": ">=0.21.1",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
@ -117,7 +117,6 @@
"stylelint-webpack-plugin": "^3.2.0",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"ui-extract-webpack-plugin": "^1.0.0",
"uuid": "^8.3.2",