mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-29 12:52:13 +01:00
remove index.html and update dependencies for compatibility
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user