⬆️ update tooling dependencies

This commit is contained in:
platane
2025-02-20 19:50:24 +07:00
parent 4783e68ce7
commit 3c171061b3
3 changed files with 44 additions and 82 deletions

View File

@@ -12,12 +12,13 @@
"devDependencies": {
"@types/dat.gui": "0.7.13",
"dat.gui": "0.7.9",
"html-webpack-plugin": "5.6.0",
"ts-loader": "9.5.1",
"dotenv": "16.4.7",
"html-webpack-plugin": "5.6.3",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack": "5.98.0",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
},
"scripts": {
"build": "webpack",

View File

@@ -7,6 +7,8 @@ import {
ExpressRequestHandler,
type Configuration as WebpackDevServerConfiguration,
} from "webpack-dev-server";
import { config } from "dotenv";
config({ path: __dirname + "/../../.env" });
const demos: string[] = require("./demo.json");