|
|
@@ -54,25 +54,26 @@
|
|
|
"@types/mysql": "^2.15.15",
|
|
|
"@types/randomatic": "^3.1.0",
|
|
|
"@types/tough-cookie": "^4.0.0",
|
|
|
+ "@types/webpack": "^4.41.25",
|
|
|
+ "@types/webpack-node-externals": "^2.5.0",
|
|
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
|
|
"@typescript-eslint/parser": "^3.9.1",
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
|
"cross-env": "^7.0.2",
|
|
|
- "eslint": "^7.7.0",
|
|
|
- "eslint-config-standard": "^14.1.1",
|
|
|
- "eslint-plugin-import": "^2.22.0",
|
|
|
+ "eslint": "^7.16.0",
|
|
|
+ "eslint-config-standard": "^16.0.2",
|
|
|
+ "eslint-plugin-import": "^2.22.1",
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
|
- "eslint-plugin-standard": "^4.0.1",
|
|
|
"esm": "^3.2.25",
|
|
|
"glob": "^7.1.6",
|
|
|
"nodemon": "^2.0.4",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
- "ts-loader": "^8.0.2",
|
|
|
- "ts-node": "^9.0.0",
|
|
|
- "typescript": "^4.0.2",
|
|
|
- "webpack": "^4.44.1",
|
|
|
- "webpack-cli": "^3.3.12",
|
|
|
- "webpack-node-externals": "^2.5.1"
|
|
|
+ "ts-loader": "^8.0.12",
|
|
|
+ "ts-node": "^9.1.1",
|
|
|
+ "typescript": "^4.1.3",
|
|
|
+ "webpack": "^5.11.0",
|
|
|
+ "webpack-cli": "^4.2.0",
|
|
|
+ "webpack-node-externals": "^2.5.2"
|
|
|
}
|
|
|
}
|