Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Apr 10, 2024
1 parent 67f7f06 commit 15971cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 15971cf

Please sign in to comment.