diff --git a/package.json b/package.json index 21c8e43..02988dc 100644 --- a/package.json +++ b/package.json @@ -45,31 +45,31 @@ "homepage": "https://github.com/fiduswriter/simple-datatables#readme", "devDependencies": { "@babel/core": "^7.24.4", - "@html-eslint/eslint-plugin": "^0.24.0", - "@html-eslint/parser": "^0.24.0", + "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/parser": "^0.24.1", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.5", - "@typescript-eslint/eslint-plugin": "^7.5.0", - "@typescript-eslint/parser": "^7.5.0", + "@types/node": "^20.12.7", + "@typescript-eslint/eslint-plugin": "^7.6.0", + "@typescript-eslint/parser": "^7.6.0", "browserify": "^17.0.0", "chromedriver": "*", "eslint": "^8.56.0", "eslint-plugin-htm": "^0.6.0", - "eslint-plugin-html": "^8.0.0", + "eslint-plugin-html": "^8.1.0", "express": "^4.19.2", "get-port": "^7.1.0", "mocha": "^10.4.0", "mocha-each": "^2.0.1", "pre-commit": "^1.2.2", - "rollup": "^4.14.0", + "rollup": "^4.14.1", "rollup-plugin-dts": "^6.1.0", "selenium-webdriver": "^4.19.0", "shx": "^0.3.4", "tslib": "^2.6.2", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "dependencies": { "dayjs": "^1.11.10", diff --git a/tsconfig.json b/tsconfig.json index ca4f42b..7cd7ea6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,9 +25,9 @@ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ /* Modules */ - "module": "nodenext", /* Specify what module code is generated. */ + // "module": "nodenext", /* Specify what module code is generated. */ // "rootDir": "./", /* Specify the root folder within your source files. */ - "moduleResolution": "nodenext", /* Specify how TypeScript looks up a file from a given module specifier. */ + "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */