diff --git a/playground-ts/package.json b/playground-ts/package.json index 6525f4745..875b09a32 100644 --- a/playground-ts/package.json +++ b/playground-ts/package.json @@ -7,17 +7,17 @@ "preview": "vite preview" }, "dependencies": { - "@emotion/react": "^11.11.1", - "@emotion/styled": "^11.11.0", - "@mui/material": "^5.13.6", + "@emotion/react": "^11.11.4", + "@emotion/styled": "^11.11.5", + "@mui/material": "^5.15.15", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.14", - "@types/react-dom": "^18.2.6", - "@vitejs/plugin-react": "^4.0.1", - "typescript": "^5.1.3", - "vite": "^4.3.9" + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.24", + "@vitejs/plugin-react": "^4.2.1", + "typescript": "^5.4.3", + "vite": "^5.2.8" } }