This commit is contained in:
Nathan Bierema 2024-08-07 23:42:12 -04:00
parent 0377cf2942
commit f616bcafaa
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0", "html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "~5.5.4", "typescript": "~5.5.4",

View File

@ -587,6 +587,9 @@ importers:
cross-env: cross-env:
specifier: ^7.0.3 specifier: ^7.0.3
version: 7.0.3 version: 7.0.3
fork-ts-checker-webpack-plugin:
specifier: ^9.0.2
version: 9.0.2(typescript@5.5.4)(webpack@5.93.0)
html-webpack-plugin: html-webpack-plugin:
specifier: ^5.6.0 specifier: ^5.6.0
version: 5.6.0(webpack@5.93.0) version: 5.6.0(webpack@5.93.0)