remove index.html and update dependencies for compatibility

This commit is contained in:
2025-01-24 00:51:51 +01:00
parent f6b18af6e4
commit eb84e9b335
3 changed files with 18 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-ts5-remote-app-api",
"version": "1.1.1",
"version": "2.0.0",
"description": "React hook/api for the TeamSpeak5 remote app feature",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
@@ -44,8 +44,9 @@
],
"dependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/node": "^22.10.10",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1"