Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Apr 6, 2024
1 parent 9578c68 commit b811cab
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@
},
"homepage": "https://github.com/fiduswriter/simple-datatables#readme",
"devDependencies": {
"@babel/core": "^7.23.3",
"@html-eslint/eslint-plugin": "^0.20.0",
"@html-eslint/parser": "^0.20.0",
"@babel/core": "^7.24.4",
"@html-eslint/eslint-plugin": "^0.24.0",
"@html-eslint/parser": "^0.24.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.9.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"browserify": "^17.0.0",
"chromedriver": "*",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-htm": "^0.6.0",
"eslint-plugin-html": "^7.1.0",
"express": "^4.18.2",
"get-port": "^7.0.0",
"mocha": "^10.2.0",
"eslint-plugin-html": "^8.0.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.5.1",
"rollup": "^4.14.0",
"rollup-plugin-dts": "^6.1.0",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": "^4.19.0",
"shx": "^0.3.4",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.4.4"
},
"dependencies": {
"dayjs": "^1.11.10",
"diff-dom": "^5.1.2"
"diff-dom": "^5.1.3"
}
}

0 comments on commit b811cab

Please sign in to comment.