There was an error fetching the commit references. Please try again later.
fix: type error
... | @@ -34,6 +34,7 @@ | ... | @@ -34,6 +34,7 @@ |
"@actions/github": "^5.0.0", | "@actions/github": "^5.0.0", | ||
"@tauri-apps/cli": "^1.0.0-beta.10", | "@tauri-apps/cli": "^1.0.0-beta.10", | ||
"@types/fs-extra": "^9.0.13", | "@types/fs-extra": "^9.0.13", | ||
"@types/js-cookie": "^3.0.1", | |||
"@types/react": "^17.0.0", | "@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | "@types/react-dom": "^17.0.0", | ||
"@vitejs/plugin-react": "^1.1.1", | "@vitejs/plugin-react": "^1.1.1", | ||
... | ... |
Please register or sign in to comment