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,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

18
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.10.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup-plugin-typescript-paths": "^1.5.0",
@@ -1400,10 +1401,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.4.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz",
"integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==",
"peer": true
"version": "22.10.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
"integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
}
},
"node_modules/@types/react": {
"version": "19.0.8",
@@ -3115,6 +3119,12 @@
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"license": "MIT"
},
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",

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"