chore: add ts path
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
"react-draggable": "^4.4.5", | "react-draggable": "^4.4.5", | ||
"react-redux": "^8.0.5", | "react-redux": "^8.0.5", | ||
"react-router-dom": "^6.10.0", | "react-router-dom": "^6.10.0", | ||
"react-scripts": "^2.1.8", | "react-scripts": "^5.0.1", | ||
"socket.io-client": "^4.6.1", | "socket.io-client": "^4.6.1", | ||
"sql.js": "^1.8.0", | "sql.js": "^1.8.0", | ||
"vite-plugin-svgr": "^2.4.0", | "vite-plugin-svgr": "^2.4.0", | ||
... | @@ -79,6 +79,7 @@ | ... | @@ -79,6 +79,7 @@ |
"typescript": "^4.9.5", | "typescript": "^4.9.5", | ||
"vite": "^4.2.1", | "vite": "^4.2.1", | ||
"vite-plugin-wasm-pack": "^0.1.12", | "vite-plugin-wasm-pack": "^0.1.12", | ||
"vite-tsconfig-paths": "^4.0.8", | |||
"vite-ydk-loader": "^0.0.2" | "vite-ydk-loader": "^0.0.2" | ||
} | } | ||
} | } |
Please register or sign in to comment