mirror of
				https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
				synced 2025-10-29 21:02:14 +01:00 
			
		
		
		
	remove index.html and update dependencies for compatibility
This commit is contained in:
		
							
								
								
									
										13
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								index.html
									
									
									
									
									
								
							| @@ -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
									
									
									
								
							
							
						
						
									
										18
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -10,6 +10,7 @@ | |||||||
|       "license": "ISC", |       "license": "ISC", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@rollup/plugin-typescript": "^12.1.2", |         "@rollup/plugin-typescript": "^12.1.2", | ||||||
|  |         "@types/node": "^22.10.10", | ||||||
|         "react": "^19.0.0", |         "react": "^19.0.0", | ||||||
|         "react-dom": "^19.0.0", |         "react-dom": "^19.0.0", | ||||||
|         "rollup-plugin-typescript-paths": "^1.5.0", |         "rollup-plugin-typescript-paths": "^1.5.0", | ||||||
| @@ -1400,10 +1401,13 @@ | |||||||
|       "license": "MIT" |       "license": "MIT" | ||||||
|     }, |     }, | ||||||
|     "node_modules/@types/node": { |     "node_modules/@types/node": { | ||||||
|       "version": "20.4.4", |       "version": "22.10.10", | ||||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz", |       "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz", | ||||||
|       "integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==", |       "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==", | ||||||
|       "peer": true |       "license": "MIT", | ||||||
|  |       "dependencies": { | ||||||
|  |         "undici-types": "~6.20.0" | ||||||
|  |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@types/react": { |     "node_modules/@types/react": { | ||||||
|       "version": "19.0.8", |       "version": "19.0.8", | ||||||
| @@ -3115,6 +3119,12 @@ | |||||||
|         "node": ">=14.17" |         "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": { |     "node_modules/uri-js": { | ||||||
|       "version": "4.4.1", |       "version": "4.4.1", | ||||||
|       "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", |       "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "react-ts5-remote-app-api", |   "name": "react-ts5-remote-app-api", | ||||||
|   "version": "1.1.1", |   "version": "2.0.0", | ||||||
|   "description": "React hook/api for the TeamSpeak5 remote app feature", |   "description": "React hook/api for the TeamSpeak5 remote app feature", | ||||||
|   "main": "dist/cjs/index.js", |   "main": "dist/cjs/index.js", | ||||||
|   "module": "dist/esm/index.js", |   "module": "dist/esm/index.js", | ||||||
| @@ -44,8 +44,9 @@ | |||||||
|   ], |   ], | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@rollup/plugin-typescript": "^12.1.2", |     "@rollup/plugin-typescript": "^12.1.2", | ||||||
|     "react": "^19.0.0", |     "@types/node": "^22.10.10", | ||||||
|     "react-dom": "^19.0.0", |     "react": "^18.0.0 || ^19.0.0", | ||||||
|  |     "react-dom": "^18.0.0 || ^19.0.0", | ||||||
|     "rollup-plugin-typescript-paths": "^1.5.0", |     "rollup-plugin-typescript-paths": "^1.5.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "tslib": "^2.8.1" |     "tslib": "^2.8.1" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user